summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-12-29 12:48:28 +0530
committerSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-03 10:02:12 -0700
commite3922c7972eb2d3e8103cd6d21c5318b793794b5 (patch)
tree73401e33ff86a7bfd6035a3639524fa882343546
parent92dc8930cc9b995cfc116ed813d4f5f291d498cc (diff)
downloadmeta-xilinx-e3922c7972eb2d3e8103cd6d21c5318b793794b5.tar.gz
Updated SRCREV of vdu-omx-il for 2024.1_7951
vdu: add HEVC index and type fix: add missing ToStringValue feat(app): device selection chore: update to revision d20230724 Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb
index 466153d1..06aa2f11 100644
--- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
9 9
10BRANCH ?= "master" 10BRANCH ?= "master"
11REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" 11REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https"
12SRCREV ?= "811eefac953fd5e098c69cada97a0dd35f5e9015" 12SRCREV ?= "18716131c2d66ed5a0f6f381f155e80a21ca18f4"
13 13
14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
15SRC_URI = "${REPO};${BRANCHARG} \ 15SRC_URI = "${REPO};${BRANCHARG} \