diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-08 09:11:51 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-09 09:36:55 -0600 |
commit | 51050cf852ce69c3544ee52debd694acd3168521 (patch) | |
tree | a02e6e60fe771d94194ae35ed11839cdb6b12839 /meta-xilinx-core | |
parent | fabcc3a198c34acd9b0095f8cdd8ecee5d70aef5 (diff) | |
download | meta-xilinx-51050cf852ce69c3544ee52debd694acd3168521.tar.gz |
libvcu-xlnx: Disable buildpaths QA check for zynqmp-ev
TMPDIR buildpaths warning are observed in libvcu-xlnx.
WARNING: libvcu-xlnx-1.0.0-xilinx-v+gitAUTOINC+83aabb84c2-r0 do_package_qa: QA Issue: File /usr/bin/ctrlsw_encoder in package libvcu-xlnx contains reference to TMPDIR
File /usr/bin/ctrlsw_decoder in package libvcu-xlnx contains reference to TMPDIR [buildpaths]
Hence disable buildpaths QA check for libvcu-xlnx.
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-multimedia/vcu/libvcu-xlnx.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb index 5aac77d7..7dc97d72 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | |||
@@ -39,3 +39,6 @@ do_install() { | |||
39 | # explicitly depends upon them. | 39 | # explicitly depends upon them. |
40 | 40 | ||
41 | EXCLUDE_FROM_WORLD = "1" | 41 | EXCLUDE_FROM_WORLD = "1" |
42 | |||
43 | # Disable buildpaths QA check warnings. | ||
44 | INSANE_SKIP:${PN} += "buildpaths" | ||