diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-08-24 10:14:15 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-09-08 11:12:37 -0700 |
commit | 8994a47a70539f893f86d2f0a3364e9b25770fba (patch) | |
tree | 1b0f13af45f59a1d10c7349f191fed680306c216 | |
parent | d864fbb38c71a2366a61dccb5171bd4bfc0d48bf (diff) | |
download | meta-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.bb | 6 | ||||
-rw-r--r-- | meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | 6 |
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 | ||
12 | BRANCH ?= "2020.1" | 12 | BRANCH ?= "2020.1_PU1" |
13 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" |
14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
15 | SRC_URI = "${REPO};${BRANCHARG}" | 15 | SRC_URI = "${REPO};${BRANCHARG}" |
16 | 16 | ||
17 | PV = "202010.2.6.0" | 17 | PV = "202010.2.7.0" |
18 | SRCREV ?= "2d6bfe4ce91051d4e5b499d38fc493586dd4859a" | 18 | SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5" |
19 | 19 | ||
20 | S = "${WORKDIR}/git/src" | 20 | S = "${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 | |||
4 | LICENSE = "GPLv2 & Apache-2.0" | 4 | LICENSE = "GPLv2 & Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7d040f51aae6ac6208de74e88a3795f8" |
6 | 6 | ||
7 | BRANCH ?= "2020.1" | 7 | BRANCH ?= "2020.1_PU1" |
8 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | 8 | REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" |
9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
10 | SRC_URI = "${REPO};${BRANCHARG}" | 10 | SRC_URI = "${REPO};${BRANCHARG}" |
11 | 11 | ||
12 | PV = "202010.2.6.0" | 12 | PV = "202010.2.7.0" |
13 | SRCREV ?= "2d6bfe4ce91051d4e5b499d38fc493586dd4859a" | 13 | SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" | 15 | S = "${WORKDIR}/git/src/runtime_src/core/edge/drm/zocl" |
16 | 16 | ||