diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-12-29 12:48:28 +0530 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-03 10:02:12 -0700 |
commit | e3922c7972eb2d3e8103cd6d21c5318b793794b5 (patch) | |
tree | 73401e33ff86a7bfd6035a3639524fa882343546 | |
parent | 92dc8930cc9b995cfc116ed813d4f5f291d498cc (diff) | |
download | meta-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.bb | 2 |
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 | ||
10 | BRANCH ?= "master" | 10 | BRANCH ?= "master" |
11 | REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" | 11 | REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" |
12 | SRCREV ?= "811eefac953fd5e098c69cada97a0dd35f5e9015" | 12 | SRCREV ?= "18716131c2d66ed5a0f6f381f155e80a21ca18f4" |
13 | 13 | ||
14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
15 | SRC_URI = "${REPO};${BRANCHARG} \ | 15 | SRC_URI = "${REPO};${BRANCHARG} \ |