diff options
Diffstat (limited to 'recipes/images/helloworld-image.bb')
-rw-r--r-- | recipes/images/helloworld-image.bb | 7 |
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 |