From 63f6126ece93dd105ad621405842eb72be236372 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 19 May 2007 11:31:56 +0000 Subject: [PATCH] helloworld-image: an truly minimal image with static helloworld --- packages/images/helloworld-image.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/images/helloworld-image.bb 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 + -- 2.39.5