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>
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 90cbc63..645136b 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