diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-07-20 12:25:40 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-30 08:52:42 -0500 |
commit | b33978b8df7481f83da45cb1bf0136c99f9110db (patch) | |
tree | 84517e2a2221d0ebf6c154c1870784eafa09be88 /meta-ti-extras | |
parent | 8039d2c1509444fa0746ca3a50e1c4f3b3a7ecea (diff) | |
download | meta-ti-b33978b8df7481f83da45cb1bf0136c99f9110db.tar.gz |
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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
17 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | 17 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" |
18 | install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | 18 | install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} |
19 | cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | 19 | cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} |
20 | |||
21 | rm ${D}${SYSBIOS_INSTALL_DIR_RECIPE}/bios_${PV}*.log | ||
20 | } | 22 | } |
21 | 23 | ||
22 | ALLOW_EMPTY:${PN} = "1" | 24 | ALLOW_EMPTY:${PN} = "1" |