diff options
| author | Christian Kohn <christian.kohn@xilinx.com> | 2022-01-19 00:33:54 +0100 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-24 14:16:26 -0800 |
| commit | d2138a46759431040d1740baa1a219c96c814f7e (patch) | |
| tree | 2f100c09adb3a3e5ef02045e292ec0a0fbae0035 | |
| parent | d94c1852747f22815beee7fcf58fb6adb3a2fd99 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 29 | SRC_URI:append = " file://dfx-mgr.service" | 29 | SRC_URI:append = " file://dfx-mgr.service" |
| 30 | SYSTEMD_PACKAGES="${PN}" | 30 | SYSTEMD_PACKAGES="${PN}" |
| 31 | SYSTEMD_SERVICE_${PN}="dfx-mgr.service" | 31 | SYSTEMD_SERVICE:${PN}="dfx-mgr.service" |
| 32 | SYSTEMD_AUTO_ENABLE_${PN}="enable" | 32 | SYSTEMD_AUTO_ENABLE:${PN}="enable" |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | do_install(){ | 35 | do_install(){ |
