diff options
author | Rohit Visavalia <rohit.visavalia@amd.com> | 2023-03-22 23:07:01 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-26 19:07:36 -0500 |
commit | 8711cb51af3c756c76e970322e0e1cb93ca894ac (patch) | |
tree | a0e5b4201d2b25b91d95888dfdfdd925cb357028 /meta-xilinx-core | |
parent | 7909b1740742e0f436ff330b3d1b3d849a846a42 (diff) | |
download | meta-xilinx-8711cb51af3c756c76e970322e0e1cb93ca894ac.tar.gz |
libomxil-xlnx: Update SRCREV
Updated commit id to fix decoder alignment issue
Signed-off-by: Rohit Visavalia <rohit.visavalia@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit a93843bbf7e4954cac686100bb9c4fdffd47a846)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb index 21fdeb67..3c258008 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb | |||
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', | |||
8 | 8 | ||
9 | BRANCH ?= "xlnx_rel_v2023.1" | 9 | BRANCH ?= "xlnx_rel_v2023.1" |
10 | REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" |
11 | SRCREV = "59c4131db87b8c2426ea7e304eeb2847f30c4ded" | 11 | SRCREV = "4773b372b72b88ccbabc122b023f042fb22a019e" |
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}" |