From b33978b8df7481f83da45cb1bf0136c99f9110db Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Sat, 20 Jul 2024 12:25:40 -0500 Subject: ti-sysbios: remove install log to avoid "buildpaths" QA error Installer log contains absolute paths and is not really needed. Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ti-extras') diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc index f31decec..8cc9e309 100644 --- a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc +++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc @@ -17,6 +17,8 @@ do_install() { CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} + + rm ${D}${SYSBIOS_INSTALL_DIR_RECIPE}/bios_${PV}*.log } ALLOW_EMPTY:${PN} = "1" -- cgit v1.2.3-54-g00ecf