diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-03-22 02:48:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:16 +0000 |
commit | e0bc781ce06262632fec441b47551abe116458d4 (patch) | |
tree | aee44928d2cfcac964af77e2d999e331f743450c /meta/classes/boot-directdisk.bbclass | |
parent | 1b1de893049ac7dabb7f028b1a322082f1b3605c (diff) | |
download | poky-e0bc781ce06262632fec441b47551abe116458d4.tar.gz |
bootimg.bbclass: only inherit syslinux when pcbios
syslinux.bbclass should not be seen when use efi.
(From OE-Core rev: f994eef0aeae861857756d3cc05c49cca17bd12b)
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 c6ada47479..46f88ac9bf 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass | |||
@@ -59,7 +59,6 @@ inherit ${EFI_CLASS} | |||
59 | 59 | ||
60 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" | 60 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" |
61 | ROOT_VM ?= "root=/dev/sda2" | 61 | ROOT_VM ?= "root=/dev/sda2" |
62 | SYSLINUX_CFG_VM ?= "${S}/syslinux_vm.cfg" | ||
63 | 62 | ||
64 | boot_direct_populate() { | 63 | boot_direct_populate() { |
65 | dest=$1 | 64 | dest=$1 |