meta-digi-arm: set 'boot.ubifs' image depends explictly
To build the CC6UL boot image, the u-boot and linux images need to be already deployed. Also the native mtd-utils package needs to be available in the sysroot. Make all this dependences explicit for deterministic reproducibility. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b71f2dacb5
commit
d80aa91c28
|
|
@ -71,6 +71,12 @@ IMAGE_CMD_boot.vfat() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IMAGE_DEPENDS_boot.ubifs = " \
|
||||||
|
mtd-utils-native:do_populate_sysroot \
|
||||||
|
u-boot:do_deploy \
|
||||||
|
virtual/kernel:do_deploy \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_CMD_boot.ubifs() {
|
IMAGE_CMD_boot.ubifs() {
|
||||||
#
|
#
|
||||||
# Image generation code for image type 'boot.ubifs'
|
# Image generation code for image type 'boot.ubifs'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue