1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +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 1380773496
commit 6fe59578fa

View File

@@ -28,6 +28,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() {