aboutsummaryrefslogtreecommitdiffstats
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
parent2f796be145af7a1712e3c9cc72e2332f9f71a5f4 (diff)
downloadopenembedded-core-contrib-fc6700a1427398d466a902455711cfd745f856da.tar.gz
u-boot.inc: remove package_stagefile_shell call
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 3a9a72f6b6..36dab1a1ed 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
do_deploy () {
install -d ${DEPLOY_DIR_IMAGE}
install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
- package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
cd ${DEPLOY_DIR_IMAGE}
rm -f ${UBOOT_SYMLINK}
ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK}
- package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK}
}
do_deploy[dirs] = "${S}"
addtask deploy before do_package_stage after do_compile