diff options
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 |