diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-07-17 12:47:33 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-19 11:12:59 -0500 |
commit | df1e65407dcdeb88b19747bc9c3db8bb7f23e7d1 (patch) | |
tree | 7a7c15d253c5ad9bb05aad2f81a6297913d9f643 | |
parent | 521e08af0f78fc6294153f2b33b4214b9bceb75b (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
15 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" | 15 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" |
16 | SRCREV ?= "82d06e395c93a1e941b83cccbb6f2e4e6d966f1c" | 16 | SRCREV ?= "466757f4580611f888567fe7a521bf31c7dc7b36" |
17 | 17 | ||
18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
19 | SRC_URI = "${REPO};${BRANCHARG} \ | 19 | SRC_URI = "${REPO};${BRANCHARG} \ |