summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-12 18:43:54 -0700
committerMark Hatle <mark.hatle@amd.com>2022-09-12 18:43:54 -0700
commit1cd865c9c93fe48f92970676d44575bf8227a172 (patch)
tree5f649bd38a75b9f8a42675895f85ffcde8384298 /meta-xilinx-core/recipes-xrt/xrt/xrt.inc
parentb11bfd86c25d9446e5c9fb62d377c94995f795a6 (diff)
parentfb44a4e29a40c2653735358da4668c6ae2736fab (diff)
downloadmeta-xilinx-1cd865c9c93fe48f92970676d44575bf8227a172.tar.gz
Merge branch 'honister' into kirkstone-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt/xrt.inc')
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
index da09ec0f..ba42fd5f 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc
@@ -2,6 +2,7 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https"
2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 2BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
3SRC_URI = "${REPO};${BRANCHARG}" 3SRC_URI = "${REPO};${BRANCHARG}"
4 4
5BRANCH= "2022.1" 5BRANCH= "master"
6SRCREV= "2a6dc026480914ea1c9f02977a6ab4b57e8a3c8d" 6SRCREV= "910828b3abdbf66b10cb6efc952e75df64962340"
7PV = "202210.2.13.0" 7PV = "202220.2.14.0"
8