diff options
author | John Toomey <john.toomey@amd.com> | 2023-08-29 18:11:34 +0100 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-29 14:59:40 -0500 |
commit | 4bd4efa2730e7a48c1b448413fc673f0622d3db2 (patch) | |
tree | a63f1ed6c1d79de32fbc97523f1f134a03594cde | |
parent | 06827f70486713b2af8a4ed30769ab59fcf0fba1 (diff) | |
download | meta-xilinx-4bd4efa2730e7a48c1b448413fc673f0622d3db2.tar.gz |
dfx-mgr: 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-bsp/dfx-mgr/dfx-mgr_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb index fd808d50..23057050 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb | |||
@@ -8,7 +8,7 @@ REPO ?= "git://github.com/Xilinx/dfx-mgr.git;protocol=https" | |||
8 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 8 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "xlnx_rel_v2023.2" |
12 | SRCREV = "d78eac47f17bca4326a4540ff5d2ebea7d9c45ed" | 12 | SRCREV = "d78eac47f17bca4326a4540ff5d2ebea7d9c45ed" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |