From 7418709450e428010545dc9943802dd64c9582e1 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 3 Sep 2015 20:42:30 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/image-vm.bbclass | 2 -- 1 file changed, 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} " -- cgit 1.2.3-korg