diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-07-20 12:24:53 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-23 17:01:28 -0500 |
commit | b16d0babeab33348372085e81154b918c3a751dc (patch) | |
tree | 3059312f4be461c659d060bbd2768bec80553bdb | |
parent | a4a5a3003921bf98147b03430bd4cb321ce20bcf (diff) | |
download | meta-ti-b16d0babeab33348372085e81154b918c3a751dc.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>
-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" |