]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux: add SYSLINUX_ROOT to APPEND line
authorSaul Wold <sgw@linux.intel.com>
Tue, 21 Feb 2012 21:17:41 +0000 (13:17 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 23:59:16 +0000 (23:59 +0000)
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@linux.intel.com>
meta/classes/syslinux.bbclass

index 33a509d7356fa889801ea558bed7dad1563bcd4c..ec93201581be0804ccde30169daa3113995a8a4b 100644 (file)
@@ -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