aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-07 18:48:31 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-04-07 19:02:14 -0700
commite0cfd75640f09df0315a008439599b7f29274e7a (patch)
treee4940037b56e1667f4d4d63f96b6fff007b430a6
parent5ebea1114d54120d5ff5d8a6cd148110d0fda23f (diff)
downloadopenembedded-core-contrib-rbt/iso_efi.tar.gz
image-live.bbclass: fix iso + efi onlyrbt/iso_efi
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@windriver.com>
-rw-r--r--meta/classes/image-live.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index c837fbfc92..c8a8610604 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 \
"