diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-10-21 09:19:13 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | e3d35fd0425532872dda57642e6b1a0ebae5146e (patch) | |
tree | 12cd9bf02ed49423986adee333e7134b5e020e20 /meta-xilinx-core | |
parent | 96e3d36d89a624fd603c94851e7937de42206585 (diff) | |
download | meta-xilinx-e3d35fd0425532872dda57642e6b1a0ebae5146e.tar.gz |
dfx-mgr: Branch for 2024.2
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb index 7527fe90..961415fe 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.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_v2024.2" |
12 | SRCREV = "5a5d45ec47d71ffac17866666c19547b76ab436e" | 12 | SRCREV = "5a5d45ec47d71ffac17866666c19547b76ab436e" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |