mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
quark: Switch gummiboot to systemd-boot
The systemd-boot is the old gummiboot merged into systemd project. We have enabled systemd-boot as a standalone EFI bootloader in OE, also with updated wic plugin to support specifying "systemd-boot" as bootloader in wks files. Assuming these are good enough to replace gummiboot for quark, this change does it. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
a4c1cfb53d
commit
7d00922e1c
|
@ -18,7 +18,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
|
|||
SERIAL_CONSOLE = "115200 ttyS1"
|
||||
APPEND += "rootwait console=ttyS1,115200 console=tty0"
|
||||
|
||||
EFI_PROVIDER = "gummiboot"
|
||||
EFI_PROVIDER = "systemd-boot"
|
||||
|
||||
# Ensure that the Lock prefix is omitted for the kernel"
|
||||
KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2,
|
||||
# that the user can directly dd to boot media.
|
||||
|
||||
part /boot --source bootimg-efi --sourceparams="loader=gummiboot" --ondisk mmcblk0 --label msdos --active --align 1024
|
||||
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024
|
||||
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user