[OE-core] [CONSOLIDATED PULL 17/25] syslinux: add SYSLINUX_ROOT to APPEND line

Saul Wold sgw at linux.intel.com
Thu Feb 23 15:58:21 UTC 2012


By prepending the SYSLINUX_ROOT to the APPEND line, will allow a sane default
to be set for the various syslinux images

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/classes/syslinux.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass
index 33a509d..ec93201 100644
--- a/meta/classes/syslinux.bbclass
+++ b/meta/classes/syslinux.bbclass
@@ -23,6 +23,7 @@ SYSLINUXDIR = "/"
 ISO_BOOTIMG = "isolinux/isolinux.bin"
 ISO_BOOTCAT = "isolinux/boot.cat"
 MKISOFS_OPTIONS = "-no-emul-boot -boot-load-size 4 -boot-info-table"
+APPEND_prepend = " ${SYSLINUX_ROOT} "
 
 syslinux_populate() {
 	DEST=$1
-- 
1.7.6.5





More information about the Openembedded-core mailing list