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-24 21:44:26 +0000 |
commit | f994eef0aeae861857756d3cc05c49cca17bd12b (patch) | |
tree | 8cb737b9787bfd9ace0ed919b6c14579b368a22b /meta/classes/boot-directdisk.bbclass | |
parent | e38039e43f22d55a443064efa91752e2943fda79 (diff) | |
download | openembedded-core-f994eef0aeae861857756d3cc05c49cca17bd12b.tar.gz openembedded-core-f994eef0aeae861857756d3cc05c49cca17bd12b.tar.bz2 openembedded-core-f994eef0aeae861857756d3cc05c49cca17bd12b.zip |
bootimg.bbclass: only inherit syslinux when pcbios
syslinux.bbclass should not be seen when use efi.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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} DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" ROOT_VM ?= "root=/dev/sda2" -SYSLINUX_CFG_VM ?= "${S}/syslinux_vm.cfg" boot_direct_populate() { dest=$1 |