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:
c2ac91a
)
image.bbclass: Append to do_rootfs[recrdeptask]
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:36 +0000
(17:07 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:36 +0000
(17:07 +0000)
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
c1eaf9f
..
04e26e4
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-8,7
+8,7
@@
export IMAGE_BASENAME ?= "${PN}"
export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
-do_rootfs[recrdeptask]
= "do_package_write
do_deploy do_populate_staging"
+do_rootfs[recrdeptask]
+= "
do_deploy do_populate_staging"
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"