summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index 56fd692f..73a1fdf1 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -150,10 +150,8 @@ do_deploy_append_qoriq-ppc() {
150 if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then 150 if [ -f ${S}/${board}/${UBOOT_TARGET}.bin ]; then
151 mkdir -p ${DEPLOYDIR} 151 mkdir -p ${DEPLOYDIR}
152 install ${S}/${board}/${UBOOT_TARGET}.bin ${DEPLOYDIR}/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin 152 install ${S}/${board}/${UBOOT_TARGET}.bin ${DEPLOYDIR}/${UBOOT_TARGET}-${board}-${PV}-${PR}.bin
153 153 rm -f ${DEPLOYDIR}/${UBOOT_TARGET}-${board}.bin
154 cd ${DEPLOYDIR} 154 ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${DEPLOYDIR}/${UBOOT_TARGET}-${board}.bin
155 rm -f ${UBOOT_TARGET}-${board}.bin
156 ln -sf ${UBOOT_TARGET}-${board}-${PV}-${PR}.bin ${UBOOT_TARGET}-${board}.bin
157 fi 155 fi
158 done 156 done
159} 157}