diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-28 16:35:11 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-28 16:36:15 +0200 |
| commit | 9adc4a910da82e88ea30a44516980b4dfb4f5ebd (patch) | |
| tree | e1a477d0119ac53df2caff5cc1796306239c371e /recipes-bsp/u-boot/u-boot.inc | |
| parent | 686b067ec24df5cf1779d27b8fa456a29bf892ba (diff) | |
| download | meta-ti-9adc4a910da82e88ea30a44516980b4dfb4f5ebd.tar.gz | |
u-boot: readd deploy task
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 | 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 | } | ||
