summaryrefslogtreecommitdiff
path: root/packages/images/helloworld-image.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-08-27 10:08:40 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-08-27 10:08:40 +0000
commit7143b95dbfddaa91006b679d16f8e4e9907c4907 (patch)
tree805167b29ebc36ad88e530f1538bbecbc97e3c96 /packages/images/helloworld-image.bb
parent04f1fbc5efc6be1f54ca52efa708701a1ff76c60 (diff)
parentf12bac9343c3825c4106c61ac57f30c3f539616c (diff)
merge of '5281adaea9fd65292934a8ed7fa0e871e220ca7f'
and 'db972685a453721f344867c46d01ba28142c82bf'
Diffstat (limited to 'packages/images/helloworld-image.bb')
-rw-r--r--packages/images/helloworld-image.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/images/helloworld-image.bb b/packages/images/helloworld-image.bb
index 058bb7f12a..a1caf54cc5 100644
--- a/packages/images/helloworld-image.bb
+++ b/packages/images/helloworld-image.bb
@@ -11,18 +11,3 @@ 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
-