summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-21 12:45:42 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-27 10:34:28 -0700
commit8779771b6d06ca430631b599057145f863c7fea6 (patch)
treec46d0b56db917a57589da4ff012fe953961d631b
parent3a96777f172ff154f35d8c207c0bfc0769b5560f (diff)
downloadmeta-xilinx-8779771b6d06ca430631b599057145f863c7fea6.tar.gz
Updated SRCREV of dfx-mgr for 2024.1_8623
dfx_mgr: allow symbolic links to firmware dir Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb
index 3a38c1c3..84db457e 100644
--- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb
+++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb
@@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRCREV = "1805513bfd834f78f74c84d1ed35a3016b3bb0fd" 12SRCREV = "0f2299ede2159ee8c56c88d1b0387f47106dc642"
13SOMAJOR = "1" 13SOMAJOR = "1"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"