diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-16 12:45:36 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-19 09:59:15 -0700 |
commit | f954d5f0f59994ae53446eb98dac8e11d5467787 (patch) | |
tree | 1b4ef155e47ff3883160067df5e81563508d5e58 /meta-xilinx-core/recipes-bsp | |
parent | c40c4dfc94ebf78f27b7131d0630008b924c1fab (diff) | |
download | meta-xilinx-f954d5f0f59994ae53446eb98dac8e11d5467787.tar.gz |
Updated SRCREV of dfx-mgr for 2023.2_3555
README: update and fix errors
dfx-mgr: fix flags for external-fpga-config
dfx-mgr: check if slot_regs are initialized
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp')
-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 a74670b7..fd808d50 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 = "master" | 11 | BRANCH = "master" |
12 | SRCREV = "5918fb3406d828693cca484b77229ffd031b5dc4" | 12 | SRCREV = "d78eac47f17bca4326a4540ff5d2ebea7d9c45ed" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |