mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02: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_TIMEOUT ?= "10"
|
||||
|
||||
SYSLINUXCFG = "${HDDDIR}/syslinux.cfg"
|
||||
SYSLINUXMENU = "${HDDDIR}/menu"
|
||||
|
||||
inherit syslinux
|
||||
|
||||
build_boot_dd() {
|
||||
|
||||
Reference in New Issue
Block a user