diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-08-24 10:18:30 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-09-08 11:13:22 -0700 |
commit | c7c4029c7e28d1c1273facf4a10f77ed6f14c292 (patch) | |
tree | f4faf5bcc4cb9a9ddbd0ee9099d69685ac241793 | |
parent | 8994a47a70539f893f86d2f0a3364e9b25770fba (diff) | |
download | meta-xilinx-c7c4029c7e28d1c1273facf4a10f77ed6f14c292.tar.gz |
xrt: Declare package as versal specific
On versal platform, various configuration changes were being made, but
the recipe was not declared as versal specific. Add a declaration for
versal that it is SOC_FAMILY_ARCH specific.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb index b1f46a4b..2745bb69 100644 --- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb +++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |||
@@ -32,6 +32,7 @@ EXTRA_OECMAKE += " \ | |||
32 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ | 32 | -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ |
33 | " | 33 | " |
34 | 34 | ||
35 | PACKAGE_ARCH_versal = "${SOC_FAMILY_ARCH}" | ||
35 | EXTRA_OECMAKE_append_versal += "-DXRT_AIE_BUILD=true" | 36 | EXTRA_OECMAKE_append_versal += "-DXRT_AIE_BUILD=true" |
36 | TARGET_CXXFLAGS_append_versal += "-DXRT_ENABLE_AIE" | 37 | TARGET_CXXFLAGS_append_versal += "-DXRT_ENABLE_AIE" |
37 | DEPENDS_append_versal += " libmetal libxaiengine" | 38 | DEPENDS_append_versal += " libmetal libxaiengine" |