diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-10 18:33:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 12:08:13 +0100 |
commit | 394445fdf9a5609228bcfcbcf4e60c1691f49d54 (patch) | |
tree | fbb9a4043e2f2434abe0b925396f460367dc016d /meta | |
parent | 73aab2c28990ca17724baef41dc386e37ecbc157 (diff) | |
download | poky-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')
-rw-r--r-- | 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 e9e1ba30db..7d8f8ff785 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass | |||
@@ -40,9 +40,6 @@ AUTO_SYSLINUXCFG = "1" | |||
40 | SYSLINUX_ROOT ?= "root=/dev/sda2" | 40 | SYSLINUX_ROOT ?= "root=/dev/sda2" |
41 | SYSLINUX_TIMEOUT ?= "10" | 41 | SYSLINUX_TIMEOUT ?= "10" |
42 | 42 | ||
43 | SYSLINUXCFG = "${HDDDIR}/syslinux.cfg" | ||
44 | SYSLINUXMENU = "${HDDDIR}/menu" | ||
45 | |||
46 | inherit syslinux | 43 | inherit syslinux |
47 | 44 | ||
48 | build_boot_dd() { | 45 | build_boot_dd() { |