diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-21 14:35:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:39 +0000 |
commit | 5d04c6e17345c8cc9b1fd1b89b669f710f4c059d (patch) | |
tree | 865b3f1f9b54b641edba61949dc7129c6b13ed0f /meta/classes/image-live.bbclass | |
parent | 1792a026069e1a77381bfbd80f5e2651b0c6655f (diff) | |
download | poky-5d04c6e17345c8cc9b1fd1b89b669f710f4c059d.tar.gz |
image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND
(From OE-Core rev: e03d5cbdfc39a835576b16a0beeea6858e983f56)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-live.bbclass')
-rw-r--r-- | 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 e85ac1e8f2..1476840eab 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
@@ -2,8 +2,8 @@ | |||
2 | AUTO_SYSLINUXCFG = "1" | 2 | AUTO_SYSLINUXCFG = "1" |
3 | INITRD_IMAGE ?= "core-image-minimal-initramfs" | 3 | INITRD_IMAGE ?= "core-image-minimal-initramfs" |
4 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" | 4 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" |
5 | APPEND += "root=/dev/ram0 " | 5 | SYSLINUX_ROOT = "root=/dev/ram0 " |
6 | TIMEOUT = "10" | 6 | SYSLINUX_TIMEOUT = "10" |
7 | LABELS += "boot install" | 7 | LABELS += "boot install" |
8 | 8 | ||
9 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" | 9 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" |