From a603ee648920edec10b26806a2c3b7e15ae2774a Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Wed, 4 Nov 2020 10:00:55 -0800 Subject: 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 --- meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb') 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 \ file://runtime_src/core/pcie/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \ file://runtime_src/core/edge/tools/xbutil/LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 " -BRANCH ?= "2020.1_PU1" +BRANCH ?= "2020.2" REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" FILESEXTRAPATHS_prepend := "${THISDIR}/xrt:" SRC_URI_append = " file://0001-Replace-boost-detail-endian.hpp-with-boost-predef-ot.patch" -PV = "202010.2.7.0" -SRCREV ?= "8a4c6eb5012c57423fba468e1af8df53a293dcd5" +PV = "202020.2.8.0" +SRCREV ?= "8cdaafacc3fd0f6f9e6386dd56297c36e1554995" S = "${WORKDIR}/git/src" -- cgit v1.2.3-54-g00ecf