]> code.ossystems Code Review - openembedded-core.git/commitdiff
image-vm.bbclass: avoid duplicating syslinux default values
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 3 Sep 2015 18:42:30 +0000 (20:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Sep 2015 14:24:25 +0000 (15:24 +0100)
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>
meta/classes/image-vm.bbclass

index bc0503bfc0134d7723c5fcbb40d20bc3b1c9b8e3..3df2c362e03c511a1e0afc6f945c70272144fe5a 100644 (file)
@@ -1,7 +1,5 @@
 
-SYSLINUX_ROOT ?= "root=/dev/sda2"
 SYSLINUX_PROMPT ?= "0"
-SYSLINUX_TIMEOUT ?= "10"
 SYSLINUX_LABELS = "boot"
 LABELS_append = " ${SYSLINUX_LABELS} "