summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-30 11:25:44 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-30 11:25:44 +0200
commitfc6700a1427398d466a902455711cfd745f856da (patch)
tree4872d4e53c7d0122f4fc6916c9aeb8715459c2df /recipes-bsp/u-boot
parent2f796be145af7a1712e3c9cc72e2332f9f71a5f4 (diff)
downloadmeta-ti-fc6700a1427398d466a902455711cfd745f856da.tar.gz
u-boot.inc: remove package_stagefile_shell call
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index 3a9a72f6..36dab1a1 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -59,12 +59,10 @@ INSANE_SKIP_${PN}-fw-utils = True
59do_deploy () { 59do_deploy () {
60 install -d ${DEPLOY_DIR_IMAGE} 60 install -d ${DEPLOY_DIR_IMAGE}
61 install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} 61 install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
62 package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
63 62
64 cd ${DEPLOY_DIR_IMAGE} 63 cd ${DEPLOY_DIR_IMAGE}
65 rm -f ${UBOOT_SYMLINK} 64 rm -f ${UBOOT_SYMLINK}
66 ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK} 65 ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK}
67 package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK}
68} 66}
69do_deploy[dirs] = "${S}" 67do_deploy[dirs] = "${S}"
70addtask deploy before do_package_stage after do_compile 68addtask deploy before do_package_stage after do_compile