mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 15:49:34 +00:00
Merge "fix(sptool): fix concurrency issue for SP packages" into integration
This commit is contained in:
commit
cb666b39d8
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ def gen_sptool_args(sp_layout, sp, args :dict):
|
||||||
sptool_args += f" --img-offset {image_offset}" if image_offset is not None else ""
|
sptool_args += f" --img-offset {image_offset}" if image_offset is not None else ""
|
||||||
sptool_args += f" -o {sp_pkg}"
|
sptool_args += f" -o {sp_pkg}"
|
||||||
sppkg_rule = f'''
|
sppkg_rule = f'''
|
||||||
{sp_pkg}:
|
{sp_pkg}: {sp_dtb}
|
||||||
\t$(Q)echo Generating {sp_pkg}
|
\t$(Q)echo Generating {sp_pkg}
|
||||||
\t$(Q)$(PYTHON) $(SPTOOL) {sptool_args}
|
\t$(Q)$(PYTHON) $(SPTOOL) {sptool_args}
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue