diff options
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt/xrt.inc')
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index 3b150673..14b2b968 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -1,8 +1,14 @@ | |||
1 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | 1 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" |
2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
4 | 4 | ||
5 | BRANCH= "2023.1" | 5 | BRANCH= "2023.2" |
6 | SRCREV= "64c933573e7e50a8aba939a74209590c2b739e8b" | 6 | SRCREV_xrt = "2865a62b6a417dea523d2d5646154aa94a2cbc28" |
7 | PV = "202310.2.15.0" | 7 | PV = "202320.2.16.0" |
8 | 8 | ||
9 | 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" | ||
10 | SRCREV_dma_ip_drivers = "9f02769a2eddde008158c96efa39d7edb6512578" | ||
11 | |||
12 | SRC_URI += "git://github.com/serge1/ELFIO.git;branch=main;name=ELFIO;destsuffix=git/src/runtime_src/core/common/elf;protocol=https" | ||
13 | SRCREV_ELFIO = "a04810f12625207cce72665d783babb80f0175a8" | ||
14 | SRCREV_FORMAT = "xrt" | ||