summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-22 12:47:39 -0800
committerMark Hatle <mark.hatle@amd.com>2022-11-24 07:00:36 -0800
commitfe36be0f8112c6a42f8d938f1a61341a10fd06cb (patch)
tree643814fcb5c93ee4bdb6ab6091e190eca39317ba /meta-xilinx-core/recipes-xrt/xrt
parenta4cacdd5662fc21f669bc50345e7c284b7baf675 (diff)
downloadmeta-xilinx-fe36be0f8112c6a42f8d938f1a61341a10fd06cb.tar.gz
xrt: Depend on libmetal so we can use PREFERRED_PROVIDER
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/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 4d268c2e..429a1631 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -33,7 +33,7 @@ EXTRA_OECMAKE += " \
33PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" 33PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}"
34EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" 34EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true"
35TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" 35TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE"
36DEPENDS:append:versal-ai-core = " libmetal-xlnx libxaiengine aiefal" 36DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal"
37RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" 37RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal"
38 38
39# For vek280 kind of devices 39# For vek280 kind of devices