| Message ID | 20240720172540.27876-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master] ti-sysbios: remove install log to avoid "buildpaths" QA error | expand |
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"
Installer log contains absolute paths and is not really needed. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | 2 ++ 1 file changed, 2 insertions(+)