summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-01-16 13:57:42 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-01-16 13:57:51 +0800
commite99756e072a718c84fbd301c2375ad8801b717c6 (patch)
tree024cb003f51e3cbba04aab46232661de93e96e43 /dynamic-layers/clang-layer
parentb15d2fbc3399c70f4bb5e65fe24195d63e125eb1 (diff)
downloadmeta-intel-e99756e072a718c84fbd301c2375ad8801b717c6.tar.gz
intel-graphics-compiler: ignore buildpaths warning
Ignore the buildpath being embedded in bitcode by clang until we've found a way to fix. | QA Issue: File /usr/lib/libigc.so.1.0.1 in package intel-graphics-compiler contains reference to TMPDIR [buildpaths] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb
index dbd0c934..db3524ee 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb
@@ -76,3 +76,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "^igc-(?P<pver>(?!19\..*)\d+(\.\d+)+)$"
76FILES:${PN} += " \ 76FILES:${PN} += " \
77 ${libdir}/igc/NOTICES.txt \ 77 ${libdir}/igc/NOTICES.txt \
78 " 78 "
79
80# libigc.so contains buildpaths
81INSANE_SKIP:${PN} += "buildpaths"