diff options
author | John Toomey <john.toomey@amd.com> | 2023-08-29 18:11:39 +0100 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-29 14:59:50 -0500 |
commit | eecf6e157465d2a6bc4a2231bbc701113700451d (patch) | |
tree | 38a09c0f1e6e654bb48c939d248a7ade3bc32c29 | |
parent | 282fa478341a66f4d114c5aabd3799a974ba7ec2 (diff) | |
download | meta-xilinx-eecf6e157465d2a6bc4a2231bbc701113700451d.tar.gz |
libvdu-ctrlsw: Update branch to xlnx_rel_v2023.2
Changelog:
(none)
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb index 19db2456..2b9af94f 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb | |||
@@ -11,7 +11,7 @@ inherit autotools features_check | |||
11 | 11 | ||
12 | REQUIRED_MACHINE_FEATURES = "vdu" | 12 | REQUIRED_MACHINE_FEATURES = "vdu" |
13 | 13 | ||
14 | BRANCH ?= "master" | 14 | BRANCH ?= "xlnx_rel_v2023.2" |
15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" | 15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" |
16 | SRCREV ?= "1beb8f247d01b1a728faea36ce8f7847c895482f" | 16 | SRCREV ?= "1beb8f247d01b1a728faea36ce8f7847c895482f" |
17 | 17 | ||