From: Saul Wold Date: Tue, 21 Feb 2012 21:17:41 +0000 (-0800) Subject: syslinux: add SYSLINUX_ROOT to APPEND line X-Git-Tag: 2015-4~11702 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=47f53bc7998aa8390f846e939b6a7f6df3789777;p=openembedded-core.git syslinux: add SYSLINUX_ROOT to APPEND line 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 --- diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index 33a509d735..ec93201581 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