mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 01:00:15 +00:00
arm-bsp/grub: Add grub-efi support for SGI575
grub-mkimage is used make a bootable image of GRUB, grub-efi dependency in added to conf file. Change-Id: I3afde13902cf396c47fd3ddea01d09cafd2a996d Signed-off-by: Prabin CA <prabin.ca@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -21,3 +21,7 @@ KERNEL_IMAGETYPE ?= "Image"
|
|||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
|
||||||
PREFERRED_VERSION_linux-stable ?= "5.7%"
|
PREFERRED_VERSION_linux-stable ?= "5.7%"
|
||||||
SERIAL_CONSOLES = "115200;ttyAMA0"
|
SERIAL_CONSOLES = "115200;ttyAMA0"
|
||||||
|
|
||||||
|
#grub-efi
|
||||||
|
EFI_PROVIDER ?= "grub-efi"
|
||||||
|
MACHINE_FEATURES += "efi"
|
||||||
|
|||||||
Reference in New Issue
Block a user