mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
systemd-boot_%.bbappend: compile and deploy EFI stub
The EFI stub can be used to directly boot a kernel + initramfs. This addition was taken from meta-refkit. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
a7077153af
commit
fa6f2d2896
|
|
@ -13,3 +13,11 @@ SRCREV_intel-x86-common = "a1e2ef7ec912902d8142e7cb5830cbfb47dba86c"
|
|||
include systemd-boot/${EFI_PROVIDER}.inc
|
||||
|
||||
PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"
|
||||
|
||||
do_compile_append() {
|
||||
oe_runmake linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub
|
||||
}
|
||||
|
||||
do_deploy_append() {
|
||||
install ${B}/linux*.efi.stub ${DEPLOYDIR}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user