diff options
author | Mark Hatle <mark.hatle@amd.com> | 2022-11-22 12:47:39 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-24 07:00:36 -0800 |
commit | fe36be0f8112c6a42f8d938f1a61341a10fd06cb (patch) | |
tree | 643814fcb5c93ee4bdb6ab6091e190eca39317ba /meta-xilinx-core/recipes-xrt/xrt | |
parent | a4cacdd5662fc21f669bc50345e7c284b7baf675 (diff) | |
download | meta-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.bb | 2 |
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 += " \ | |||
33 | PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" | 33 | PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" |
34 | EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" | 34 | EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" |
35 | TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" | 35 | TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" |
36 | DEPENDS:append:versal-ai-core = " libmetal-xlnx libxaiengine aiefal" | 36 | DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal" |
37 | RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" | 37 | RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" |
38 | 38 | ||
39 | # For vek280 kind of devices | 39 | # For vek280 kind of devices |