From c7c4029c7e28d1c1273facf4a10f77ed6f14c292 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 24 Aug 2020 10:18:30 -0700 Subject: 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 --- meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 1 + 1 file changed, 1 insertion(+) 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 += " \ -DCMAKE_EXPORT_COMPILE_COMANDS=ON \ " +PACKAGE_ARCH_versal = "${SOC_FAMILY_ARCH}" EXTRA_OECMAKE_append_versal += "-DXRT_AIE_BUILD=true" TARGET_CXXFLAGS_append_versal += "-DXRT_ENABLE_AIE" DEPENDS_append_versal += " libmetal libxaiengine" -- cgit v1.2.3-54-g00ecf