helloworld-image: an truly minimal image with static helloworld
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 19 May 2007 11:31:56 +0000 (11:31 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 19 May 2007 11:31:56 +0000 (11:31 +0000)
packages/images/helloworld-image.bb [new file with mode: 0644]

diff --git a/packages/images/helloworld-image.bb b/packages/images/helloworld-image.bb
new file mode 100644 (file)
index 0000000..058bb7f
--- /dev/null
@@ -0,0 +1,28 @@
+# 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
+
+# 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
+