commit | 67bcaf389fa24ba2f88e55935702fd976e09b8b5 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Apr 05 07:41:21 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Sat Apr 06 01:22:46 2019 +0000 |
tree | 9146ebf6c728374359feea1be9ae30b6b51dd60d | |
parent | bc513127f473da3cdadf59f4836043e8dbf2e3bf [diff] |
meta-ingrasys: zaius: move all services to multi-user.target Hard-code multi-user.target instead of SYSTEMD_DEFAULT_TARGET. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie7d145f53056ffbb6fa194d257b7158073c85278
diff --git a/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service b/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service index 0f8396c..cf10ed8 100644 --- a/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service +++ b/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
@@ -10,4 +10,4 @@ SyslogIdentifier=phosphor-gpio-presence [Install] -RequiredBy={SYSTEMD_DEFAULT_TARGET} +RequiredBy=multi-user.target
diff --git a/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend b/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend index 801b346..8e05153 100644 --- a/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend +++ b/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend
@@ -4,7 +4,7 @@ TMPL = "phosphor-gpio-presence@.service" INSTFMT = "phosphor-gpio-presence@{0}.service" -TGT = "${SYSTEMD_DEFAULT_TARGET}" +TGT = "multi-user.target" FMT = "../${TMPL}:${TGT}.requires/${INSTFMT}" SYSTEMD_LINK_${PN}-presence_append_zaius += "${@compose_list(d, 'FMT', 'PCIE_CARD_E2B_INSTANCE')}"