summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-04 10:00:55 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-17 13:13:08 -0800
commita603ee648920edec10b26806a2c3b7e15ae2774a (patch)
tree311c30ee033275ff8f1891293fbdb827e051c223 /meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
parentd7ba6a9308c075fc1080ecb7fa58e42e1891638a (diff)
downloadmeta-xilinx-a603ee648920edec10b26806a2c3b7e15ae2774a.tar.gz
Update commit id and branch for components for 2020.2 release
Update commitid and branch for the following components: arm-trusted-firmware, vcu, linux-xlnx, qemu, u-boot-xlnx,xrt,zocl,bootgen git cherry-pick 9f8d8d7 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb')
-rw-r--r--meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
index d891c272..ddca7f93 100644
--- a/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb
@@ -9,15 +9,15 @@ 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_PU1" 12BRANCH ?= "2020.2"
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
17FILESEXTRAPATHS_prepend := "${THISDIR}/xrt:" 17FILESEXTRAPATHS_prepend := "${THISDIR}/xrt:"
18SRC_URI_append = " file://0001-Replace-boost-detail-endian.hpp-with-boost-predef-ot.patch" 18SRC_URI_append = " file://0001-Replace-boost-detail-endian.hpp-with-boost-predef-ot.patch"
19PV = "202010.2.7.0" 19PV = "202020.2.8.0"
20SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5" 20SRCREV ?= "8cdaafacc3fd0f6f9e6386dd56297c36e1554995"
21 21
22S = "${WORKDIR}/git/src" 22S = "${WORKDIR}/git/src"
23 23