aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/images/sample-image.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-core/images/sample-image.bb b/meta/recipes-core/images/sample-image.bb
new file mode 100644
index 00000000000..5badd146a27
--- /dev/null
+++ b/meta/recipes-core/images/sample-image.bb
@@ -0,0 +1,12 @@
+PACKAGE_INSTALL = "busybox coreutils grep bash yoctouser"
+IMAGE_FEATURES = ""
+IMAGE_LINGUAS = ""
+USER_CLASSES = "image-mklibs"
+
+IMAGE_FSTYPES = "tar.bz2"
+
+LICENSE = "MIT"
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+inherit image