summaryrefslogtreecommitdiff
path: root/meta-intel/meta-common/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-06-27Web UI: Remove redfishSupportEnabledGunnar Mills1-1/+0
redfishSupportEnabled was a bit of a misnomer, because even if set to false the Web UI user management continued to use Redfish. The only place redfishSupportEnabled was used was the Redfish Event Log page. https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868 Renames Redfish Event Log support to redfishEventLogDisabled. It is enabled by default/if undefined will be enabled. Should wait for 22868 to merge. (From meta-intel rev: 23ba3ebf5011a3547e56796e41ba1279e851fe0c) Tested: Tested 22868 with undefined redfishEventLogDisabled and see panel in navigation. Change-Id: I91ff480f759bb1b3900a4fb33c8fa76e2aa9cb94 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-18intel-dbus-interfaces: srcrev bump 2b8f89f587..b5f2dd444cAndrew Geissler1-1/+1
Chen,Yugang (1): Add NMI source Property Richard Marian Thomaiyar (1): intel-dbus-intf: Adding Richard as maintainer (From meta-intel rev: 06cb787fb6134565a61f953900a21ab2bc5203c2) Change-Id: I40f72d927f5bbb6633cf79c1a2fd2586e78bfb4d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-03meta-intel: update pid-control service to point at binPatrick Venture1-1/+1
phosphor-pid-control is now installed in bin instead of sbin. (From meta-intel rev: e00fe9087dfa24ebc0f6b1cbdfede52ab7d6ec8c) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iffa3edf9fd3eb118e69c8e0c1483cb69af6e6930 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28Flag of "redfishSupportEnabled" is missed.Kuiying Wang1-0/+1
Tested: Launch WebUI and check each page information. (From meta-intel rev: 8b929497b40476fa4fa4e59a30a1fa68535f080f) Change-Id: I378a643820af19571749b57971f47e7b61fb16b9 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27utils.[ch]pp and types.hpp have moved to libipmidVernon Mauery1-2/+0
No need to copy them to the sysroot for building, they are already there (but under new names ipmid/utils.hpp and ipmid/types.hpp) (From meta-intel rev: 2556749a806af47f2090027c2f0fee8a716b30ca) Change-Id: I046b8452d15457aa37e0963b9d1138a55aa7aebd Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-11Enable Custom Key in Web SOL for Intel platformCheng C Yang1-0/+2
Add customKeyEnable and KeyType items in config.json to enable VT100+ Custom Key for Web SOL. Intel BIOS use VT100+ protocol for console redirection, with current xtermjs key extensions, some important keys such as Backspace, F1-F12 cannot work in Web SOL on Intel platform in BIOS setup page and UEFI shell. To support key extensions in VT100+, add some entries in config.json to enable VT100+ support in Intel platforms. (From meta-intel rev: 0e8cb4490bbae70dfbadd00a8b2eb5c3b90b7c2a) Change-Id: Icfe3de535acacbc03f187fb117a99e5bfd0dc657 Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-08Set SOL client to 100*32 resolutionCheng C Yang2-0/+14
Change config.json to adjust SOL screen resolution to 100*32 for Intel Platform. (From meta-intel rev: fcd39a5b52f6afd6764f40d4b5b9c06da92e1e09) Change-Id: I61d6abd7e54ce97792b7609bc7be323408ccc593 Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-19intel-dbus-interfaces: srcrev bump 299018f996..2b8f89f587Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-intel rev: 8bd18e7c42fe36565a0252187b933149e0211edb) Change-Id: I4d59f4d8c1b0d55191f47accf5f304f9a5a1c104 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-15Fix buildJames Feist3-0/+56
Add missing components, this along with https://gerrit.openbmc-project.xyz/#/c/openbmc/x86-power-control/+/18388/ will allow s2600wf to build again. Tested-by: it built (From meta-intel rev: 53b9232f7d65f955150f304b2261c9dd5d0a1a9f) Change-Id: I936f2739ded247a712ca78c40034ab2964ee8871 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14Intel: Enable threshold event monitoringJason M. Bills1-0/+2
This append enables threshold event monitoring in the phosphor-sel-logger. (From meta-intel rev: 1bf7fdddb503f2481f7fca6e022772e20a06ff67) Change-Id: I9fc1a93d0fe59dfd0949b2772dbde1bccc19294d Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-22intel-ipmi-oem requires header files from ipmidRichard Marian Thomaiyar1-0/+6
Expose header files from phosphor-host-ipmid which is used by intel-ipmi-oem. This is temporary fix, till the whole ipmid separation with libipmid and header files are properly separated. Note: This will be rolled back, once phosphor-host-ipmid headers are properly exposed. Unit-test: verified meta-s2600wf build. (From meta-intel rev: e51c9b1e4993ef89f911f3bd51ecbc892d8b7299) Change-Id: I8839aee15be5ca7f652c8c64e202bf600f6c6123 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09meta-intel: Add intel-dbus-interfacesYong Li3-0/+46
This recipe is used for Intel specific features and IPMI OEM commands. Tested By: bitbake intel-dbus-interfaces (From meta-intel rev: c5a33a96c6ae6eeaedc5d314c8497dc358eff589) Change-Id: I0ce1a37d271fbe43612c75308b02068426a12e0b Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-21meta-intel: Use phosphor-pid-controlJames Feist2-0/+17
Add bbappend to use dbus configuration and add custom service file that restarts always incase of a configuration change. (From meta-intel rev: 5e6de9b6c80e0d0d749952da09ed782b78af5247) Change-Id: I893ee92276458da0ace24ddc84d22e92d11a3ea1 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-21Revert "Intel: Enable threshold event monitoring"James Feist1-2/+0
This reverts commit e2bf47543d715c14dda49ddeec2c21c884dc63aa. This recipe does not exist yet so it is causing a build error having this .bbappend. (From meta-intel rev: 529af6dd5ad50af9a0917b215933221880b0e79e) Change-Id: Ia7e3ff3a62d3d6c4917f8cb71709c7ff7336ee41 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12Intel: Enable threshold event monitoringJason M. Bills1-0/+2
This append enables threshold event monitoring in the phosphor-sel-logger. (From meta-intel rev: e2bf47543d715c14dda49ddeec2c21c884dc63aa) Change-Id: I9df9b7da2c9c90dc9eb683e20102e4a48753819a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>