diff mbox series

[master] ti-cgt-pru: remove install log to avoid "buildpaths" QA error

Message ID 20240716014020.3050640-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] ti-cgt-pru: remove install log to avoid "buildpaths" QA error | expand

Commit Message

Denys Dmytriyenko July 16, 2024, 1:40 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Installer log contains absolute paths and is not really needed.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb
index 47bd6a51..b77aa612 100644
--- a/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb
+++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb
@@ -28,6 +28,7 @@  do_install() {
     install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}
     cp -r ${UNPACKDIR}/ti-cgt-pru_${PV}/. \
           ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/
+    rm ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/*installer_install.log
 }
 
 do_install:class-target() {