summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-23 13:00:26 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-23 16:57:09 +0530
commit75a03622cd16b265938222b5fbee85f902e1b96d (patch)
tree7601742266a0a17fed79859d2bc9d727813d2c28
parent3a27509144275130fb1da8163fa23ec551dfcaee (diff)
downloadmeta-xilinx-75a03622cd16b265938222b5fbee85f902e1b96d.tar.gz
vcu-ctrl-sw : Updated SRCREV for 2024.1_2159
fix: Force sample pack mode packed xv for > 8bits Acked-for-series: Varunkumar Allagadapa <varunkumar.allagadapa@amd.com> fix: add missing nDeviceIndex increment chore: update to revision d20240216
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2024.1.bb2
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 ac7e4aa3..8c3df7db 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
9BRANCH ?= "master" 9BRANCH ?= "master"
10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https"
11SRCREV = "918ec1e87c67b2746fe0f2bfa9f1503d307b9bc2" 11SRCREV = "940f9fa933402de6f959911c236f36add5dd3a40"
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}"