summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-common
Commit message (Collapse)AuthorAgeFilesLines
...
* intel-ipmi-oem: srcrev bump 360f593bf0..880b733d3dAndrew Geissler2018-12-101-1/+1
| | | | | | | | | | | | James Feist (2): Update variant usage to use visit Fix variant usage (From meta-intel rev: 49c8a3a51c3d967e6332d9bee36bdcc5b541a2a3) Change-Id: I97dbbcb2f9c295c73aaff5245f12a20353a6543c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: delete custom dbus-sensor recipeJames Feist2018-12-065-70/+0
| | | | | | | | | | | It has been merged into meta-phosphor, don't need our own copy. (From meta-intel rev: c2f1613dc31aed042662d4033482e787d0222ac6) Change-Id: I42aed979830ca8e95fef8814eacc8bda23b9e7ad Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update bb file to use single ipmi providerRichard Marian Thomaiyar2018-12-031-4/+2
| | | | | | | | | | | Update bb file to use single ipmi provider library as updated in intel-ipmi-oem repo (From meta-intel rev: bc184c971e2600bdb4a8956fcf979632ee1fd9ec) Change-Id: Ic6324e568b0e5f32b28374f101e3bfdc1044410c Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* intel-ipmi-oem: srcrev bump e0c7073525..360f593bf0Andrew Geissler2018-12-031-1/+1
| | | | | | | | | | | | | | | Jason M. Bills (1): Fix checking of string::npos in sensor type parsing Richard Marian Thomaiyar (2): Move getSensorConnection to header file Fix to generate single ipmi provider library (From meta-intel rev: 76c164c2adea4351ac808b775091670c9f337ada) Change-Id: Ic126cbe40f92c694d72fb39ec0b1e107e52e53ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* intel-ipmi-oem: srcrev bump 703922d0ea..e0c7073525Andrew Geissler2018-11-291-1/+1
| | | | | | | | | | | Jia, Chunhui (1): Fix non-Yocto build error (From meta-intel rev: 0a70158ff3745449e5fe31f8deecdd17f6d080c8) Change-Id: Ied8db8f7e8ccea7f15064fa77b2543fd33899187 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Expose header files from intel-ipmi-oemRichard Marian Thomaiyar2018-11-261-0/+5
| | | | | | | | | | | Expose header files from intel-ipmi-oem which will be used by needed providers. (From meta-intel rev: 283b9bcec2f3446e061ea53fcc07c6024cdb9151) Change-Id: If5f7fdb8e79e895d6eace32cd9f6d7b524ee7e3f Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* intel-ipmi-oem: srcrev bump 6479604111..703922d0eaAndrew Geissler2018-11-261-1/+1
| | | | | | | | | | | | | | Jason M. Bills (1): Fix display of sensor units Yong Li (1): Implement Intel get/set shutdown policy IPMI OEM commands (From meta-intel rev: ad23e9133021e09033688bb6e21a1a1d7bdcb517) Change-Id: Ia839207c42dc75f1b5ffd5e71dd3d6085220271a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* s2600wf-misc: srcrev bump b9d9b33f7f..b7bd2a8822Andrew Geissler2018-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jae Hyun Yoo (6): Update CPU hwmon searching path to sync with kernel path Prep CPU sensor for no-overlays Clean up codes Fix CPU detect logic to use a bus setting from CPU configs. Add Jae Hyun Yoo as a maintainer Make CPUsensor service use an async call for CPU sensor creation James Feist (7): Add base class to simplify threshold logic Don't iterate directories twice Prep hwmontemp sensor for no-overlays Add fan presence support Move sensor.hpp Increase poll time on failure Add redundancy sensor and cleanup Richard Marian Thomaiyar (1): Add support for sensor override value Yoo, Jae Hyun (7): Fix threshold parsing logic of CPU sensors Fix a bug on CPU sensor dbus property creation Fix sdbusplus call flow to support changed behavior of the latest sdbusplus Change PECI device name Fix CPU client address config handling Stop using mapbox directly Improve log messages in CPU sensor service to reflect current status correctly (From meta-intel rev: 3aea871faf957b8cdd139295cd85c465420a3bc7) Change-Id: If00ea4f9e322dc4376ea118337375014c62558e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: Add intel-ipmi-oem to the Intel apps packagegroupJason M. Bills2018-11-071-0/+1
| | | | | | | | | | | | Include the Intel-specific IPMI changes in the Intel apps packagegroup, so it will be included in Intel platform builds. (From meta-intel rev: d3c43049eafff52a596490ccbdb9a468d0fd16dc) Change-Id: Id11c997df6ad2f9e802ad5321aded3d08d3cda83 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* s2600wf-misc: srcrev bump 139cb575a2..b9d9b33f7fAndrew Geissler2018-11-011-1/+1
| | | | | | | | | | | | James Feist (2): Add James Feist as a maintainer Fix ADC scale factor (From meta-intel rev: 600b15dc5c72479bf3ba4a7faf18c7d3f92b7c55) Change-Id: I42d29240bfc562ce68956f85fb81c47b8c858b10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Intel: Add recipe for Intel-specific IPMI supportJason M. Bills2018-11-011-0/+29
| | | | | | | | | | | | This recipe builds the Intel-specifc IPMI support from the intel-ipmi-oem repository. Intel-specific IPMI support includes both OEM commands and overrides of common commands. (From meta-intel rev: 8c20b5f25d8f9fb5154c0e6c954beda807a67702) Change-Id: If66e544d3b8e7c9cc498454e17d490d482fcdda7 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* s2600wf-misc: srcrev bump 7f848c3e96..139cb575a2Andrew Geissler2018-10-311-1/+1
| | | | | | | | | | | James Feist (1): Squashed import of Dbus-Sensors (From meta-intel rev: b7b55a7ab0d0f5f23c552c95bc6c6472503cdc7f) Change-Id: Idf935ceb6b0b140a65d34105c2fdec896fc314b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: s2600wf: add entity-managerJames Feist2018-10-291-0/+1
| | | | | | | | | | | | Add entity-manager to the image. Tested-by: It built. (From meta-intel rev: 6ed57a47a13f07eea5cd4798cde448bebd3fdd2b) Change-Id: I42ba1d73abfa27eb80b04c92265fb92569066726 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: remove boost-dbusJames Feist2018-10-191-15/+0
| | | | | | | | | | We don't use it anymore. (From meta-intel rev: e88e7dd46bf9c672f4b9f829aab640455ceb0668) Change-Id: I707c7e0b63f725fe594aedc04cdcd1ec98777c5a Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: Add d-bus sensors recipeJames Feist2018-10-155-0/+70
| | | | | | | | | | | This adds the recipe to build the dbus-sensors project. dbus-sensors is a dbus-configurable sensors project. (From meta-intel rev: 3164a56a1eb8a757a4d6340533e19bcc0591d07c) Change-Id: I1a3cc0d7e57a22628c50d1ba18b6e4efd909fbaa Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* intel-apps: Remove obmc-phosphor-licenseBrad Bishop2018-10-061-1/+0
| | | | | | | | | | | This class is on its way to being deprecated, and oe-core packagegroups don't have a LICENSE specified in the recipe. Adopt the same semantics for meta-intel. (From meta-intel rev: fa9fa93aae420c465bd21233c8d884a03e704f80) Change-Id: I8d3e823eb87678cc012e33ccbf8aff857b5fe7b7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* [Subtree] Bring openbmc machines to top levelDave Cobbley2018-08-234-0/+73
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud