summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley@google.com>2022-02-21 19:34:41 +0300
committerVivekanand Veeracholan <vveerach@google.com>2022-04-12 21:01:36 +0300
commite6837df8b5a68ed7887dbfa6a4eec58e235c8011 (patch)
tree836f64febcf3bae50af37d135c6458a02b345af2
parent90a3ae4c48fafba367114f32c70b505b205a1c8b (diff)
downloadopenbmc-e6837df8b5a68ed7887dbfa6a4eec58e235c8011.tar.xz
meta-fii: meta-mori: Disable system-mgmt
Avoid build errors of the form: ERROR: Nothing RPROVIDES 'virtual-obmc-system-mgmt' (but /opt/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb RDEPENDS on or otherwise requires it) Change-Id: I169ce0e22b74d5fd825a6f560a9ea027bad326a1 Signed-off-by: Peter Foley <pefoley@google.com>
-rw-r--r--meta-fii/meta-mori/conf/machine/mori.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fii/meta-mori/conf/machine/mori.conf b/meta-fii/meta-mori/conf/machine/mori.conf
index 71806c9575..b4ae271f1a 100644
--- a/meta-fii/meta-mori/conf/machine/mori.conf
+++ b/meta-fii/meta-mori/conf/machine/mori.conf
@@ -20,6 +20,8 @@ IMAGE_FSTYPES += " cpio.${INITRAMFS_CTYPE}.u-boot"
SERIAL_CONSOLES = "115200;ttyS0"
+IMAGE_FEATURES:remove = "obmc-system-mgmt"
+
OBMC_MACHINE_FEATURES += " \
obmc-host-ipmi \
obmc-host-state-mgmt \