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/image-live.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/image-live.bbclass')
-rw-r--r-- | meta/classes/image-live.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 504725d266..05e416abe0 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass @@ -3,7 +3,6 @@ INITRD_IMAGE_LIVE ?= "core-image-minimal-initramfs" INITRD_LIVE ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.cpio.gz" ROOT_LIVE ?= "root=/dev/ram0" LABELS_LIVE ?= "boot install" -SYSLINUX_CFG_LIVE ?= "${S}/syslinux_live.cfg" ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.ext4" |