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-21 13:25:29 -0800 |
| commit | 6296d75560e0bf0a4651c79afa42c50719a830d7 (patch) | |
| tree | 3a55178759e5369465ceeef937514d4e73771954 /meta-xilinx-core | |
| parent | 1c0bfcef172ca0d431cd7abb58a43bb9c5eb8d7c (diff) | |
| download | meta-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.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 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 | ||
| 28 | SRC_URI:append = " file://dfx-mgr.service" | 28 | SRC_URI:append = " file://dfx-mgr.service" |
| 29 | SYSTEMD_PACKAGES="${PN}" | 29 | SYSTEMD_PACKAGES="${PN}" |
| 30 | SYSTEMD_SERVICE_${PN}="dfx-mgr.service" | 30 | SYSTEMD_SERVICE:${PN}="dfx-mgr.service" |
| 31 | SYSTEMD_AUTO_ENABLE_${PN}="enable" | 31 | SYSTEMD_AUTO_ENABLE:${PN}="enable" |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | do_install(){ | 34 | do_install(){ |
