diff options
-rw-r--r-- | classes/image_types_ota.bbclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/classes/image_types_ota.bbclass b/classes/image_types_ota.bbclass index b9126ec..253d862 100644 --- a/classes/image_types_ota.bbclass +++ b/classes/image_types_ota.bbclass | |||
@@ -9,8 +9,11 @@ | |||
9 | 9 | ||
10 | inherit image | 10 | inherit image |
11 | 11 | ||
12 | IMAGE_DEPENDS_otaimg = "e2fsprogs-native:do_populate_sysroot \ | 12 | IMAGE_DEPENDS_otaimg = "e2fsprogs-native:do_populate_sysroot" |
13 | virtual/bootloader:do_deploy" | 13 | |
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" | ||
16 | IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy" | ||
14 | 17 | ||
15 | calculate_size () { | 18 | calculate_size () { |
16 | BASE=$1 | 19 | BASE=$1 |