From 2ca66d0b1b3370a528394528c83f9bccb1140b8b Mon Sep 17 00:00:00 2001 From: George Hung Date: Wed, 5 Aug 2020 14:31:09 +0800 Subject: 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 Change-Id: Id7bcfa0a1024efd4dff39c58cedd7ccc6b5fd3b0 Signed-off-by: Andrew Geissler --- .../meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-quanta/meta-gbs') 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 -- cgit v1.2.3