diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2015-09-03 20:42:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:24:25 +0100 |
commit | 7418709450e428010545dc9943802dd64c9582e1 (patch) | |
tree | 9ea54ac4217eb5c45fedabcacdcb26ab92d6e226 /meta/classes/image-vm.bbclass | |
parent | de81e804f0654092d20ccb8e6e40f4ff614c4b09 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/classes/image-vm.bbclass')
-rw-r--r-- | meta/classes/image-vm.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass index bc0503bfc01..3df2c362e03 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} " |