summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-07 19:20:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-09 23:00:44 +0100
commit5e360ca1357276d9a05a2da4963b45791b62526d (patch)
tree0d585a3f029cf4e1cdc48af5cd81dbb15640e3a3 /meta/classes/image-live.bbclass
parentf5adb23659453a569ae03b36c7251da334d9cd40 (diff)
downloadpoky-5e360ca1357276d9a05a2da4963b45791b62526d.tar.gz
image-live.bbclass: fix iso + efi only
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. (From OE-Core rev: dd1db8a578979a16d993a73b6f8a5720f2849932) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-live.bbclass')
-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 \
32 cdrtools-native:do_populate_sysroot \ 32 cdrtools-native:do_populate_sysroot \
33 virtual/kernel:do_deploy \ 33 virtual/kernel:do_deploy \
34 ${MLPREFIX}syslinux:do_populate_sysroot \ 34 ${MLPREFIX}syslinux:do_populate_sysroot \
35 syslinux-native:do_populate_sysroot \
35 ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \ 36 ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \
36 ${PN}:do_image_ext4 \ 37 ${PN}:do_image_ext4 \
37 " 38 "