UEFI: Use EFISTUB more better, qemu test, kernel flavors
The Wayland QEMU isn't currently working yet.
This commit is contained in:
parent
7f804885ba
commit
2e4307270b
3 changed files with 54 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue