diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-01 14:50:38 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-01 14:50:38 +0200 |
commit | d57cf0152243c9ff7773ad29d0d72477f4fc3ee7 (patch) | |
tree | eab277012d78e83da853fd9adf217d264bd00767 /classes | |
parent | 081b8be83fd8dd718ea8feb7e3cd6baea271032b (diff) | |
download | meta-updater-d57cf0152243c9ff7773ad29d0d72477f4fc3ee7.tar.gz |
Force u-boot (or another virtual/bootloader if overriden by user) to
build with otaimg
Bug-AGL: SPEC-236
Change-Id: I60f5b535467819cd03a591a12b725f2d7fc2cd31
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ota.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image_types_ota.bbclass b/classes/image_types_ota.bbclass index 9820724..cc526b6 100644 --- a/classes/image_types_ota.bbclass +++ b/classes/image_types_ota.bbclass | |||
@@ -12,6 +12,7 @@ export BOOTFS_EXTRA_SIZE | |||
12 | do_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ | 12 | do_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ |
13 | parted-native:do_populate_sysroot \ | 13 | parted-native:do_populate_sysroot \ |
14 | virtual/kernel:do_deploy \ | 14 | virtual/kernel:do_deploy \ |
15 | virtual/bootloader:do_deploy \ | ||
15 | ${INITRD_IMAGE}:do_rootfs \ | 16 | ${INITRD_IMAGE}:do_rootfs \ |
16 | ${PN}:do_rootfs" | 17 | ${PN}:do_rootfs" |
17 | 18 | ||