summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
index 45ff50d6b..835b30754 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -3,10 +3,13 @@ DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 5
6inherit image
7
6IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" 8IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
7 9
8# avoid circular dependencies 10# avoid circular dependencies
9EXTRA_IMAGEDEPENDS = "" 11EXTRA_IMAGEDEPENDS = ""
12KERNELDEPMODDEPEND = ""
10 13
11# We really need just kexecboot, kexec and ubiattach 14# We really need just kexecboot, kexec and ubiattach
12IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs" 15IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs"
@@ -18,7 +21,8 @@ IMAGE_LINGUAS = ""
18 21
19FEED_DEPLOYDIR_BASE_URI = "" 22FEED_DEPLOYDIR_BASE_URI = ""
20LDCONFIGDEPEND = "" 23LDCONFIGDEPEND = ""
21
22IMAGE_ROOTFS_EXTRA_SPACE = "0" 24IMAGE_ROOTFS_EXTRA_SPACE = "0"
23 25
24inherit image 26# disable runtime dependency on run-postinsts -> update-rc.d
27ROOTFS_BOOTSTRAP_INSTALL = ""
28