diff options
author | Chris Hallinan <challinan@gmail.com> | 2015-10-14 12:14:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-19 17:57:59 +0100 |
commit | 3b5d6ffd77a0754aa2771ea50ea8dc2b4d252099 (patch) | |
tree | cd2865b38f4e20cf5b894da102441bd8971baff0 | |
parent | 50099663e0cfb761c9ce0a370df8822d8f309b81 (diff) | |
download | poky-3b5d6ffd77a0754aa2771ea50ea8dc2b4d252099.tar.gz |
image-live: make SYSLINUX_ROOT changable in image recipes
(From OE-Core rev: 33c3a74b0266c53773d7ca3983f9ff50c00b9000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/image-live.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index fa7a131eda..23e4a5cef6 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
@@ -2,7 +2,7 @@ | |||
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 | SYSLINUX_ROOT = "root=/dev/ram0" | 5 | SYSLINUX_ROOT ?= "root=/dev/ram0" |
6 | SYSLINUX_TIMEOUT ?= "50" | 6 | SYSLINUX_TIMEOUT ?= "50" |
7 | SYSLINUX_LABELS ?= "boot install" | 7 | SYSLINUX_LABELS ?= "boot install" |
8 | LABELS_append = " ${SYSLINUX_LABELS} " | 8 | LABELS_append = " ${SYSLINUX_LABELS} " |