From: Leon Woestenberg Date: Sat, 19 May 2007 11:31:56 +0000 (+0000) Subject: helloworld-image: an truly minimal image with static helloworld X-Git-Tag: Release-2010-05/1~8868^2~435 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f6126ece93dd105ad621405842eb72be236372;p=openembedded.git helloworld-image: an truly minimal image with static helloworld --- diff --git a/packages/images/helloworld-image.bb b/packages/images/helloworld-image.bb new file mode 100644 index 0000000000..058bb7f12a --- /dev/null +++ b/packages/images/helloworld-image.bb @@ -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 +