diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-09-05 12:45:41 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-05 19:44:34 -0500 |
commit | 62fbb6868571550e5f8757017fa6187019a5dd9c (patch) | |
tree | 04a008da7552602ee1387df64e2d4e7a558817a3 | |
parent | 386e73eb02e6447a2fc9a9f6c2c5305fa78c01f3 (diff) | |
download | meta-xilinx-62fbb6868571550e5f8757017fa6187019a5dd9c.tar.gz |
Updated SRCREV of dfx-mgr for 2023.2_2207
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: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb index 23057050..0d24c9fc 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb | |||
@@ -9,7 +9,7 @@ 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_v2023.2" | 11 | BRANCH = "xlnx_rel_v2023.2" |
12 | SRCREV = "d78eac47f17bca4326a4540ff5d2ebea7d9c45ed" | 12 | SRCREV = "4dbd33accb043bd92ecbec2a3507f85a22045c51" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |