summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-14 12:47:02 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-20 16:27:20 -0600
commita4ccecea84cfcfd093ca58ac1caf654a315c9b57 (patch)
tree2ade7b9a0ba82adf65d2e34376137f95f2e8d5ff
parent8542abc620bdaab0d9c6e89178dfe20baa1af10c (diff)
downloadmeta-xilinx-a4ccecea84cfcfd093ca58ac1caf654a315c9b57.tar.gz
Updated SRCREV of vcu-ctrl-sw for 2024.1_2275
Header File cstdin Added fix: avc lookahead buffers count chore: update to revision d20230901 fix: add missing mask chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb
index fdadca3f..6922605a 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE',
8 8
9BRANCH ?= "master" 9BRANCH ?= "master"
10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https"
11SRCREV = "84b0856cad7844d69f57ac4d9447c20930875475" 11SRCREV = "16a81263ea1d13e04959942d18114c8ac98836b3"
12 12
13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
14SRC_URI = "${REPO};${BRANCHARG}" 14SRC_URI = "${REPO};${BRANCHARG}"