diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-03-31 03:47:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 23:01:36 +0100 |
commit | b75505ec33aab04aa40d6f6eb8be1619559c07f6 (patch) | |
tree | bca156e35dacd7df5e9b62a097b27b86cea0f18a | |
parent | 3ece01215a7b038dbd5cde313754c42d134a887f (diff) | |
download | poky-b75505ec33aab04aa40d6f6eb8be1619559c07f6.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.
(From OE-Core rev: e9adedd32a7f2015e58efe2f460a99e8d745b4c6)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/bootimg.bbclass | 1 |
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 \ | |||
29 | mtools-native:do_populate_sysroot \ | 29 | mtools-native:do_populate_sysroot \ |
30 | cdrtools-native:do_populate_sysroot \ | 30 | cdrtools-native:do_populate_sysroot \ |
31 | virtual/kernel:do_deploy \ | 31 | virtual/kernel:do_deploy \ |
32 | ${MLPREFIX}syslinux:do_populate_sysroot \ | ||
32 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')}" | 33 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')}" |
33 | 34 | ||
34 | PACKAGES = " " | 35 | PACKAGES = " " |