]> code.ossystems Code Review - openembedded-core.git/commitdiff
boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU
authorSaul Wold <sgw@linux.intel.com>
Wed, 11 Apr 2012 01:33:44 +0000 (18:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Apr 2012 09:57:19 +0000 (10:57 +0100)
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/boot-directdisk.bbclass

index e9e1ba30db4e9959ce2ec8eb0b1a2037ba3df34d..7d8f8ff7856d40e1bc1376ba57a5ef7bc7bd4217 100644 (file)
@@ -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() {