summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2015-09-03 20:42:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-06 15:26:25 +0100
commit95bfdce73dd17be7ebb14037665248ba371eb573 (patch)
treea5148bc16fea36f11eb1bd02642190512a61a3c1
parent82dd3fb27ec13d98776cbad0658e5686e88e7910 (diff)
downloadpoky-95bfdce73dd17be7ebb14037665248ba371eb573.tar.gz
image-vm.bbclass: avoid duplicating syslinux default values
Some of the SYSLINUX defaults are the same as in the underlying syslinux.bbclass. Let's not duplicate them, because that makes changing the default harder. (From OE-Core rev: 7418709450e428010545dc9943802dd64c9582e1) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/image-vm.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index bc0503bfc0..3df2c362e0 100644
--- a/meta/classes/image-vm.bbclass
+++ b/meta/classes/image-vm.bbclass
@@ -1,7 +1,5 @@
1 1
2SYSLINUX_ROOT ?= "root=/dev/sda2"
3SYSLINUX_PROMPT ?= "0" 2SYSLINUX_PROMPT ?= "0"
4SYSLINUX_TIMEOUT ?= "10"
5SYSLINUX_LABELS = "boot" 3SYSLINUX_LABELS = "boot"
6LABELS_append = " ${SYSLINUX_LABELS} " 4LABELS_append = " ${SYSLINUX_LABELS} "
7 5