diff options
author | Sergei Korneichuk <sergei.korneichuk@xilinx.com> | 2022-06-07 22:52:45 -0700 |
---|---|---|
committer | Mark Hatle <mhatle@xilinx.com> | 2022-06-13 08:30:05 -0700 |
commit | 64092e7e4bb81bfd58be705b7429bbabc2260ff2 (patch) | |
tree | 94c8cff9c9654254d9cf41ff967fe04fe4d54766 /meta-xilinx-core/recipes-bsp/dfx-mgr | |
parent | 77f283404dcff5e89a5ef8830a68435782e575d1 (diff) | |
download | meta-xilinx-64092e7e4bb81bfd58be705b7429bbabc2260ff2.tar.gz |
dfx-mgr: SRCREV: fix listapp, add dfx-mgr.service
The SRCREV is for HEADERSIZE fix and adding dfx-mgr.service
from this to dfx-mgr repo to help Ubuntu packaging.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.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 08e56054..b7589567 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 = "dd5071d31ce772b0e411f18decda19407f8b1dc3" | 12 | SRCREV = "af395f9b568cc0054456706a6452bac752b290c1" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |