summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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