From 2b0ba52daf928adbf4af21c6742fc2d530cbcc62 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Tue, 29 Dec 2009 23:54:48 +0100 Subject: helloworld-image: Set some IMAGE_* so that nothing extra gets included. Signed-off-by: Leon Woestenberg --- recipes/images/helloworld-image.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes') 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 -- cgit v1.2.3