From 9adc4a910da82e88ea30a44516980b4dfb4f5ebd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 28 Jun 2011 16:35:11 +0200 Subject: u-boot: readd deploy task Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-bsp/u-boot') 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 inherit deploy +addtask deploy before do_package after do_compile + do_deploy () { install -d ${DEPLOY_DIR_IMAGE} install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} cd ${DEPLOY_DIR_IMAGE} rm -f ${UBOOT_SYMLINK} +} -- cgit v1.2.3-54-g00ecf