[OE-core] [PATCH 1/1] image-live.bbclass: fix iso + efi only

Robert Yang liezhi.yang at windriver.com
Fri Apr 8 02:20:25 UTC 2016


When the user only builds iso + efi only, the syslinux-native which
provides isohybrid is required to build iso, so add syslinux-native to
DEPENDS.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/classes/image-live.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index c837fbf..c8a8610 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -32,6 +32,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \
                         cdrtools-native:do_populate_sysroot \
                         virtual/kernel:do_deploy \
                         ${MLPREFIX}syslinux:do_populate_sysroot \
+                        syslinux-native:do_populate_sysroot \
                         ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \
                         ${PN}:do_image_ext4 \
                         "
-- 
2.8.0




More information about the Openembedded-core mailing list