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:
65ba692
)
u-boot: ensure deploy runs before package_stage
author
Chris Larson
<chris_larson@mentor.com>
Mon, 11 Oct 2010 16:41:18 +0000
(12:41 -0400)
committer
Chris Larson
<chris_larson@mentor.com>
Mon, 11 Oct 2010 16:41:21 +0000
(12:41 -0400)
Without this, whether the u-boot binaries make it into the staging package can
vary, causing failures when building u-boot from pstage.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/u-boot/u-boot.inc
patch
|
blob
|
history
diff --git
a/recipes/u-boot/u-boot.inc
b/recipes/u-boot/u-boot.inc
index
d19716c
..
9a9528e
100644
(file)
--- a/
recipes/u-boot/u-boot.inc
+++ b/
recipes/u-boot/u-boot.inc
@@
-64,4
+64,4
@@
do_deploy () {
package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK}
}
do_deploy[dirs] = "${S}"
-addtask deploy before do_
build
after do_compile
+addtask deploy before do_
package_stage
after do_compile