summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-14 12:47:57 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-20 16:27:20 -0600
commita3a3558a80f74fcee3e7055a186e93caef325fba (patch)
tree4d9c2012a3cdc358fb3362f3b48aa6516efd09e0
parent239f8349a3b3cd90290760155c8a5706cea18049 (diff)
downloadmeta-xilinx-a3a3558a80f74fcee3e7055a186e93caef325fba.tar.gz
Updated SRCREV of vcu-omx-il for 2024.1_2543
Current gcc requires cstdint for C types chore: update to revision d20230901 fix: add missing ToString feat(app): add device selection chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2024.1.bb
index 80d0155e..346e1a2c 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2024.1.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2024.1.bb
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE',
8 8
9BRANCH ?= "master" 9BRANCH ?= "master"
10REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https"
11SRCREV = "3a04b5adc661a0eced626c1373dbbfe699ae6fe0" 11SRCREV = "e906a887deca1286e9744dd3c128adf11e281538"
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}"