aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-03-31 03:47:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-31 13:18:12 +0100
commite9adedd32a7f2015e58efe2f460a99e8d745b4c6 (patch)
tree50d38bd6cc7fa2b083aaf96127f62ef3722e8d81 /meta
parentbf9c1e6fa1c8eb86670383bad9b7c2e54bfe17f4 (diff)
downloadopenembedded-core-contrib-e9adedd32a7f2015e58efe2f460a99e8d745b4c6.tar.gz
image-live.bbclass: DEPENDS on syslinux
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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = " "