UEFI: Use EFISTUB more better, qemu test, kernel flavors

The Wayland QEMU isn't currently working yet.
This commit is contained in:
Andrea Rogers 2024-11-13 10:55:50 -06:00
commit 2e4307270b
3 changed files with 54 additions and 7 deletions

View file

@ -6,7 +6,9 @@ else
endif
PLATFORM_PHONYS := partition kernel
PLATFORM_PKGS := linux-rpi
KERNEL_FLAVOR := rpi
KERNEL_PKG := linux-$(KERNEL_FLAVOR)
PLATFORM_PKGS := $(KERNEL_PKG)
BOOTFS_PART := 1
ROOTFS_PART := 2