[oe-commits] Leon Woestenberg : helloworld-image: Set some IMAGE_* so that nothing extra gets included.

git version control git at git.openembedded.org
Sat Jan 2 16:14:42 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 2b0ba52daf928adbf4af21c6742fc2d530cbcc62
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2b0ba52daf928adbf4af21c6742fc2d530cbcc62

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Tue Dec 29 23:54:48 2009 +0100

helloworld-image: Set some IMAGE_* so that nothing extra gets included.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/images/helloworld-image.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/images/helloworld-image.bb b/recipes/images/helloworld-image.bb
index cebfc33..d1a43cb 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





More information about the Openembedded-commits mailing list