summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-08-05 09:31:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-07 03:20:49 +0300
commit2ca66d0b1b3370a528394528c83f9bccb1140b8b (patch)
tree82ac20ccc1bd99a1cdc9a780a45d7c6bddcee807 /meta-quanta/meta-gbs/recipes-gbs
parent5eac6dd40033c204382622dafa75d60d62787b33 (diff)
downloadopenbmc-2ca66d0b1b3370a528394528c83f9bccb1140b8b.tar.xz
meta-quanta: gbs: fix nvme power control service name issue
The nvme power control service name for mapper wait should be all lower case (From meta-quanta rev: e2d7195cab61bca8bbc1cfe9f03bb73b5bc97fa9) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id7bcfa0a1024efd4dff39c58cedd7ccc6b5fd3b0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service b/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service
index 90cbc63fa..645136b85 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service
+++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service
@@ -2,8 +2,8 @@
Description = Initialization for GBS boot up
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
After=mapper-wait@-xyz-openbmc_project-inventory.service
-Wants=mapper-wait@-xyz-openbmc_project-Control-Nvme-Power.service
-After=mapper-wait@-xyz-openbmc_project-Control-Nvme-Power.service
+Wants=mapper-wait@-xyz-openbmc_project-control-nvme.service
+After=mapper-wait@-xyz-openbmc_project-control-nvme.service
[Service]
Type=oneshot