summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-14 12:45:38 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-20 16:27:20 -0600
commit35836b552db19bff5aa6106240cf171f7d91964e (patch)
treea2b5ffe073e40a50569445efa3e19d7be1ccb45a
parentc9a51a19e2859e4b7054a2e1ee4501d814e14eed (diff)
downloadmeta-xilinx-35836b552db19bff5aa6106240cf171f7d91964e.tar.gz
Updated SRCREV of dfx-mgr for 2024.1_5615
dfx_mgr: remove internal names in listIRbuf output dfx_mgr: scan for new firmware before loading README.md: /var/run and Vivado UID/PID dfx_mgr: move server socket to /var/run dfx_mgr: detect zeros in PID, UID compare README.md: AIE and graph notes README.md: add libdfx, XRT, kria-dfx-hw links dfx_mgr: avoid reading Clear-On-Read register client: API to set Data-Mover configuration client: list or set Data-Mover configuration dfx_mgr: display or configure Data-Movers dfx-mgr: get Inter-RP address from shell.json accel: Use sbustring match to get VA address dfx-mgrd: add uid, pid checks 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 fd808d50..3a38c1c3 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 = "d78eac47f17bca4326a4540ff5d2ebea7d9c45ed" 12SRCREV = "1805513bfd834f78f74c84d1ed35a3016b3bb0fd"
13SOMAJOR = "1" 13SOMAJOR = "1"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"