mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
u-boot: readd deploy task
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -58,9 +58,12 @@ INSANE_SKIP_${PN}-fw-utils = True
|
|||||||
|
|
||||||
inherit deploy
|
inherit deploy
|
||||||
|
|
||||||
|
addtask deploy before do_package after do_compile
|
||||||
|
|
||||||
do_deploy () {
|
do_deploy () {
|
||||||
install -d ${DEPLOY_DIR_IMAGE}
|
install -d ${DEPLOY_DIR_IMAGE}
|
||||||
install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
|
install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
|
||||||
|
|
||||||
cd ${DEPLOY_DIR_IMAGE}
|
cd ${DEPLOY_DIR_IMAGE}
|
||||||
rm -f ${UBOOT_SYMLINK}
|
rm -f ${UBOOT_SYMLINK}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user