aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/images/initramfs-bootrr-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/images/initramfs-bootrr-image.bb')
-rw-r--r--recipes-test/images/initramfs-bootrr-image.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-test/images/initramfs-bootrr-image.bb b/recipes-test/images/initramfs-bootrr-image.bb
new file mode 100644
index 0000000..93054bd
--- /dev/null
+++ b/recipes-test/images/initramfs-bootrr-image.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Small ramdisk image for running bootrr"
+
+PACKAGE_INSTALL = "bootrr-init busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} qrtr-apps udev bootrr rmtfs gptfdisk lava-test-shell"
+
+# Do not pollute the initrd image with rootfs features
+IMAGE_FEATURES = ""
+
+export IMAGE_BASENAME = "initramfs-bootrr-image"
+IMAGE_LINGUAS = ""
+
+LICENSE = "MIT"
+
+IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
+inherit core-image
+
+IMAGE_ROOTFS_SIZE = "8192"
+IMAGE_ROOTFS_EXTRA_SPACE = "0"
+
+BAD_RECOMMENDATIONS += "busybox-syslog"