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:
299d9fb
)
image.bbclass: Make images trigger all do_deploy tasks to run so kernels and things...
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 7 Jan 2007 15:21:08 +0000
(15:21 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 7 Jan 2007 15:21:08 +0000
(15:21 +0000)
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
bcf9bef
..
69d7fb2
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-4,7
+4,7
@@
PACKAGES = ""
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
BUILD_ALL_DEPS = "1"
-do_rootfs[recrdeptask] = "do_package_write"
+do_rootfs[recrdeptask] = "do_package_write
do_deploy
"
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"