summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorManoj Takasi <mtakasi@amd.com>2024-07-01 23:55:35 +0530
committerMark Hatle <mark.hatle@amd.com>2024-07-02 17:36:50 -0500
commit3356d1b807de9e1aa52b17e0b5d2afdac6bf94b0 (patch)
treeb3662f73847ca66fd4327f3883ac35d473b2e4b7 /meta-xilinx-core
parent1c2f58c068fdb5cd066289b148edc97610251773 (diff)
downloadmeta-xilinx-3356d1b807de9e1aa52b17e0b5d2afdac6bf94b0.tar.gz
xrt, zocl : update commit id for 2024.2
Changelog: Disable RDI CCCAHE if cmake version great that 3.20.0 (#8262) Changes to support new trace metadata & some bug fixes (#8250) Fix xbutil wrapper for Windows (#8254) Fix Copyright Device -> Devices (#8255) Removed zocl_gem_import function, using drm_gem_prime_import (#8252) Replace keyword ipu with npu (#8249) fix clang-tidy warnings for hip (#8112) Infra: Providing additional parameters to pcie-hw action (#8247) VITIS-11112 HIP Binding: Memory Management. (#8170) CR-1203967: uninit value and unlocked mutex in icap.c (#8248) Changing the default for all profiling writers to use a different directory on Windows. (#8245) Xbutil windows wrapper (#8246) CR-1201062: Fixing issue where enabling both AIE trace and PL trace resulted in PL trace not being generated (#8241) Fix distribution on Windows for host report (#8240) telemetry report update (#8239) VITIS-12131 and VITIS-11466 add command chaining benchmarks (#8238) Add getGroupID for memory port identifier as AIE Trace on Client uses it. (#8236) VITIS-11824 Consolidate examine reports, xrt-smi cleanup (#8234) enable telemetry report (#8235) Larger Debug Buffer Support (#8231) Petalinux: moving to latest petalinux for 2024.2 (#8228) removing edited from workflow file (#8223) RyzenAI-1.2-Cleanup Various cosmetic changes, removal of aie reports ... (#8229) add api to patch address directly (#8226) Add export macro for use of function in different dll (#8230) VITIS-11750 Rename exe from xbutil to xrt-smi (#8191) Signed-off-by: Manoj Takasi <mtakasi@amd.com> Moved to gitsm:// Adjust changelog to match sync Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc
index 0861340a..9bbffffc 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt-202420.2.18.0.inc
@@ -1,13 +1,6 @@
1REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" 1REPO ?= "gitsm://github.com/Xilinx/XRT.git;protocol=https"
2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
3SRC_URI = "${REPO};${BRANCHARG};name=xrt" 3SRC_URI = "${REPO};${BRANCHARG};name=xrt"
4 4
5BRANCH= "master" 5BRANCH= "master"
6SRCREV_xrt = "8964124b8809060236f377fa449420d2d361f812" 6SRCREV_xrt = "48259626cf397200abcfb869a3371288d20af0ac"
7
8SRC_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"
9SRCREV_dma_ip_drivers = "9f02769a2eddde008158c96efa39d7edb6512578"
10
11SRC_URI += "git://github.com/serge1/ELFIO.git;branch=main;name=ELFIO;destsuffix=git/src/runtime_src/core/common/elf;protocol=https"
12SRCREV_ELFIO = "a04810f12625207cce72665d783babb80f0175a8"
13SRCREV_FORMAT = "xrt"