summaryrefslogtreecommitdiff
path: root/packages/images/helloworld-image.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-17 16:31:13 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-17 16:31:13 +0000
commit435dc70aa0e43b448804045a9aa358856bc67bb8 (patch)
treeda9e14804b9b0a0b0bc0989906fb00525e7dc1bb /packages/images/helloworld-image.bb
parentdcd01b049d371444c3ca32639c08db28df8fe400 (diff)
helloworld: package plus image for truly minimal user space, a statically linked hello world executable.
Diffstat (limited to 'packages/images/helloworld-image.bb')
-rw-r--r--packages/images/helloworld-image.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/images/helloworld-image.bb b/packages/images/helloworld-image.bb
new file mode 100644
index 0000000000..5154752f75
--- /dev/null
+++ b/packages/images/helloworld-image.bb
@@ -0,0 +1,14 @@
+# Hello world image
+# Contains *only* a statically linked hello world init program
+LICENSE = "MIT"
+PR = "r0"
+
+RDEPENDS = "helloworld"
+
+export IMAGE_BASENAME = "helloworld-image"
+export IMAGE_LINGUAS = ""
+
+PACKAGE_INSTALL = ${RDEPENDS}
+
+inherit image
+