diff options
author | Trevor Woerner <twoerner@gmail.com> | 2023-08-16 10:22:49 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-08-23 08:28:19 -0500 |
commit | f24edcab87c2905c7ef9210d917f6092c4442733 (patch) | |
tree | a3157b07b1159e093e29a74d939aa6f2a9aaa035 /meta-ti-extras | |
parent | f75b1009becdb01ad78ac79ebae9a16f39ec93dc (diff) | |
download | meta-ti-f24edcab87c2905c7ef9210d917f6092c4442733.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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 4 |
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" | |||
380 | ALLOW_EMPTY:${PN} = "1" | 380 | ALLOW_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 |
383 | INSANE_SKIP:${PN}-halt = "arch" | 383 | INSANE_SKIP:${PN}-halt = "arch buildpaths" |
384 | INSANE_SKIP:${PN}-rpmsg-echo = "arch" | 384 | INSANE_SKIP:${PN}-rpmsg-echo = "arch buildpaths" |