aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/images/initramfs-firmware-image.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/images/initramfs-firmware-image.inc')
-rw-r--r--recipes-bsp/images/initramfs-firmware-image.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/images/initramfs-firmware-image.inc b/recipes-bsp/images/initramfs-firmware-image.inc
new file mode 100644
index 0000000..2ce4f36
--- /dev/null
+++ b/recipes-bsp/images/initramfs-firmware-image.inc
@@ -0,0 +1,17 @@
+# We do not use kernel image or kernel modules in the image, so remove the
+# dependency on the kernel
+KERNELDEPMODDEPEND = ""
+KERNEL_DEPLOY_DEPEND = ""
+
+IMAGE_LINGUAS = ""
+LICENSE = "MIT"
+
+IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
+IMAGE_NAME_SUFFIX ?= ""
+inherit core-image
+
+IMAGE_ROOTFS_SIZE = "8192"
+IMAGE_ROOTFS_EXTRA_SPACE = "0"
+
+# Inhibit installing /init
+IMAGE_BUILDING_DEBUGFS = "true"