summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-08-31 10:34:16 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-09-01 03:03:10 +0300
commit92644b6d7f68fe9114690a09bedeca68fd6ce355 (patch)
tree6cd15f540a720a6d8d1d260113599e4f8c63cf7d /meta-quanta
parent39b9c42d60839c91d920561cff6e23df552966a8 (diff)
downloadopenbmc-92644b6d7f68fe9114690a09bedeca68fd6ce355.tar.xz
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
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend2
1 files changed, 2 insertions, 0 deletions
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 494f9f4f6..9860495ea 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 = " x86-power-control"
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"