diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-21 17:54:13 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-21 17:54:13 +0100 |
commit | 84fece9878d2fd861ee1f571139f7c4b2011ee56 (patch) | |
tree | 60050e1f0dd76d03342b37f8cfacf3cf54b00244 /classes | |
parent | 1e225f3d9c845081c53b2a462e6f77b4c444449e (diff) | |
download | meta-updater-84fece9878d2fd861ee1f571139f7c4b2011ee56.tar.gz |
Move u-boot to BSP layers
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 253d862..d017904 100644 --- a/classes/image_types_ota.bbclass +++ b/classes/image_types_ota.bbclass | |||
@@ -14,6 +14,7 @@ IMAGE_DEPENDS_otaimg = "e2fsprogs-native:do_populate_sysroot" | |||
14 | # For qemux86 u-boot is not included in any live image and is built separately | 14 | # For qemux86 u-boot is not included in any live image and is built separately |
15 | IMAGE_DEPENDS_otaimg_append_qemux86 = " virtual/bootloader:do_deploy" | 15 | IMAGE_DEPENDS_otaimg_append_qemux86 = " virtual/bootloader:do_deploy" |
16 | IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy" | 16 | IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy" |
17 | IMAGE_DEPENDS_otaimg_append_corei7-64-intel-common = " virtual/bootloader:do_deploy" | ||
17 | 18 | ||
18 | calculate_size () { | 19 | calculate_size () { |
19 | BASE=$1 | 20 | BASE=$1 |