diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:20 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 10:50:38 -0600 |
commit | a7a25754d873ef57a2e4a46fa190e5965d997dca (patch) | |
tree | e31249ac72bbc021da5d1a01891532e3da6517e4 /meta-xilinx-core | |
parent | 9114a30fce67f8a49da35b265296c5abda465ad4 (diff) | |
download | meta-xilinx-a7a25754d873ef57a2e4a46fa190e5965d997dca.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-6.1.5-xilinx-v2023.1+gitAUTOINC+943565167d-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-xlnx/6.1.5-xilinx-v2023.1+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>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc | 3 |
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 96c801f1..a24fd93c 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc +++ b/meta-xilinx-core/recipes-kernel/linux/linux-microblaze.inc | |||
@@ -7,3 +7,6 @@ python () { | |||
7 | if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'): | 7 | if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'): |
8 | d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True)) | 8 | d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True)) |
9 | } | 9 | } |
10 | |||
11 | # Disable buildpaths QA check warnings for linux-xlnx-scr | ||
12 | INSANE_SKIP:${PN}-src += "buildpaths" | ||