mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "build(poetry): install SP dependencies with --no-root
" into integration
This commit is contained in:
commit
b19345ea3a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1686,7 +1686,7 @@ endif #(NEED_FDT)
|
|||
# Add Secure Partition packages
|
||||
ifeq (${NEED_SP_PKG},yes)
|
||||
$(BUILD_PLAT)/sp_gen.mk: ${SP_MK_GEN} ${SP_LAYOUT_FILE} | $$(@D)/
|
||||
$(if $(host-poetry),$(q)poetry -q install)
|
||||
$(if $(host-poetry),$(q)poetry -q install --no-root)
|
||||
$(q)$(if $(host-poetry),poetry run )${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} ${SP_DTS_LIST_FRAGMENT}
|
||||
sp: $(DTBS) $(BUILD_PLAT)/sp_gen.mk $(SP_PKGS)
|
||||
$(s)echo
|
||||
|
|
Loading…
Add table
Reference in a new issue