summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-10 18:33:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-11 12:08:13 +0100
commit394445fdf9a5609228bcfcbcf4e60c1691f49d54 (patch)
treefbb9a4043e2f2434abe0b925396f460367dc016d /meta/classes
parent73aab2c28990ca17724baef41dc386e37ecbc157 (diff)
downloadpoky-394445fdf9a5609228bcfcbcf4e60c1691f49d54.tar.gz
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/boot-directdisk.bbclass3
1 files changed, 0 insertions, 3 deletions
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"
40SYSLINUX_ROOT ?= "root=/dev/sda2" 40SYSLINUX_ROOT ?= "root=/dev/sda2"
41SYSLINUX_TIMEOUT ?= "10" 41SYSLINUX_TIMEOUT ?= "10"
42 42
43SYSLINUXCFG = "${HDDDIR}/syslinux.cfg"
44SYSLINUXMENU = "${HDDDIR}/menu"
45
46inherit syslinux 43inherit syslinux
47 44
48build_boot_dd() { 45build_boot_dd() {