diff options
| author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-14 12:47:57 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-11-20 16:27:20 -0600 |
| commit | a3a3558a80f74fcee3e7055a186e93caef325fba (patch) | |
| tree | 4d9c2012a3cdc358fb3362f3b48aa6516efd09e0 | |
| parent | 239f8349a3b3cd90290760155c8a5706cea18049 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 9 | BRANCH ?= "master" | 9 | BRANCH ?= "master" |
| 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 = "3a04b5adc661a0eced626c1373dbbfe699ae6fe0" | 11 | SRCREV = "e906a887deca1286e9744dd3c128adf11e281538" |
| 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}" |
