summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-08-16 10:22:49 -0400
committerRyan Eatmon <reatmon@ti.com>2023-08-23 08:41:42 -0500
commita62b01aea88bc815c2eb3ec16fc6f634456caffb (patch)
treeaaf53dfeecefabc886eff9d7081dcc4e90246c0c
parentbc83b3250018e75323a2580cd5ed72f00f29ff45 (diff)
downloadmeta-ti-a62b01aea88bc815c2eb3ec16fc6f634456caffb.tar.gz
pru-icss: update QA checks
Update the QA checks done on the build artifacts to include [buildpaths] since the PRU linker includes these paths in its output. This avoids build warnings or errors of the type: pru-icss-6.2.0-r1 do_package_qa: QA Issue: File /lib/firmware/pru/PRU_Halt.out in package pru-icss-halt contains reference to TMPDIR [buildpaths] Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index e73e0e7e..6acce94b 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -380,5 +380,5 @@ ALTERNATIVE_PRIORITY_pru-icss-rpmsg-echo = "100"
380ALLOW_EMPTY:${PN} = "1" 380ALLOW_EMPTY:${PN} = "1"
381 381
382# This installs PRU firmware, so skip "arch" QA check 382# This installs PRU firmware, so skip "arch" QA check
383INSANE_SKIP:${PN}-halt = "arch" 383INSANE_SKIP:${PN}-halt = "arch buildpaths"
384INSANE_SKIP:${PN}-rpmsg-echo = "arch" 384INSANE_SKIP:${PN}-rpmsg-echo = "arch buildpaths"