summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-07-15 21:40:20 -0400
committerRyan Eatmon <reatmon@ti.com>2024-07-19 11:15:51 -0500
commit03835ac8216a2043a212190e37d03bdb46d404e8 (patch)
treed06d16f0b2fcc69dfb4eca8f75e985fd3960ea4a /meta-ti-extras
parente7c6c1fcf04778ecd9c24d1d4589defbc93eca61 (diff)
downloadmeta-ti-03835ac8216a2043a212190e37d03bdb46d404e8.tar.gz
ti-cgt-pru: remove install log to avoid "buildpaths" QA error
Installer log contains absolute paths and is not really needed. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb1
1 files changed, 1 insertions, 0 deletions
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 75bb7262..12098b23 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
@@ -31,6 +31,7 @@ do_install() {
31 install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE} 31 install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}
32 cp -r ${S}/ti-cgt-pru_${PV}/. \ 32 cp -r ${S}/ti-cgt-pru_${PV}/. \
33 ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/ 33 ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/
34 rm ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/*installer_install.log
34} 35}
35 36
36do_install:class-target() { 37do_install:class-target() {