1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

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 <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2024-07-20 12:25:40 -05:00
parent 8039d2c150
commit b33978b8df

View File

@@ -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"