blob: 3cf43254a6209c6929b1b67f671faba05809d3f3 [file] [log] [blame]
Patrick Williams8376db42021-11-05 09:26:48 -05001DISTROOVERRIDES .= ":facebook"
2
Patrick Williamsade3e142021-10-22 14:26:27 -05003MACHINE_FEATURES += "\
Patrick Williams3fa06b62020-05-01 11:13:39 -05004 obmc-bmc-state-mgmt \
Patrick Williams3fa06b62020-05-01 11:13:39 -05005 obmc-phosphor-fan-mgmt \
6 obmc-phosphor-flash-mgmt \
7 "
8
9VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
Patrick Williams3fa06b62020-05-01 11:13:39 -050010
Patrick Williams49f18cb2021-08-09 21:46:55 -050011PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-fb-apps"
12PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-fb-apps"
13PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-fb-apps"
14PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
Patrick Williams5a5f33c2021-11-03 10:35:37 -050015PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps"
Patrick Williams3fa06b62020-05-01 11:13:39 -050016
Patrick Williams6f746642021-08-06 07:40:55 -050017IMAGE_FEATURES:remove = "obmc-ikvm"
Patrick Williams0ee50bd2021-12-30 07:42:36 -060018IMAGE_FEATURES:append = " allow-root-login"
Vijay Khemka1878bf42020-10-09 15:11:47 -070019
Patrick Williamse4937922021-11-05 10:04:42 -050020# Most of our hardware uses the default ttyS4 but at 57600.
21SERIAL_CONSOLES:facebook = "57600;ttyS4"
Patrick Williamse9968532023-03-10 10:07:38 -060022
23OBMC_ORG_YAML_SUBDIRS:append:facebook = " com/meta"