diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-02-24 01:23:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:02 +0000 |
commit | a87574cd7ebe30382e5a58b7a074b587adf70cbc (patch) | |
tree | 09affd36cfbef86c848f5db63ab7a76fc492ecec /meta/classes/boot-directdisk.bbclass | |
parent | 76eb8154f1dc5df49daa29d6745077137561b187 (diff) | |
download | poky-a87574cd7ebe30382e5a58b7a074b587adf70cbc.tar.gz |
image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG
No one uses it.
(From OE-Core rev: d2eba0a5b67936983ad85766349f7afa4bdb70e8)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/boot-directdisk.bbclass')
-rw-r--r-- | meta/classes/boot-directdisk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index ee8c74438c..ce637b89d7 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass | |||
@@ -58,7 +58,6 @@ inherit ${EFI_CLASS} | |||
58 | 58 | ||
59 | # Get the build_syslinux_cfg() function from the syslinux class | 59 | # Get the build_syslinux_cfg() function from the syslinux class |
60 | 60 | ||
61 | AUTO_SYSLINUXCFG = "1" | ||
62 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" | 61 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" |
63 | SYSLINUX_ROOT ?= "root=/dev/sda2" | 62 | SYSLINUX_ROOT ?= "root=/dev/sda2" |
64 | SYSLINUX_TIMEOUT ?= "10" | 63 | SYSLINUX_TIMEOUT ?= "10" |