diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-30 11:25:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-30 11:25:44 +0200 |
commit | fc6700a1427398d466a902455711cfd745f856da (patch) | |
tree | 4872d4e53c7d0122f4fc6916c9aeb8715459c2df /recipes-bsp/u-boot/u-boot.inc | |
parent | 2f796be145af7a1712e3c9cc72e2332f9f71a5f4 (diff) | |
download | meta-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/u-boot.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot.inc | 2 |
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 | |||
59 | do_deploy () { | 59 | do_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 | } |
69 | do_deploy[dirs] = "${S}" | 67 | do_deploy[dirs] = "${S}" |
70 | addtask deploy before do_package_stage after do_compile | 68 | addtask deploy before do_package_stage after do_compile |