summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ota.bbclass
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-21 17:54:13 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-21 17:54:13 +0100
commit84fece9878d2fd861ee1f571139f7c4b2011ee56 (patch)
tree60050e1f0dd76d03342b37f8cfacf3cf54b00244 /classes/image_types_ota.bbclass
parent1e225f3d9c845081c53b2a462e6f77b4c444449e (diff)
downloadmeta-updater-84fece9878d2fd861ee1f571139f7c4b2011ee56.tar.gz
Move u-boot to BSP layers
Diffstat (limited to 'classes/image_types_ota.bbclass')
-rw-r--r--classes/image_types_ota.bbclass1
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
15IMAGE_DEPENDS_otaimg_append_qemux86 = " virtual/bootloader:do_deploy" 15IMAGE_DEPENDS_otaimg_append_qemux86 = " virtual/bootloader:do_deploy"
16IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy" 16IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy"
17IMAGE_DEPENDS_otaimg_append_corei7-64-intel-common = " virtual/bootloader:do_deploy"
17 18
18calculate_size () { 19calculate_size () {
19 BASE=$1 20 BASE=$1