mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
arm/generic-arm64: set machine features
Set a slew of generic machine features that other parts of oe-core will respect. Change-Id: I47ea187128c7e3a9f8b711b74467b20b9cb4fcee Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -14,7 +14,8 @@ IMAGE_FSTYPES ?= "wic"
|
||||
|
||||
WKS_FILE ?= "efi-disk.wks.in"
|
||||
|
||||
MACHINE_FEATURES += "efi"
|
||||
MACHINE_FEATURES += "alsa bluetooth efi qemu-usermode rtc screen usbhost vfat wifi"
|
||||
|
||||
EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
|
||||
|
||||
KBUILD_DEFCONFIG = "defconfig"
|
||||
|
||||
Reference in New Issue
Block a user