git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26af5ed
)
helloworld-image: Set some IMAGE_* so that nothing extra gets included.
author
Leon Woestenberg
<leon@sidebranch.com>
Tue, 29 Dec 2009 22:54:48 +0000
(23:54 +0100)
committer
Leon 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
patch
|
blob
|
history
diff --git
a/recipes/images/helloworld-image.bb
b/recipes/images/helloworld-image.bb
index
cebfc33
..
d1a43cb
100644
(file)
--- 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