summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/dfx-mgr
diff options
context:
space:
mode:
authorSergei Korneichuk <sergei.korneichuk@amd.com>2022-07-25 22:20:58 -0700
committerMark Hatle <mark.hatle@amd.com>2022-07-26 14:14:30 -0700
commit13e1a00011e48dc20dae3e7f452590a3789a5d7f (patch)
tree7dc036eb53707de1a22819e8263fb157d2abe265 /meta-xilinx-core/recipes-bsp/dfx-mgr
parentd2fc12ecfddb84520f2fd9c2aa0eceee93263626 (diff)
downloadmeta-xilinx-13e1a00011e48dc20dae3e7f452590a3789a5d7f.tar.gz
dfx-mgr: SRCREV: dfxmgr_uio_by_name and examples
The SRCREV is for commits to fix SEGV on Ububtu apt install, DFX_ERR, DFX_DBG macros, listUIO option, dfxmgr_uio_by_name, firmware detection, a few compiler warnings. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/dfx-mgr')
-rw-r--r--meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb
index a7013d2a..7040284c 100644
--- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb
+++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.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 = "0b15aa49b4af64449bd859a025bb3c97c0e9a64e" 12SRCREV = "4135349fd3c8daeabbd4504546b64bfed200337e"
13SOMAJOR = "1" 13SOMAJOR = "1"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"