diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-04 10:00:55 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-17 13:13:08 -0800 |
| commit | a603ee648920edec10b26806a2c3b7e15ae2774a (patch) | |
| tree | 311c30ee033275ff8f1891293fbdb827e051c223 /meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | |
| parent | d7ba6a9308c075fc1080ecb7fa58e42e1891638a (diff) | |
| download | meta-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.bb | 6 |
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 | ||
| 12 | BRANCH ?= "2020.1_PU1" | 12 | BRANCH ?= "2020.2" |
| 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 | FILESEXTRAPATHS_prepend := "${THISDIR}/xrt:" | 17 | FILESEXTRAPATHS_prepend := "${THISDIR}/xrt:" |
| 18 | SRC_URI_append = " file://0001-Replace-boost-detail-endian.hpp-with-boost-predef-ot.patch" | 18 | SRC_URI_append = " file://0001-Replace-boost-detail-endian.hpp-with-boost-predef-ot.patch" |
| 19 | PV = "202010.2.7.0" | 19 | PV = "202020.2.8.0" |
| 20 | SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5" | 20 | SRCREV ?= "8cdaafacc3fd0f6f9e6386dd56297c36e1554995" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git/src" | 22 | S = "${WORKDIR}/git/src" |
| 23 | 23 | ||
