From: Saul Wold Date: Wed, 11 Apr 2012 01:33:44 +0000 (-0700) Subject: boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU X-Git-Tag: 2015-4~11031 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=215ea5ea8b97270a3602b3f20469226a56442552;p=openembedded-core.git 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. Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index e9e1ba30db..7d8f8ff785 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass @@ -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() {