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:
Javier Viguera 2016-07-19 12:35:51 +02:00
parent b71f2dacb5
commit d80aa91c28
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ IMAGE_CMD_boot.vfat() {
fi
}
IMAGE_DEPENDS_boot.ubifs = " \
mtd-utils-native:do_populate_sysroot \
u-boot:do_deploy \
virtual/kernel:do_deploy \
"
IMAGE_CMD_boot.ubifs() {
#
# Image generation code for image type 'boot.ubifs'