summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb2
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
index e706ea8f37..dbe558397e 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -16,8 +16,6 @@ IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs"
16# Do not pollute the initrd image with rootfs features 16# Do not pollute the initrd image with rootfs features
17IMAGE_FEATURES = "" 17IMAGE_FEATURES = ""
18 18
19export IMAGE_BASENAME = "initramfs-kexecboot-image"
20
21IMAGE_LINGUAS = "" 19IMAGE_LINGUAS = ""
22IMAGE_LOGIN_MANAGER = "" 20IMAGE_LOGIN_MANAGER = ""
23IMAGE_INIT_MANAGER = "" 21IMAGE_INIT_MANAGER = ""
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
index e4e52cf3b5..37349e1e20 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -1,5 +1,3 @@
1require initramfs-kexecboot-image.bb 1require initramfs-kexecboot-image.bb
2 2
3IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc" 3IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
4
5export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"