mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
image-vmdk.bbclass: Don't force syslinux timeout
Don't force SYSLINUX_TIMEOUT and SYSLINUX_PROMPT if overrides have been defined elsewhere for an image configuration. (From OE-Core rev: a6522c19af9525a6e0bed241f2d926faaef76827) Signed-off-by: Kyle Russell <bkylerussell@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8e08ff46a3
commit
be98ee879f
@@ -2,8 +2,8 @@
|
||||
#NOISO = "1"
|
||||
|
||||
SYSLINUX_ROOT = "root=/dev/hda2 "
|
||||
SYSLINUX_PROMPT = "0"
|
||||
SYSLINUX_TIMEOUT = "1"
|
||||
SYSLINUX_PROMPT ?= "0"
|
||||
SYSLINUX_TIMEOUT ?= "1"
|
||||
SYSLINUX_LABELS = "boot"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user