summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp
diff options
context:
space:
mode:
authorSergei Korneichuk <sergei.korneichuk@xilinx.com>2022-06-07 22:52:45 -0700
committerMark Hatle <mhatle@xilinx.com>2022-06-13 08:30:05 -0700
commit64092e7e4bb81bfd58be705b7429bbabc2260ff2 (patch)
tree94c8cff9c9654254d9cf41ff967fe04fe4d54766 /meta-xilinx-core/recipes-bsp
parent77f283404dcff5e89a5ef8830a68435782e575d1 (diff)
downloadmeta-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')
-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 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) != '
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRCREV = "dd5071d31ce772b0e411f18decda19407f8b1dc3" 12SRCREV = "af395f9b568cc0054456706a6452bac752b290c1"
13SOMAJOR = "1" 13SOMAJOR = "1"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"