diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-10 19:00:40 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-11 15:51:56 -0800 |
| commit | 001320fc611140712bad4b40fb6531a5c185dd49 (patch) | |
| tree | b22e284b7e302476ca49b051e06d3fc3813fdb57 | |
| parent | 0c95e2dfb39cc9f72f2869fca89e137fc975fd54 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 9 | BRANCH ?= "xlnx_rel_v2022.1" | 9 | BRANCH ?= "xlnx_rel_v2022.1" |
| 10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" |
| 11 | SRCREV = "0c2921d91c94fc041cfb07ae92ab033fff87be51" | 11 | SRCREV = "21dd2d98427efc7eec9299471db9cafbbd83ea80" |
| 12 | 12 | ||
| 13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 14 | SRC_URI = "${REPO};${BRANCHARG}" | 14 | SRC_URI = "${REPO};${BRANCHARG}" |
