Installer log contains absolute paths and is not really needed.
Signed-off-by: Ryan Eatmon <[email protected]>
---
meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
index f31decec..8cc9e309 100644
--- a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
+++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
@@ -17,6 +17,8 @@ do_install() {
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
+
+ rm ${D}${SYSBIOS_INSTALL_DIR_RECIPE}/bios_${PV}*.log
}
ALLOW_EMPTY:${PN} = "1"
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17898):
https://lists.yoctoproject.org/g/meta-ti/message/17898
Mute This Topic: https://lists.yoctoproject.org/mt/107455245/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-