diff options
author | Sergei Korneichuk <sergei.korneichuk@amd.com> | 2022-07-25 22:20:58 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-07-26 14:14:30 -0700 |
commit | 13e1a00011e48dc20dae3e7f452590a3789a5d7f (patch) | |
tree | 7dc036eb53707de1a22819e8263fb157d2abe265 /meta-xilinx-core/recipes-bsp/dfx-mgr | |
parent | d2fc12ecfddb84520f2fd9c2aa0eceee93263626 (diff) | |
download | meta-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.bb | 2 |
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) != ' | |||
9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "master" |
12 | SRCREV = "0b15aa49b4af64449bd859a025bb3c97c0e9a64e" | 12 | SRCREV = "4135349fd3c8daeabbd4504546b64bfed200337e" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |