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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user