diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot.inc | 3 |
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 | ||
| 59 | inherit deploy | 59 | inherit deploy |
| 60 | 60 | ||
| 61 | addtask deploy before do_package after do_compile | ||
| 62 | |||
| 61 | do_deploy () { | 63 | do_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 | } | ||
