helloworld-image: Set some IMAGE_* so that nothing extra gets included.
authorLeon Woestenberg <leon@sidebranch.com>
Tue, 29 Dec 2009 22:54:48 +0000 (23:54 +0100)
committerLeon Woestenberg <leon@sidebranch.com>
Fri, 1 Jan 2010 12:22:42 +0000 (13:22 +0100)
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/images/helloworld-image.bb

index cebfc33..d1a43cb 100644 (file)
@@ -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