aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/initramfs-minimal-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/initramfs-minimal-image.bb')
-rw-r--r--recipes/images/initramfs-minimal-image.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/images/initramfs-minimal-image.bb b/recipes/images/initramfs-minimal-image.bb
new file mode 100644
index 0000000000..cb323ddd50
--- /dev/null
+++ b/recipes/images/initramfs-minimal-image.bb
@@ -0,0 +1,11 @@
+# Sample initramfs image, very minimal
+
+IMAGE_INSTALL = "initramfs-module-nfs busybox-static"
+
+export IMAGE_BASENAME = "initramfs-image"
+IMAGE_LINGUAS = ""
+
+# Install only ${IMAGE_INSTALL}, not even deps
+PACKAGE_INSTALL_NO_DEPS = "1"
+
+inherit image