diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-27 10:08:40 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-27 10:08:40 +0000 |
commit | 7143b95dbfddaa91006b679d16f8e4e9907c4907 (patch) | |
tree | 805167b29ebc36ad88e530f1538bbecbc97e3c96 /packages/images/helloworld-image.bb | |
parent | 04f1fbc5efc6be1f54ca52efa708701a1ff76c60 (diff) | |
parent | f12bac9343c3825c4106c61ac57f30c3f539616c (diff) |
merge of '5281adaea9fd65292934a8ed7fa0e871e220ca7f'
and 'db972685a453721f344867c46d01ba28142c82bf'
Diffstat (limited to 'packages/images/helloworld-image.bb')
-rw-r--r-- | packages/images/helloworld-image.bb | 15 |
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 - |