diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-08-18 11:04:11 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-19 09:21:56 -0600 |
| commit | e06e900aa5044eeed2846af3c459905a6b581340 (patch) | |
| tree | a864d5a392c7d317bb909128b9e7ced294f49ba2 | |
| parent | eaa784f7a4a002a2b9c34f158f405775a3f7da87 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 1 |
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" | |||
| 28 | LAYERSERIES_COMPAT_xilinx = "langdale" | 28 | LAYERSERIES_COMPAT_xilinx = "langdale" |
| 29 | 29 | ||
| 30 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 30 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 31 | *->xrt \ | ||
| 31 | *->zocl \ | 32 | *->zocl \ |
| 32 | *->cairo \ | 33 | *->cairo \ |
| 33 | *->libepoxy \ | 34 | *->libepoxy \ |
