This reverts commit 946c15720eea1e8e5b4640c7238d2aa60e248342.

Revert part of commit to keep bbappend file. This file
is required to build and deploy EFI boot stub

Signed-off-by: Naveen Saini <[email protected]>
---
 recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes-bsp/systemd-boot/systemd-boot_%.bbappend

diff --git a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend 
b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
new file mode 100644
index 00000000..d2e1c16b
--- /dev/null
+++ b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
@@ -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}
+}
-- 
2.17.0

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to