[oe-commits] Saul Wold : boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU

git at git.openembedded.org git at git.openembedded.org
Wed Apr 11 11:13:40 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 215ea5ea8b97270a3602b3f20469226a56442552
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=215ea5ea8b97270a3602b3f20469226a56442552

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Apr 10 18:33:44 2012 -0700

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 <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/boot-directdisk.bbclass |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index e9e1ba3..7d8f8ff 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() {





More information about the Openembedded-commits mailing list