commit | 92644b6d7f68fe9114690a09bedeca68fd6ce355 | [log] [tgz] |
---|---|---|
author | George Hung <george.hung@quantatw.com> | Tue Aug 31 15:34:16 2021 +0800 |
committer | George Hung <george.hung@quantatw.com> | Wed Sep 01 00:03:10 2021 +0000 |
tree | 6cd15f540a720a6d8d1d260113599e4f8c63cf7d | |
parent | 39b9c42d60839c91d920561cff6e23df552966a8 [diff] [blame] |
meta-quanta: gbs: install obmc-mapper.target Some services need obmc-mapper.target to start in correct order, such as phosphor-virtual-sensors. ref: https://gerrit.openbmc-project.xyz/43952 https://gerrit.openbmc-project.xyz/43535 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ia463c9f189d715336626ce9e46cad0a370e9b8dd
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend index 494f9f4..9860495 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -43,3 +43,5 @@ OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-pid-control" # Required for phosphor-ipmi-kcs OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " virtual-obmc-host-ipmi-hw" +# Required for some services, such as phosphor-virtual-sensors +OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " obmc-targets"