blob: c59d29f3d9d4f22d1ea296310e7ddcc2e53db893 [file] [log] [blame]
Andrew Geissler766552d2024-04-09 13:09:19 -05001MACHINEOVERRIDES =. "pstbmc:"
2require conf/machine/pstbmc.conf
Pavithra Barithayae3fb95b2024-05-31 08:44:28 -05003require conf/distro/include/chrony.inc
Andrew Geissler766552d2024-04-09 13:09:19 -05004
5# Focus Huygens initially on a multi-BMC setup for integrating
6# BMC to BMC redundancy logic. Remove anything host or chassis
7# related that causes failures booting to BMC Ready.
8MACHINE_FEATURES:remove = " \
9 op-fsi \
10 phal \
11 "
12
13DISTRO_FEATURES:remove = " \
14 openpower-virtual-pnor \
15 openpower-hostfw-over-pldm \
16 mpreboot \
17 "
18
19IMAGE_FEATURES:remove = " \
20 obmc-leds \
21 obmc-chassis-mgmt \
22 obmc-fan-control \
23 obmc-fan-mgmt \
24 obmc-host-ctl \
25 obmc-host-ipmi \
26 "