summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-23 14:20:40 -0600
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commit496ae0318840bbff6bf28496cd341d89f395587c (patch)
treefa923ff5a24102195acc6602bf1ee497523bda76 /meta-xilinx-core/recipes-xrt
parente72e2ca5579cd6ceb02657d03e73227c4262afa4 (diff)
downloadmeta-xilinx-496ae0318840bbff6bf28496cd341d89f395587c.tar.gz
Revert "xrt: Move AIE settings to meta-xilinx-tools"
This reverts commit 0e471db25311caf15b412e68eed4087eb7c664d3. AIE has been moved to this layer. Restore previous configuration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index 39a9d9a3..429a1631 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -29,6 +29,20 @@ EXTRA_OECMAKE += " \
29 -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ 29 -DCMAKE_EXPORT_COMPILE_COMANDS=ON \
30 " 30 "
31 31
32# For vck190 kind of devices
33PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}"
34EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true"
35TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE"
36DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal"
37RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal"
38
39# For vek280 kind of devices
40PACKAGE_ARCH:versal-ai-edge = "${SOC_VARIANT_ARCH}"
41EXTRA_OECMAKE:append:versal-ai-edge = " -DXRT_AIE_BUILD=true"
42TARGET_CXXFLAGS:append:versal-ai-edge = " -DXRT_ENABLE_AIE"
43DEPENDS:append:versal-ai-edge = " libmetal libxaiengine aiefal"
44RDEPENDS:${PN}:append:versal-ai-edge = " libxaiengine aiefal"
45
32EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true" 46EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true"
33EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true" 47EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true"
34DEPENDS:append:versal = " libdfx" 48DEPENDS:append:versal = " libdfx"