From 4b2a90aa99df635b84fefea5cdf242e8df09c787 Mon Sep 17 00:00:00 2001 From: saumya garg Date: Tue, 14 May 2024 14:08:47 +0530 Subject: xrt, zocl: Update commit id Changelog: fixing reserved memory logic (#8164) (#8165) Fixed rw_shared flag for user managed kernel (#8158) (#8162) Add instructions for installation of xrt package on Alma Linux (#8156) (#8159) Signed-off-by: saumya garg Updated commit message Signed-off-by: Mark Hatle --- .../dynamic-layers/openamp-layer/recipes-xrt/xrt/xrt_git.bbappend | 4 ++-- meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-xrt/xrt/xrt_git.bbappend b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-xrt/xrt/xrt_git.bbappend index e0de911f..20630f09 100644 --- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-xrt/xrt/xrt_git.bbappend +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-xrt/xrt/xrt_git.bbappend @@ -1,14 +1,14 @@ # Use libmetal for systems with AIE # For vck190 kind of devices PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}" -EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true" +EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true -DFAL_LINUX=on" TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE" DEPENDS:append:versal-ai-core = " libxaiengine aiefal" RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal" # For vek280 kind of devices PACKAGE_ARCH:versal-ai-edge = "${SOC_VARIANT_ARCH}" -EXTRA_OECMAKE:append:versal-ai-edge = " -DXRT_AIE_BUILD=true" +EXTRA_OECMAKE:append:versal-ai-edge = " -DXRT_AIE_BUILD=true -DFAL_LINUX=on" TARGET_CXXFLAGS:append:versal-ai-edge = " -DXRT_ENABLE_AIE" DEPENDS:append:versal-ai-edge = " libxaiengine aiefal" RDEPENDS:${PN}:append:versal-ai-edge = " libxaiengine aiefal" diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 7125f423..7f366e28 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc @@ -3,7 +3,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' SRC_URI = "${REPO};${BRANCHARG};name=xrt" BRANCH= "2024.1" -SRCREV_xrt = "ec83e2a3348f3e5158f7a91821e9cf4690462681" +SRCREV_xrt = "cb210606f06c8e89600dbdb9cc234eed24706400" PV = "202410.2.17.0" SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" -- cgit v1.2.3-54-g00ecf