summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-10-19 17:28:48 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-10-19 17:28:48 -0500
commitc58aa90fd30ca3c75442904eddcc47ebef2ac8f7 (patch)
treeb53fc2ead7b3d9248dd0109831b4a8a0548b5700 /meta-xilinx-core/recipes-xrt
parent11e9d111f33491dfde326d5def7a6f7d70bd12a7 (diff)
downloadmeta-xilinx-c58aa90fd30ca3c75442904eddcc47ebef2ac8f7.tar.gz
xrt: Move from libmetal to libmetal-xlnx
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index 3beb61eb..884422cc 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -27,7 +27,7 @@ EXTRA_OECMAKE += " \
27PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" 27PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}"
28EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" 28EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true"
29TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" 29TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE"
30DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal" 30DEPENDS:append:versal-ai-core = " libmetal-xlnx libxaiengine aiefal"
31RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" 31RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal"
32EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true" 32EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true"
33EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true" 33EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true"