aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/helloworld-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/helloworld-image.bb')
-rw-r--r--recipes/images/helloworld-image.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/images/helloworld-image.bb b/recipes/images/helloworld-image.bb
new file mode 100644
index 0000000000..cebfc33acd
--- /dev/null
+++ b/recipes/images/helloworld-image.bb
@@ -0,0 +1,7 @@
+# Hello world image
+# Contains *only* a statically linked hello world init program
+
+IMAGE_INSTALL = "helloworld"
+IMAGE_LINGUAS = ""
+
+inherit image