mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
82dd3fb27e
commit
95bfdce73d
@@ -1,7 +1,5 @@
|
||||
|
||||
SYSLINUX_ROOT ?= "root=/dev/sda2"
|
||||
SYSLINUX_PROMPT ?= "0"
|
||||
SYSLINUX_TIMEOUT ?= "10"
|
||||
SYSLINUX_LABELS = "boot"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user