diff options
| author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-14 12:47:02 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-11-20 16:27:20 -0600 |
| commit | a4ccecea84cfcfd093ca58ac1caf654a315c9b57 (patch) | |
| tree | 2ade7b9a0ba82adf65d2e34376137f95f2e8d5ff | |
| parent | 8542abc620bdaab0d9c6e89178dfe20baa1af10c (diff) | |
| download | meta-xilinx-a4ccecea84cfcfd093ca58ac1caf654a315c9b57.tar.gz | |
Updated SRCREV of vcu-ctrl-sw for 2024.1_2275
Header File cstdin Added
fix: avc lookahead buffers count
chore: update to revision d20230901
fix: add missing mask
chore: update to revision d20230724
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb index fdadca3f..6922605a 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-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-ctrl-sw.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" |
| 11 | SRCREV = "84b0856cad7844d69f57ac4d9447c20930875475" | 11 | SRCREV = "16a81263ea1d13e04959942d18114c8ac98836b3" |
| 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}" |
