diff options
| -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 |
