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-24 16:04:25 -0600
commit1bf1bf3591e5d71725b5db8bbff07032c543cc89 (patch)
treef3ee051d9ee9741efd6ba2132ee468e4ed09edf8 /meta-xilinx-core/conf/layer.conf
parent42b2b9ea8f6203c8117bcc7f3f70024e65c5e55e (diff)
downloadmeta-xilinx-1bf1bf3591e5d71725b5db8bbff07032c543cc89.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 10771360..6dd43ebc 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 = "mickledore" 28LAYERSERIES_COMPAT_xilinx = "mickledore"
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 \