From 84fece9878d2fd861ee1f571139f7c4b2011ee56 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 21 Dec 2016 17:54:13 +0100 Subject: Move u-boot to BSP layers --- classes/image_types_ota.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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" # For qemux86 u-boot is not included in any live image and is built separately IMAGE_DEPENDS_otaimg_append_qemux86 = " virtual/bootloader:do_deploy" IMAGE_DEPENDS_otaimg_append_qemux86-64 = " virtual/bootloader:do_deploy" +IMAGE_DEPENDS_otaimg_append_corei7-64-intel-common = " virtual/bootloader:do_deploy" calculate_size () { BASE=$1 -- cgit v1.2.3-54-g00ecf