diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index bb50e1e9..e1f1972e 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc @@ -196,12 +196,12 @@ uboot_install:append () { } do_deploy:append:k3r5 () { - rm ${DEPLOYDIR}/u-boot-initial-env* || true - rm ${DEPLOYDIR}/${PN}-initial-env* || true - rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}* || true - rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}* || true - rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR}* || true - rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR}* || true + rm -f ${DEPLOYDIR}/u-boot-initial-env* + rm -f ${DEPLOYDIR}/${PN}-initial-env* + rm -f ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}* + rm -f ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}* + rm -f ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR}* + rm -f ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR}* } uboot_deploy_config:append:k3r5 () {