summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
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}