mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
boot-directdisk: Allow for EFI-only boot direct disk images
Condition building PCBIOS legacy images on MACHINE_FEATURES containing "pcbios"
or not containing "efi". This ensures existing BSPs will continue to get the
old PCBIOS legacy-only images. New BSPs can add "efi", "pcbios", or both. The
images created likewise support one or the other or both.
(From OE-Core rev: c58aceee7dc243467dd87f07ccc61859f8d945e6)
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a6974f2a70
commit
707da95b4a
@@ -64,6 +64,11 @@ syslinux_hddimg_install() {
|
||||
syslinux ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.hddimg
|
||||
}
|
||||
|
||||
syslinux_hdddirect_install() {
|
||||
DEST=$1
|
||||
syslinux $DEST
|
||||
}
|
||||
|
||||
python build_syslinux_cfg () {
|
||||
import copy
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user