[oe-commits] Saul Wold : image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND

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: e03d5cbdfc39a835576b16a0beeea6858e983f56
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e03d5cbdfc39a835576b16a0beeea6858e983f56

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Feb 21 14:35:42 2012 -0800

image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/image-live.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index e85ac1e..1476840 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -2,8 +2,8 @@
 AUTO_SYSLINUXCFG = "1"
 INITRD_IMAGE ?= "core-image-minimal-initramfs"
 INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz"
-APPEND += "root=/dev/ram0 "
-TIMEOUT = "10"
+SYSLINUX_ROOT = "root=/dev/ram0 "
+SYSLINUX_TIMEOUT = "10"
 LABELS += "boot install"
 
 ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"





More information about the Openembedded-commits mailing list