summaryrefslogtreecommitdiffstats
path: root/recipes/images/helloworld-image.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-12-29 23:54:48 +0100
committerLeon Woestenberg <leon@sidebranch.com>2010-01-01 13:22:42 +0100
commit2b0ba52daf928adbf4af21c6742fc2d530cbcc62 (patch)
treea41ba446e6702cb2e306193f8924392259396fa1 /recipes/images/helloworld-image.bb
parent26af5ed1db81d29a59eb93cd9860d246d8dfa6a2 (diff)
downloadopenembedded-2b0ba52daf928adbf4af21c6742fc2d530cbcc62.tar.gz
helloworld-image: Set some IMAGE_* so that nothing extra gets included.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/images/helloworld-image.bb')
-rw-r--r--recipes/images/helloworld-image.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/images/helloworld-image.bb b/recipes/images/helloworld-image.bb
index cebfc33acd..d1a43cba49 100644
--- a/recipes/images/helloworld-image.bb
+++ b/recipes/images/helloworld-image.bb
@@ -2,6 +2,11 @@
# Contains *only* a statically linked hello world init program
IMAGE_INSTALL = "helloworld"
+
IMAGE_LINGUAS = ""
+IMAGE_LOGIN_MANAGER = ""
+IMAGE_INIT_MANAGER = ""
+IMAGE_INITSCRIPTS = ""
+IMAGE_DEV_MANAGER = ""
inherit image