diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-07-15 21:40:20 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-19 11:15:51 -0500 |
commit | 03835ac8216a2043a212190e37d03bdb46d404e8 (patch) | |
tree | d06d16f0b2fcc69dfb4eca8f75e985fd3960ea4a /meta-ti-extras/recipes-ti | |
parent | e7c6c1fcf04778ecd9c24d1d4589defbc93eca61 (diff) | |
download | meta-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/recipes-ti')
-rw-r--r-- | meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 1 |
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 | ||
36 | do_install:class-target() { | 37 | do_install:class-target() { |