summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-17 12:47:33 +0530
committerMark Hatle <mark.hatle@amd.com>2023-07-19 11:12:59 -0500
commitdf1e65407dcdeb88b19747bc9c3db8bb7f23e7d1 (patch)
tree7a7c15d253c5ad9bb05aad2f81a6297913d9f643
parent521e08af0f78fc6294153f2b33b4214b9bceb75b (diff)
downloadmeta-xilinx-df1e65407dcdeb88b19747bc9c3db8bb7f23e7d1.tar.gz
Updated SRCREV of vdu-modules for 2023.2_9255
Make reset-gpios as an optional property Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.2.bb
index 57238e94..f9a052aa 100644
--- a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.2.bb
+++ b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.2.bb
@@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
13 13
14BRANCH ?= "master" 14BRANCH ?= "master"
15REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" 15REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https"
16SRCREV ?= "82d06e395c93a1e941b83cccbb6f2e4e6d966f1c" 16SRCREV ?= "466757f4580611f888567fe7a521bf31c7dc7b36"
17 17
18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
19SRC_URI = "${REPO};${BRANCHARG} \ 19SRC_URI = "${REPO};${BRANCHARG} \