mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1b1de89304
commit
e0bc781ce0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user