summaryrefslogtreecommitdiffstats
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-24 14:16:26 -0800
commitd2138a46759431040d1740baa1a219c96c814f7e (patch)
tree2f100c09adb3a3e5ef02045e292ec0a0fbae0035
parentd94c1852747f22815beee7fcf58fb6adb3a2fd99 (diff)
downloadmeta-xilinx-d2138a46759431040d1740baa1a219c96c814f7e.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>
-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 33a9b363..d2a45fa3 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
@@ -28,8 +28,8 @@ INITSCRIPT_PARAMS = "start 99 S ."
28 28
29SRC_URI:append = " file://dfx-mgr.service" 29SRC_URI:append = " file://dfx-mgr.service"
30SYSTEMD_PACKAGES="${PN}" 30SYSTEMD_PACKAGES="${PN}"
31SYSTEMD_SERVICE_${PN}="dfx-mgr.service" 31SYSTEMD_SERVICE:${PN}="dfx-mgr.service"
32SYSTEMD_AUTO_ENABLE_${PN}="enable" 32SYSTEMD_AUTO_ENABLE:${PN}="enable"
33 33
34 34
35do_install(){ 35do_install(){