[oe-commits] Saul Wold : syslinux: add SYSLINUX_ROOT to APPEND line

git at git.openembedded.org git at git.openembedded.org
Fri Feb 24 00:01:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 47f53bc7998aa8390f846e939b6a7f6df3789777
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=47f53bc7998aa8390f846e939b6a7f6df3789777

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Feb 21 13:17:41 2012 -0800

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 <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





More information about the Openembedded-commits mailing list