summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-13 09:13:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-13 04:40:52 +0000
commit7dbd1b32d5d115cd6d4f8a2141649dee6f51bc66 (patch)
tree1e2b34d713a70714d7ab29c9860b5de97c90c770 /recipes-bsp/u-boot
parent96fbdca56e220e699874231639b70dcc8f013b61 (diff)
downloadmeta-ti-7dbd1b32d5d115cd6d4f8a2141649dee6f51bc66.tar.gz
u-boot-ti.inc: renmae u-boot-initial-env to ${PN}-initial-env
#$%^#$%^ Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 8f88a1aa..a4a15f61 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -257,6 +257,10 @@ do_deploy_append () {
257 ln -sf ${UBOOT_HS_2ND_IMAGE} ${UBOOT_HS_2ND_BINARY} 257 ln -sf ${UBOOT_HS_2ND_IMAGE} ${UBOOT_HS_2ND_BINARY}
258 fi 258 fi
259 fi 259 fi
260
261 mv ${DEPLOYDIR}/u-boot-initial-env ${DEPLOYDIR}/${PN}-initial-env || true
262 mv ${DEPLOYDIR}/u-boot-initial-env-${MACHINE} ${DEPLOYDIR}/${PN}-initial-env-${MACHINE} || true
263 mv ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR} ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR} || true
260} 264}
261 265
262do_install_append_keystone () { 266do_install_append_keystone () {