mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU
These two should get setup in {S} and installed into {HDDDIR}, by
having them defined with {HDDDIR} they try to get created when the
directory does not exist yet.
(From OE-Core rev: 215ea5ea8b97270a3602b3f20469226a56442552)
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
73aab2c289
commit
394445fdf9
@@ -40,9 +40,6 @@ AUTO_SYSLINUXCFG = "1"
|
|||||||
SYSLINUX_ROOT ?= "root=/dev/sda2"
|
SYSLINUX_ROOT ?= "root=/dev/sda2"
|
||||||
SYSLINUX_TIMEOUT ?= "10"
|
SYSLINUX_TIMEOUT ?= "10"
|
||||||
|
|
||||||
SYSLINUXCFG = "${HDDDIR}/syslinux.cfg"
|
|
||||||
SYSLINUXMENU = "${HDDDIR}/menu"
|
|
||||||
|
|
||||||
inherit syslinux
|
inherit syslinux
|
||||||
|
|
||||||
build_boot_dd() {
|
build_boot_dd() {
|
||||||
|
|||||||
Reference in New Issue
Block a user