diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-21 17:10:30 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-22 07:35:15 -0600 |
| commit | 0e471db25311caf15b412e68eed4087eb7c664d3 (patch) | |
| tree | 31701e2bc75d85ac01fda7addca8437c3598833c | |
| parent | 6ad9836940fa9c3541b5339c84d6d86e36734e24 (diff) | |
| download | meta-xilinx-0e471db25311caf15b412e68eed4087eb7c664d3.tar.gz | |
xrt: Move AIE settings to meta-xilinx-tools
AIE components are only provided by meta-xilinx-tools layer, so the
configuration and dependencies need to be in the same layer.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb index 429a1631..39a9d9a3 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | |||
| @@ -29,20 +29,6 @@ EXTRA_OECMAKE += " \ | |||
| 29 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ | 29 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | # For vck190 kind of devices | ||
| 33 | PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" | ||
| 34 | EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" | ||
| 35 | TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" | ||
| 36 | DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal" | ||
| 37 | RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" | ||
| 38 | |||
| 39 | # For vek280 kind of devices | ||
| 40 | PACKAGE_ARCH:versal-ai-edge = "${SOC_VARIANT_ARCH}" | ||
| 41 | EXTRA_OECMAKE:append:versal-ai-edge = " -DXRT_AIE_BUILD=true" | ||
| 42 | TARGET_CXXFLAGS:append:versal-ai-edge = " -DXRT_ENABLE_AIE" | ||
| 43 | DEPENDS:append:versal-ai-edge = " libmetal libxaiengine aiefal" | ||
| 44 | RDEPENDS:${PN}:append:versal-ai-edge = " libxaiengine aiefal" | ||
| 45 | |||
| 46 | EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true" | 32 | EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true" |
| 47 | EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true" | 33 | EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true" |
| 48 | DEPENDS:append:versal = " libdfx" | 34 | DEPENDS:append:versal = " libdfx" |
