summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-common/recipes-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: update pid-control service to point at binPatrick Venture2019-04-021-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>
* Flag of "redfishSupportEnabled" is missed.Kuiying Wang2019-03-281-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>
* utils.[ch]pp and types.hpp have moved to libipmidVernon Mauery2019-03-271-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>
* Enable Custom Key in Web SOL for Intel platformCheng C Yang2019-03-101-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>
* Set SOL client to 100*32 resolutionCheng C Yang2019-03-082-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>
* intel-dbus-interfaces: srcrev bump 299018f996..2b8f89f587Andrew Geissler2019-02-181-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>
* Fix buildJames Feist2019-02-143-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>
* Intel: Enable threshold event monitoringJason M. Bills2019-02-131-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>
* intel-ipmi-oem requires header files from ipmidRichard Marian Thomaiyar2019-01-221-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>
* meta-intel: Add intel-dbus-interfacesYong Li2019-01-093-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>
* meta-intel: Use phosphor-pid-controlJames Feist2018-12-212-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>
* Revert "Intel: Enable threshold event monitoring"James Feist2018-12-211-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>
* Intel: Enable threshold event monitoringJason M. Bills2018-12-121-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>
OpenPOWER on IntegriCloud