summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-08-18 11:04:11 -0600
committerMark Hatle <mark.hatle@amd.com>2023-08-19 09:21:56 -0600
commite06e900aa5044eeed2846af3c459905a6b581340 (patch)
treea864d5a392c7d317bb909128b9e7ced294f49ba2 /meta-xilinx-core/conf/layer.conf
parenteaa784f7a4a002a2b9c34f158f405775a3f7da87 (diff)
downloadmeta-xilinx-e06e900aa5044eeed2846af3c459905a6b581340.tar.gz
meta-xilinx-core: conf/layer.conf: Skip xrt in dependency hashing
xrt API is stable, but we provide different versions if there is an ai-engine or not. Skip the hash calculations to allow dependent packages to work with both versions. This resolves a problem where xrt w/ and w/o ai-engine support causes vart and thus vitis-ai to rebuild multiple times. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index c1f7bc1d..0bcbf848 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -28,6 +28,7 @@ LAYERRECOMMENDS_xilinx = "openembedded-layer"
28LAYERSERIES_COMPAT_xilinx = "langdale" 28LAYERSERIES_COMPAT_xilinx = "langdale"
29 29
30SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 30SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
31 *->xrt \
31 *->zocl \ 32 *->zocl \
32 *->cairo \ 33 *->cairo \
33 *->libepoxy \ 34 *->libepoxy \