summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-08-24 10:14:15 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-09-08 11:12:37 -0700
commit8994a47a70539f893f86d2f0a3364e9b25770fba (patch)
tree1b0f13af45f59a1d10c7349f191fed680306c216
parentd864fbb38c71a2366a61dccb5171bd4bfc0d48bf (diff)
downloadmeta-xilinx-8994a47a70539f893f86d2f0a3364e9b25770fba.tar.gz
xrt/zocl: update to version 202010.2.7.0
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb6
-rw-r--r--meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
index 6d50c234..b1f46a4b 100644
--- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
@@ -9,13 +9,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
9 file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \ 9 file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \
10 file://runtime_src/core/edge/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 " 10 file://runtime_src/core/edge/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 "
11 11
12BRANCH ?= "2020.1" 12BRANCH ?= "2020.1_PU1"
13REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
15SRC_URI = "${REPO};${BRANCHARG}" 15SRC_URI = "${REPO};${BRANCHARG}"
16 16
17PV = "202010.2.6.0" 17PV = "202010.2.7.0"
18SRCREV ?= "2d6bfe4ce91051d4e5b499d38fc493586dd4859a" 18SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5"
19 19
20S = "${WORKDIR}/git/src" 20S = "${WORKDIR}/git/src"
21 21
diff --git a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
index 2c3f0b44..f7a07888 100644
--- a/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb
@@ -4,13 +4,13 @@ DESCRIPTION = "Xilinx Runtime driver module provides memory management and compu
4LICENSE = "GPLv2 & Apache-2.0" 4LICENSE = "GPLv2 & Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8"
6 6
7BRANCH ?= "2020.1" 7BRANCH ?= "2020.1_PU1"
8REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" 8REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
10SRC_URI = "${REPO};${BRANCHARG}" 10SRC_URI = "${REPO};${BRANCHARG}"
11 11
12PV = "202010.2.6.0" 12PV = "202010.2.7.0"
13SRCREV ?= "2d6bfe4ce91051d4e5b499d38fc493586dd4859a" 13SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5"
14 14
15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" 15S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl"
16 16