mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
Revert "systemd-boot: remove joule specific workaround"
This reverts commit 946c15720e
.
Revert part of commit to keep bbappend file. This file
is required to build and deploy EFI boot stub
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
1e488b5a94
commit
f5ebaf873c
9
recipes-bsp/systemd-boot/systemd-boot_%.bbappend
Normal file
9
recipes-bsp/systemd-boot/systemd-boot_%.bbappend
Normal file
|
@ -0,0 +1,9 @@
|
|||
PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"
|
||||
|
||||
do_compile_append_intel-x86-common() {
|
||||
ninja src/boot/efi/linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub
|
||||
}
|
||||
|
||||
do_deploy_append_intel-x86-common() {
|
||||
install ${B}/src/boot/efi/linux*.efi.stub ${DEPLOYDIR}
|
||||
}
|
Loading…
Reference in New Issue
Block a user