diff options
author | Siva Addepalli <siva.addepalli@amd.com> | 2023-08-22 12:47:39 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-23 10:15:35 -0500 |
commit | 4e89e34eab54f8cc9300d0bd41842ecae0fe1870 (patch) | |
tree | d0ed1102eb4495090e5c30c3c53389e2719497fd | |
parent | 1e3d3ee474f8791c61446218c814a2d85fa2eff7 (diff) | |
download | meta-xilinx-4e89e34eab54f8cc9300d0bd41842ecae0fe1870.tar.gz |
Updated SRCREV of vdu-modules for 2023.2_8831
Update driver to xlnx,vdu-2.0 for 2.0 VDU IP
Signed-off-by: Siva Addepalli <siva.addepalli@amd.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 f9a052aa..308b8eac 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 ?= "466757f4580611f888567fe7a521bf31c7dc7b36" | 16 | SRCREV ?= "4d5134f54006f904f0b28f00e05dd3febd5fcfd3" |
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} \ |