From: Leon Woestenberg Date: Tue, 29 Dec 2009 22:54:48 +0000 (+0100) Subject: helloworld-image: Set some IMAGE_* so that nothing extra gets included. X-Git-Tag: Release-2010-05/1~1099^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0ba52daf928adbf4af21c6742fc2d530cbcc62;p=openembedded.git helloworld-image: Set some IMAGE_* so that nothing extra gets included. Signed-off-by: Leon Woestenberg --- 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