summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorChristian Kohn <christian.kohn@xilinx.com>2022-01-19 00:33:54 +0100
committerMark Hatle <mark.hatle@xilinx.com>2022-01-21 13:25:29 -0800
commit6296d75560e0bf0a4651c79afa42c50719a830d7 (patch)
tree3a55178759e5369465ceeef937514d4e73771954 /meta-xilinx-core
parent1c0bfcef172ca0d431cd7abb58a43bb9c5eb8d7c (diff)
downloadmeta-xilinx-6296d75560e0bf0a4651c79afa42c50719a830d7.tar.gz
dfx-mgr: Fix override syntax
Fix override syntax in systemd variables. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb4
1 files changed, 2 insertions, 2 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 529c5fb7..e5f30981 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
@@ -27,8 +27,8 @@ INITSCRIPT_PARAMS = "start 99 S ."
27 27
28SRC_URI:append = " file://dfx-mgr.service" 28SRC_URI:append = " file://dfx-mgr.service"
29SYSTEMD_PACKAGES="${PN}" 29SYSTEMD_PACKAGES="${PN}"
30SYSTEMD_SERVICE_${PN}="dfx-mgr.service" 30SYSTEMD_SERVICE:${PN}="dfx-mgr.service"
31SYSTEMD_AUTO_ENABLE_${PN}="enable" 31SYSTEMD_AUTO_ENABLE:${PN}="enable"
32 32
33 33
34do_install(){ 34do_install(){