[oe-commits] Tom Rini : u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy

git version control git at git.openembedded.org
Fri Aug 20 17:27:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d420df7cf6a4bf18b434ebd6783bb97eb5753deb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d420df7cf6a4bf18b434ebd6783bb97eb5753deb

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Aug 20 10:10:14 2010 -0700

u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/u-boot/u-boot-bug_svn.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/u-boot/u-boot-bug_svn.bb b/recipes/u-boot/u-boot-bug_svn.bb
index dffeea1..f104023 100644
--- a/recipes/u-boot/u-boot-bug_svn.bb
+++ b/recipes/u-boot/u-boot-bug_svn.bb
@@ -4,7 +4,7 @@ SECTION = "bootloader"
 PRIORITY = "optional"
 PV = "1.3.2+svnr${SRCPV}"
 SRCREV = "8674"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "\
   svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \
@@ -26,11 +26,9 @@ do_compile () {
 do_deploy () {
     install -d ${DEPLOY_DIR_IMAGE}
     install -m 0644 ${S}/u-boot.bin ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin
+    package_stagefile_shell ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin
     ln -sf ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin ${DEPLOY_DIR_IMAGE}/uboot-latest.bin
-}
-
-do_stage() {
-    install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/mkimage
+    package_stagefile_shell ${DEPLOY_DIR_IMAGE}/uboot-latest.bin
 }
 
 do_deploy[dirs] = "${S}"





More information about the Openembedded-commits mailing list