]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(sptool): fix concurrency issue for SP packages
authorDaniel Boulby <daniel.boulby@arm.com>
Thu, 9 Jun 2022 11:04:30 +0000 (12:04 +0100)
committerDaniel Boulby <daniel.boulby@arm.com>
Tue, 28 Jun 2022 11:27:20 +0000 (12:27 +0100)
commit0aaa382fe2395c82c9491b199b6b82819afd368f
tree84790775837e9afa20d45de2a22853b1f821a06a
parent65a5e1c04df56dbc0feb270fbae13c884020a5b9
fix(sptool): fix concurrency issue for SP packages

Add dependency between rules to generate SP packages and their dtb files
to ensure the dtb files are built before the sptool attempts to generate
the SP package.

Change-Id: I071806f4aa09f39132e3e1990c91d71dc9acd728
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
tools/sptool/sp_mk_generator.py