diff options
author | Rajiv Mohan <rajiv.mohan@amd.com> | 2024-10-28 20:23:43 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-30 12:05:41 -0500 |
commit | 37a709f706cb17695e652c4fd6dc240079c40d33 (patch) | |
tree | ebd49aef92d6b184b2f791065dec011edff5a2e9 | |
parent | 018cefc64bbde07550cba8a249f8d4eb5510bf59 (diff) | |
download | meta-xilinx-37a709f706cb17695e652c4fd6dc240079c40d33.tar.gz |
dfx-mgr: Update SRCREV and SOMAJOR
Based on request from canonical they have asked to update SOMAJOR and
SO version, earlier version was 1 and new version is 2
Signed-off-by: Rajiv Mohan <rajiv.mohan@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb | 4 |
1 files changed, 2 insertions, 2 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 961415fe..88dec7b8 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 | |||
@@ -9,8 +9,8 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
10 | 10 | ||
11 | BRANCH = "xlnx_rel_v2024.2" | 11 | BRANCH = "xlnx_rel_v2024.2" |
12 | SRCREV = "5a5d45ec47d71ffac17866666c19547b76ab436e" | 12 | SRCREV = "839e8e646c54a63326e36c48a7bd879f5e8efa31" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "2" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |
16 | 16 | ||