aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-03-30 23:32:58 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-03-31 03:44:50 -0700
commit7d0abc8ee6607ee15f5a7f3c05ff0cd468906fe5 (patch)
treeb9dc48087fb201123887f45f7d773324d7c46eca
parente3fc8ef152494e9b7cff8de110a784150295f17e (diff)
downloadopenembedded-core-contrib-rbt/live.tar.gz
image-live.bbclass: DEPENDS on syslinuxrbt/live
The mkisofs requires syslinux/isolinux.bin which is provided by target syslinux, for pcbios, the depends is already there, but for EFI, it isn't, so add the depends. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/classes/bootimg.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index d9ed7dbbdb..620410136f 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -29,6 +29,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \
mtools-native:do_populate_sysroot \
cdrtools-native:do_populate_sysroot \
virtual/kernel:do_deploy \
+ ${MLPREFIX}syslinux:do_populate_sysroot \
${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')}"
PACKAGES = " "