summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-28 16:35:11 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-28 16:36:15 +0200
commit9adc4a910da82e88ea30a44516980b4dfb4f5ebd (patch)
treee1a477d0119ac53df2caff5cc1796306239c371e /recipes-bsp
parent686b067ec24df5cf1779d27b8fa456a29bf892ba (diff)
downloadmeta-ti-9adc4a910da82e88ea30a44516980b4dfb4f5ebd.tar.gz
u-boot: readd deploy task
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index d48ef8b3..0eac4a1e 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -58,9 +58,12 @@ INSANE_SKIP_${PN}-fw-utils = True
58 58
59inherit deploy 59inherit deploy
60 60
61addtask deploy before do_package after do_compile
62
61do_deploy () { 63do_deploy () {
62 install -d ${DEPLOY_DIR_IMAGE} 64 install -d ${DEPLOY_DIR_IMAGE}
63 install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} 65 install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
64 66
65 cd ${DEPLOY_DIR_IMAGE} 67 cd ${DEPLOY_DIR_IMAGE}
66 rm -f ${UBOOT_SYMLINK} 68 rm -f ${UBOOT_SYMLINK}
69}