From 03835ac8216a2043a212190e37d03bdb46d404e8 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 15 Jul 2024 21:40:20 -0400 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 1 + 1 file changed, 1 insertion(+) 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() { 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() { -- cgit v1.2.3-54-g00ecf