blob: e9d9d127fc17539b0e0650544502e2aec580e845 [file] [log] [blame]
Adriana Kobylakb96c7502021-08-06 16:25:30 +00001EXTRA_OEMESON:append = " \
Manojkiran Edad6b4c972020-09-03 16:04:21 +05302 -Dinsecure-tftp-update=enabled \
Manojkiran Edaed31ac32020-10-20 09:34:58 +05303 -Dibm-management-console=enabled \
Asmitha Karunanithi1970a502021-11-15 11:08:08 -06004 -Dredfish-dump-log=enabled \
Gunnar Millsb4b8c392022-08-05 16:43:01 +00005 -Dredfish-oem-manager-fan-data=disabled \
Myung Bae256bdae2023-12-04 14:55:07 -08006 -Dredfish-bmc-journal=disabled \
Andrew Geisslere4f02c22019-06-28 11:19:11 -05007"
Brad Bishope1615142020-04-22 14:06:02 -04008
Patrick Williamse3bfdd72022-09-09 14:54:34 -05009EXTRA_OEMESON:append:p10bmc = " \
Ali Ahmedd6187582021-10-19 14:45:04 +000010 -Dkvm=disabled \
11 -Dvm-websocket=disabled \
12"
Patrick Williams4b5fdfa2024-02-23 09:35:19 -060013PACKAGECONFIG:remove:p10bmc = "mutual-tls-auth"
Ali Ahmedd6187582021-10-19 14:45:04 +000014
Patrick Williamse3bfdd72022-09-09 14:54:34 -050015EXTRA_OEMESON:append:witherspoon-tacoma = " \
Ali Ahmedd6187582021-10-19 14:45:04 +000016 -Dkvm=disabled \
17 -Dvm-websocket=disabled \
18"
Patrick Williams4b5fdfa2024-02-23 09:35:19 -060019PACKAGECONFIG:remove:witherspoon-tacoma = "mutual-tls-auth"
Ali Ahmedd6187582021-10-19 14:45:04 +000020
Andrew Geissler89248e02023-10-23 13:16:49 -060021EXTRA_OEMESON:append:system1 = " \
22 -Dhttp-body-limit=400 \
Andrew Geissler66035872023-10-25 06:58:34 -060023 -Dredfish-dbus-log=enabled \
Andrew Geissler89248e02023-10-23 13:16:49 -060024"
25
Patrick Rudolphc555b592024-01-16 17:47:51 +010026EXTRA_OEMESON:append:sbp1 = " \
27 -Dhttp-body-limit=400 \
28 -Dredfish-dbus-log=enabled \
29"
30
Brad Bishope1615142020-04-22 14:06:02 -040031inherit obmc-phosphor-discovery-service
32
Patrick Williams5b587ca2021-09-01 16:33:36 -050033REGISTERED_SERVICES:${PN} += "obmc_redfish:tcp:443:"
34REGISTERED_SERVICES:${PN} += "obmc_rest:tcp:443:"