summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-02 12:48:20 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commitc73f049c9bc66343b0be1ded95a0590730ec82e4 (patch)
tree5815c02efeb75f3a354be9c30aa62b085c6f108a
parent37d145ece60bd33a39762ceb2b2d0a7b4c1efd75 (diff)
downloadmeta-xilinx-c73f049c9bc66343b0be1ded95a0590730ec82e4.tar.gz
linux-microblaze: Disable buildpaths QA check for linux-xlnx-scr
TMPDIR buildpaths warning are observed in microblaze linux-xlnx-scr WARNING: linux-xlnx-5.15.36-xilinx-v2022.2+gitAUTOINC+943565167d-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-xlnx/5.15.36-xilinx-v2022.2+gitAUTOINC+943565167d-r0/lib/oid_registry_data.c in package linux-xlnx-src contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for microblaze linux-xlnx-scr package. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc b/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc
index efd21a18..666f4a93 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc
@@ -8,3 +8,6 @@ python () {
8 if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'): 8 if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'):
9 d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True)) 9 d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True))
10} 10}
11
12# Disable buildpaths QA check warnings for linux-xlnx-scr
13INSANE_SKIP:${PN}-src += "buildpaths"