1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2024-07-15 21:40:20 -04:00
committed by Ryan Eatmon
parent e7c6c1fcf0
commit 03835ac821
@@ -31,6 +31,7 @@ do_install() {
install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}
cp -r ${S}/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() {