summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-12-15 07:52:21 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-12-15 07:52:21 +0800
commit9e688afd600d4f842a72147e2704bb58acafec10 (patch)
tree0383625399f217b75135e712c6d4c47b4bff427a /recipes-bsp
parent7d79beb5093da8adf0f9b106a33d8e0904a50a48 (diff)
downloadmeta-intel-9e688afd600d4f842a72147e2704bb58acafec10.tar.gz
systemd-boot: remove append
The change is in oe-core recipe now and isn't needed here. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/systemd-boot/systemd-boot_%.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
deleted file mode 100644
index d2e1c16b..00000000
--- a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
1PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"
2
3do_compile_append_intel-x86-common() {
4 ninja src/boot/efi/linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub
5}
6
7do_deploy_append_intel-x86-common() {
8 install ${B}/src/boot/efi/linux*.efi.stub ${DEPLOYDIR}
9}