aboutsummaryrefslogtreecommitdiffstats
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:24:25 +0100
commit7418709450e428010545dc9943802dd64c9582e1 (patch)
tree9ea54ac4217eb5c45fedabcacdcb26ab92d6e226
parentde81e804f0654092d20ccb8e6e40f4ff614c4b09 (diff)
downloadopenembedded-core-contrib-7418709450e428010545dc9943802dd64c9582e1.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. 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 @@
-SYSLINUX_ROOT ?= "root=/dev/sda2"
SYSLINUX_PROMPT ?= "0"
-SYSLINUX_TIMEOUT ?= "10"
SYSLINUX_LABELS = "boot"
LABELS_append = " ${SYSLINUX_LABELS} "