summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-02-10 19:00:40 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-02-11 15:51:56 -0800
commit001320fc611140712bad4b40fb6531a5c185dd49 (patch)
treeb22e284b7e302476ca49b051e06d3fc3813fdb57
parent0c95e2dfb39cc9f72f2869fca89e137fc975fd54 (diff)
downloadmeta-xilinx-001320fc611140712bad4b40fb6531a5c185dd49.tar.gz
libvcu-xlnx: Update SRCREV
Changelog: fix(dec): check vui timing info present before using them Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5cfc8e5808b022ff34a7d3605cad94c4a51fe219) Signed-off-by: Mark hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
index 10bbe607..a1872d13 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}"
8 8
9BRANCH ?= "xlnx_rel_v2022.1" 9BRANCH ?= "xlnx_rel_v2022.1"
10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https"
11SRCREV = "0c2921d91c94fc041cfb07ae92ab033fff87be51" 11SRCREV = "21dd2d98427efc7eec9299471db9cafbbd83ea80"
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}"