summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajiv Mohan <rajiv.mohan@amd.com>2024-10-28 20:23:43 -0700
committerMark Hatle <mark.hatle@amd.com>2024-10-30 12:05:41 -0500
commit37a709f706cb17695e652c4fd6dc240079c40d33 (patch)
treeebd49aef92d6b184b2f791065dec011edff5a2e9
parent018cefc64bbde07550cba8a249f8d4eb5510bf59 (diff)
downloadmeta-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.bb4
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) != '
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10
11BRANCH = "xlnx_rel_v2024.2" 11BRANCH = "xlnx_rel_v2024.2"
12SRCREV = "5a5d45ec47d71ffac17866666c19547b76ab436e" 12SRCREV = "839e8e646c54a63326e36c48a7bd879f5e8efa31"
13SOMAJOR = "1" 13SOMAJOR = "2"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"
16 16