image-vmdk.bbclass: set timeout to 1 second

The SYSLINUX_TIMEOUT ?= "1" means 0.1 second which is too short, set to
1 second as mage-live.bbclass and boot-directdisk.bbclass does.

(From OE-Core rev: 4bbfd25345858720d14c66b84f38fee42168915f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2014-06-16 03:24:13 -07:00 committed by Richard Purdie
parent 48b1390233
commit e95d2f2687
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
SYSLINUX_ROOT = "root=/dev/hda2 "
SYSLINUX_PROMPT ?= "0"
SYSLINUX_TIMEOUT ?= "1"
SYSLINUX_TIMEOUT ?= "10"
SYSLINUX_LABELS = "boot"
LABELS_append = " ${SYSLINUX_LABELS} "