From a62b01aea88bc815c2eb3ec16fc6f634456caffb Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 16 Aug 2023 10:22:49 -0400 Subject: [PATCH] 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 Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 4 ++-- 1 file 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" ALLOW_EMPTY:${PN} = "1" # This installs PRU firmware, so skip "arch" QA check -INSANE_SKIP:${PN}-halt = "arch" -INSANE_SKIP:${PN}-rpmsg-echo = "arch" +INSANE_SKIP:${PN}-halt = "arch buildpaths" +INSANE_SKIP:${PN}-rpmsg-echo = "arch buildpaths"