1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

u-boot: readd deploy task

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-28 16:35:11 +02:00
parent 686b067ec2
commit 9adc4a910d

View File

@@ -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}
}