From e06e900aa5044eeed2846af3c459905a6b581340 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 18 Aug 2023 11:04:11 -0600 Subject: 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 --- meta-xilinx-core/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-xilinx-core/conf/layer.conf') 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" LAYERSERIES_COMPAT_xilinx = "langdale" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ + *->xrt \ *->zocl \ *->cairo \ *->libepoxy \ -- cgit v1.2.3-54-g00ecf