summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III2019-02-131-0/+8
| | | | | | | | | | | | | | | | | | | This addresses some assumptions made by systemd about having multiple routing table support in the kernel. systemd-networkd will try and provision mutliple routing tables + policies and will silently break neighbor advertisement responses due to policy configurations on a single table. It also adds support for SLAAC based router settings and faster duplicate address detection. Size impact: 4k increase (From meta-nuvoton rev: 31d724a134e2172643e1ab535372764913fbbacc) Change-Id: Id8b532099505cf88ae39625f541ae3630ec9a284 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ast2500: defconfig: Add USB Mass StorageAdriana Kobylak2019-02-131-0/+1
| | | | | | | | | | | | | | | | USB Mass Storage will be used for implementing Virtual Media. This adds about 800 bytes to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2582512 Jan 22 09:57 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190122155444.bin After: -rw-r--r-- 2 anoo anoo 2583344 Jan 22 10:02 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190122160056.bin (From meta-aspeed rev: f7c9426e180f46dedd04ac0b671064ba792cff28) Change-Id: If453830f4e55c2abbb8cd703f589b7caf24fafd6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ast2500: defconfig: Add USB gadgetAdriana Kobylak2019-02-131-0/+4
| | | | | | | | | | | | | | | | The USB gadget is needed to implement Virtual Media. This adds about 46kB to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2542904 Jan 19 14:53 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205057.bin After: -rw-r--r-- 2 anoo anoo 2589648 Jan 18 10:20 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190118155445.bin (From meta-aspeed rev: fecdb4c8ea1fee0750fe05389178b685446eb75f) Change-Id: I98aaba221939a60407c8d5efa912237d0128c366 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ast2500: defconfig: Add Network Block DeviceAdriana Kobylak2019-02-131-0/+1
| | | | | | | | | | | | | | | | | Add NBD support to the defconfig as this will be used to implement virtual media on the BMC. This adds about 5.4kB to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2542904 Jan 19 14:53 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205057.bin After: -rw-r--r-- 2 anoo anoo 2548304 Jan 19 14:59 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205736.bin (From meta-aspeed rev: 1b084277f6ffedc76fece26b38e867779b5d619e) Change-Id: I022e5f7a1067b205c83762a0aca31d77395c6d8d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* wspoon: Load alternate floor table on custom modeMatthew Barth2019-02-131-18/+80
| | | | | | | | | | | | | | | | | | | | When a user enables the "Custom" thermal control mode, an alternate set of floor speeds will be used. This alternate set of floor speeds raises the floor speeds at corresponding ambient temperatures to sufficiently cool certain hardware configurations. Tested: Alternate floor table is loaded when "Custom" mode enabled Requires: openbmc/phopshor-fan-presence f0e4ebd36d085700c8795c4d80b04d21355dc6d2 (From meta-ibm rev: ae9312165a1b6545d1c9466c91033a101137258d) Change-Id: I260cf8e351b27ee24c1926da9767516c3da0c1ac Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 27ce84d247..45cdee9710Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | beccabroek (1): Fix login and overview pages in Safari (From meta-phosphor rev: f5c783703d09f9f3c895a18144b924217fa749dd) Change-Id: Ia1719f2c8f365b28432be657fb955bf3f868434b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.21Joel Stanley2019-02-131-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.20 and 4.19.21 stable releases. (From meta-aspeed rev: 2702d64577033e90cdca33b08a4d99cd7e108597) Change-Id: Ib26c3b4c61664e1b41135fe83db484da2a8e0888 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-time-manager: srcrev bump a8741b56ec..6aca02e07aAndrew Geissler2019-02-131-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: 03aa707538130156383735f492e0ec5babd5fcda) Change-Id: Iea0c073c2a81092857cc92e91dc34396e3785dd5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 23106942fc..9d74626f71Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | | | | | | James Feist (6): [WFP-Baseboard] Fix incorrect thresholds Muxes: Add symlink to /dev/i2c* support Move variant usage to std Don't attempt to iterate non-existant folders [fru-device] harden i2c regex Fix overlay loop (From meta-phosphor rev: 29f2f2cfe5bdd6fee504270802c5983b8a6d9abf) Change-Id: I4695e19df41173ff03a028017348f097a7667b95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Generate dump during watcdog_timeout errorMarri Devender Rao2019-02-131-0/+1
| | | | | | | | | | | Tested: 1. Ran watchdog_timeout app and ensured dump is collected (From meta-openpower rev: cbc612ca07ccdeff72de42e8f5ee77b898d4d59d) Change-Id: I32bbe27954f1d02f36b7343343e8bd2d78e4e4ac Signed-off-by: Marri Devender Rao <devenrao@in.ibm.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: srcrev bump e1cbc7db86..c04e2e70d3Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | | Jason M. Bills (2): intel-ipmi-oem: Update with new ipmid/api.h path Add SEL commands for Jounal-based SEL entries (From meta-intel rev: cc5082f205eb348c8a72d747402aa48037c87d11) Change-Id: I8ea0732db120a046c392d373aaeb909c88728818 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-hwmon: srcrev bump cd40c8815a..09d9c23699Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: 92ee94880c41d9cc0675bca0111635ba4df88bf0) Change-Id: I181c9070a3bccf132b0b7135c3b9823ecf30a80d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump 05207d6942..f6a0e40679Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | Matthew Barth (1): xyz.openbmc_project.Control.ThermalMode interface (From meta-phosphor rev: 468328dd1d1c058c7bc8a11dd2b7bf3d165e4277) Change-Id: I38a7d323176358307249b5aa04a3c869f8dac19a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Ensure ipmid doesn't start until on dbusAndrew Geissler2019-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other services rely on phosphor-ipmi-host providing needed dbus interfaces once its been started. Due to other services providing identical dbus object paths, the normal mapper wait services are not an option here. Ensure systemd does not consider this service active until it has registered the host control dbus object. I'm working on a long term fix to this in https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-objmgr/+/17990/ (a refactor with unit tests) and https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-objmgr/+/17837/ (close race condition due to introspection) but I think this change here makes things better overall so I'd like to get it merged Testing: Verified systemd now waits for ipmid to really get up and running and ran through HW CI Jan 18 19:56:00 witherspoon systemd[1]: Starting Phosphor Inband IPMI... Jan 18 19:56:03 witherspoon ipmid[1336]: JSON file not found Jan 18 19:56:09 witherspoon systemd[1]: Started Phosphor Inband IPMI. I had our internal test team try out this patch on a Romulus. They were seeing this issue this is trying to fix on a very regular basis. With this change, they completed 265 successful boot tests. The ipmid process does host 2 well-know names, openbmc_project.Ipmi.Host and xyz.openbmc_project.Control.Host. I verified via a bus capture that xyz.openbmc_project.Control.Host is the last one to be put on the bus. Resolves openbmc/phosphor-state-manager#2 (From meta-phosphor rev: bea22141ca95b38f30adcec248a853d3d268af79) Change-Id: I532b31647951045adc8cbd0141e8630cdc350e27 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: pid-control: use json instead of libconfigPatrick Venture2019-02-131-1/+1
| | | | | | | | | | | The requirement for libconfig has been removed. Add new dependency on json. (From meta-phosphor rev: 9b40f49d7373c596758bf3a2a9c6988838f5fc87) Change-Id: I09a996c5aea2a3f42d2d6770ff49c9619ea118f2 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: wspoon: network: add explicit install appendPatrick Venture2019-02-131-0/+6
| | | | | | | | | | | | | | Add an explicit install_append for the network recipe so it'll install a service that witherspoon requires. Note: This change required due to a change in network_git.bb that changed the systemd installation behavior. (From meta-ibm rev: 8637f02c1caec99d09dc7d7f8051e64a68ca8a19) Change-Id: Ic7c538d340e610cffc7f20f88cc492c2f550322c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 4beac9a0eb..acebece38cAndrew Geissler2019-02-131-1/+1
| | | | | | | | | | | William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-phosphor rev: b20305ed7fcd9ad0594e24534b32872ef9f68c08) Change-Id: I749513d324d7395324d33d925a7192397ee10e53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 4b0ddb68b4..997a7a0820Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | | | | | | | | | Kirill Pakhomov (2): dcmihandler: Add parameterization to JSON parser method. dcmihandler: Add DCMI Power management support check Vernon Mauery (1): Create the libchannellayer library so it can split from libuserlayer Yong Li (2): Add timer use field support in watchdog command Get the correct present countdown value when watchdog is stopped (From meta-phosphor rev: 5efe9e548697b38f3f892437245639be814c28bb) Change-Id: Ib43835fa35e345b6f642ba95702e848506fee856 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 31eebcddcf..331143cea8Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-phosphor rev: 33a23e8a6d35bf6159b11ab5e0b15371e7457d28) Change-Id: I77a0c172ac360241cd3dd741e6bd3842e633384c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-ethstats: srcrev bump ddee9d0301..539f03f546Andrew Geissler2019-02-131-1/+1
| | | | | | | | | | | William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-phosphor rev: 3b47b4cb0ba0c188a21ffa9e38019d7d940030ae) Change-Id: I3db02cd2c731a09440f031e4a7031445488a0d11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* poky: refresh thud: ee7dd31944..b904775c2bBrad Bishop2019-02-135-19/+38
| | | | | | | | | | | | | | | | | Update poky to thud HEAD. Brian Silverman (1): overview-manual: Fixed typo. Scott Rifenbark (5): bitbake: bitbake-user-manual: Fixed section head typo ref-manual: Updated the list of supported distros ref-manual: Updated list of supported distros. ref-manual: Fixed INC_PR literal example indentation. poky.ent: Changed release month to February Change-Id: Iea1dc6759ba0415410d6f18d2d675348b7d08af1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-vpd-parser: srcrev bump 6c830e9dfa..c83c4dc327Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Patrick Venture (1): Add .clang-format to repo for automated style (From meta-openpower rev: dd6ca1fbc0e0770a1f62ba27a526362a432d75a5) Change-Id: I4e1440a58852f1eb74a3d2d3f57173a979930cac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* google-ipmi-sys: srcrev bump fd0f1cf99b..575a55ae3aAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Patrick Venture (1): build: check for json header (From meta-google rev: a341c12d744ee8dd6720b92aad5d074543f4040c) Change-Id: Iee41179a66598e6fedfce9cbb80fe5b1008a39cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump a09cc2da1b..27ce84d247Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | beccabroek (1): Add role alert to toasts (From meta-phosphor rev: ead14fe7046ba8f20482785b35bb8ea82791eb40) Change-Id: I119b1d507aa27da8461288321360413f71ea1cd2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump ba8ffa73eb..31eebcddcfAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Patrick Venture (1): build: check for json header (From meta-phosphor rev: 74226a93387f02a79c41c39f2a0c232a66f8c6bb) Change-Id: I07ac15aeae97c80aac044ee753436b50248c2793 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 86c87f55de..4beac9a0ebAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Patrick Venture (1): move blob command enum to installed header (From meta-phosphor rev: 5ed49d79de863c9bbfdc552f01746f405492ab2d) Change-Id: I709b6599ccd971d75480a297495e27760c2f6c80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump cf05939298..4b0ddb68b4Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Lei YU (1): Set init_priority attribute for global variables in shared lib (From meta-phosphor rev: a4bf594c807e44c8bc3c0cd5156d694edaca6c43) Change-Id: Ibd930c6329e085487ed0b595bd8954ac9e6b3329 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump d8705875a7..8e94c20449Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | James Feist (1): Only show PWMs that are in the config (From meta-phosphor rev: 4652dc950335a41f23714b88a84fae7bd039df64) Change-Id: I35164230fd72252bb95f513e65004834ccb69b49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 734bfe9094..abf2add6a3Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Ed Tanous (1): bmcweb: move variant usage to std namespace (From meta-phosphor rev: c1372d9a7d1d45b39e4ca6ad13b157f2c62f1dab) Change-Id: Id7313f41f976954c5dda85f49c0f2704ddac609b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump ec73c95892..8f51109d8eAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | | Oskar Senft (2): writefrudata: Fix verifyFruData to skip CRC check for internal use area. readeeprom: Allow FRU ID 0 to be selected (From meta-phosphor rev: 0c6a8d59abee3f93c764bcf6265e217749274622) Change-Id: I6b831b06e2d6fe8502874236b9f43889270f2d5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 3342a8e087..cf05939298Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Oskar Senft (1): ipmi_fru_info_area: Handle exception during parsing of chassis type (From meta-phosphor rev: ef01ada23b38f70fc9bbbafa22b01c18b582fa1c) Change-Id: Iae4504403a02040ffb8ede3fee0c4bc6d8fddb7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump fc94b21553..d8705875a7Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | | James Feist (2): Move variant usage to std Update clang format (From meta-phosphor rev: 10928c249c4ef2dc0e00672c9200e0374f98f60f) Change-Id: Ibd213265ead0706f5c967b1dca2b64a80ddcad65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 85ba457dae..23106942fcAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | | James Feist (2): Remove ADC Overlay Template WFP: Move to 2 pid zone configuration (From meta-phosphor rev: 1beeca4e0d23f7c3b5d4a0a6f67d4668a9478a28) Change-Id: I835b4e4c58e48ed70ec7cf649f341716aa112b6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump bed15f0cee..f0dd3b5a3cAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Matthew Barth (1): Support default string values (From meta-phosphor rev: 76f91ae4c2d0b0384526798e051202ab07ced386) Change-Id: I00147de4fd4c54e879d4b9be8b96b2a5851b04da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump eeeb867de1..ba8ffa73ebAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | Patrick Venture (12): sensors: buildjson: add todo for failure pid: rename structure components for style pid: rename variables with full names conf change: rename zone variables conf change: sensors: read and write path rename sysfs: style fix on sysfswrite conf change: pid: all pid details are now camelCase conf change: s/set-point/setpoint/ add support to build zones and PIDs from json errors: add configuration exception add json verification for configurations swap libconfig++ for json in configuration parsing (From meta-phosphor rev: d828dfd254a6c06a9882c5f3401fbe6b6d041985) Change-Id: I477d5933d27a76cd72ec231e69bdc8f05d0231f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Revert "Remove dependency on phosphor-ipmi-inventory-sel recipe."Tom Joseph2019-02-081-0/+2
| | | | | | | | | | | | | | | | This reverts commit 2b8dbf0eb056e6aa05749563b02e931c656a4496. This commit is reverted because the mapping of D-Bus object path to sensor information is needed to service the SEL commands which translate D-Bus logging objects to SEL entries. This dependency can be removed once the SEL moves to the journal and there will be no mapping between logging objects and SEL entries. (From meta-phosphor rev: c32034f776bafa9957c8af22769e5707508f6013) Change-Id: I927014cfc109bc34d673d62591890a233e29f3c5 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-debug-collector: srcrev bump 6916cec8e1..6d7f753ba7Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | | | | Artem Senichev (1): Add phosphor-hostlogger plugin to dreport Marri Devender Rao (2): Refactor to pass errors to watch through config YAML Specify plugins to be invoked for chekstop error (From meta-phosphor rev: 8e57223281d135269e90337cabff891e5737a898) Change-Id: I0e72044fa616f8f8a71ea513b6093b7e44c16a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump e86810ba67..fc94b21553Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | James Feist (1): Add bios post checking support (From meta-phosphor rev: f3000b3e947e2ce4c46e86d9c89dcad089e83b39) Change-Id: I7b0b51377da079c39bf80f9fc284951c18638ab6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 572c43dab6..eeeb867de1Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | | | | James Feist (1): Move all variant usage to std Patrick Venture (2): sensors: add method to grab default timeout add support to build sensors from json (From meta-phosphor rev: 2bcab3d9203dd7b1c02febe136ba48d2b3c6821e) Change-Id: I671da94ed5468f16556e8b614c2f01886ffc67bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* wiringpi: Set major versionErikHH2019-02-081-27/+37
| | | | | | | | | | | To fix the behaviour described in https://github.com/agherzan/meta-raspberrypi/issues/362 (From meta-raspberrypi rev: d5d92f2cb7f2bf7ef3322da560f35deb59deedf6) Change-Id: I9755d845a31aa71125463e1e97457e14ba6cd76d Signed-off-by: ErikHH <erik.hoogeveen@outlook.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump 4d741897f5..bed15f0ceeAndrew Geissler2019-02-081-1/+1
| | | | | | | | | | | Richard Marian Thomaiyar (1): Fix: ObjectManager path for asio (From meta-phosphor rev: c5ea0b287bcb3c4cea7988ffdd8e2081983f30c9) Change-Id: I67361b180cae3b92ba53e48093cb295647270166 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump b957ba5a34..734bfe9094Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | | | | Ed Tanous (2): Delete socket adapters Fix bad link in Redfish JsonSchemas ID Gunnar Mills (1): Use Chassis interfaces to determine if chassis (From meta-phosphor rev: a3a4204d6eaf7a02f67dfa2198dd1f60b99ede28) Change-Id: Ifef427f577e6f7d83beffc211b44f2c98799f665 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 41ac50530a..3342a8e087Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | Jason M. Bills (1): Add request data length check to IPMI SEL commands Jia, Chunhui (1): Platform event command Tom Joseph (1): eSEL: Remove code related to logging eSEL William A. Kennington III (1): Create libipmid and libipmid-host (From meta-phosphor rev: 96adfdb4f524b2d058211f1d22dee686d1cc024e) Change-Id: I1683bd9a54213ee167ccb57c02b2acfb69bdbd60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump fbafa25b0c..461d8f9774Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | Patrick Venture (2): move service file, dbus conf into repo build: drop duplicate LT_INIT line from configure_ac (From meta-phosphor rev: 037d8b3eb420d9fe7ebeda7fc03c8de78f463b46) Change-Id: I496f6881898f741edd9c51424a936099c0ec005e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* poky: refresh thud: 1d987b98ed..ee7dd31944Brad Bishop2019-02-06113-1721/+2278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update poky to thud HEAD. Alex Kiernan (2): systemd: backport fix to stop enabling ECN systemd: Add PACKAGECONFIG for gnutls Alexander Kanavin (3): lighttpd: update to 1.4.51 boost: update to 1.69.0 systemd: backport a patch to fix meson 0.49.0 issue Alexey Brodkin (1): wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk André Draszik (1): meta: remove True option to getVar calls (again) Anuj Mittal (6): eudev: upgrade 3.2.5 -> 3.2.7 gsettings-desktop-schemas: upgrade 3.28.0 -> 3.28.1 libatomic-ops: upgrade 7.6.6 -> 7.6.8 libpng: upgrade 1.6.35 -> 1.6.36 common-licenses: update Libpng license text i2c-tools: upgrade 4.0 -> 4.1 Aníbal Limón (1): meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU Armin Kuster (1): tzdata/tzcode-native: update to 2018i Brad Bishop (1): systemd-systemctl-native: handle Install wildcards Bruce Ashfield (3): kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND linux-yocto/4.18: update to v4.18.22 linux-yocto/4.18: update to v4.18.25 Changqing Li (1): libsndfile1: Security fix CVE-2017-17456/17457 CVE-2018-19661/19662 Chen Qi (3): package.bbclass: fix python unclosed file ResourceWarning eSDK.py: avoid error in tearDownClass due to race condistion eSDK.py: unset BBPATH and BUILDDIR to avoid eSDK failure Douglas Royds (6): icecc: readlink -f on the recipe-sysroot gcc/g++ icecc: Trivial simplification icecc: Syntax error meant that we weren't waiting for tarball generation icecc: Don't generate recipe-sysroot symlinks at recipe-parsing time icecc: patchelf is needed by icecc-create-env patch: reproducibility: Fix host umask leakage Erik Botö (1): testimage: Add possibility to pass parmeters to qemu Federico Sauter (1): kernel: don't assign the build user/host Joshua Watt (1): classes/testsdk: Split implementation into classes Kai Kang (2): testimage.bbclass: remove boot parameter systemd.log_target systemd: fix compile error for x32 Kevin Hao (1): meta-yocto-bsp: Bump to the latest stable kernel for the non-x86 BSPs Khem Raj (6): grub2: Fix passing null to printf formats gnupg: Upgrade to 2.2.12 release binutils: Fix build with clang binutils: Upgrade to latest on 2.31 release branch binutils: bfd doesn't handle ELF compressed data alignment systemd: Fix memory use after free errors Manjukumar Matha (1): kernel.bbclass: Fix incorrect deploying of fitimage.initramfs Marcus Cooper (3): systemd: Security fix CVE-2018-16864 systemd: Security fix CVE-2018-16865 systemd: Security fix CVE-2018-16866 Michael Ho (1): sstate: add support for caching shared workdir tasks Naveen Saini (2): linux-yocto: update genericx86* SRCREV for 4.18 linux-yocto: update genericx86* SRCREV for 4.18 Peter Kjellerstedt (2): systemd: Correct and clean up user/group definitions systemd: Correct a conditional add to SYSTEMD_PACKAGES Richard Purdie (9): nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg classes: Correctly markup regex strings testimage: Remove duplicate dependencies testimage: Simplfy DEFAULT_TEST_SUITES logic testimage: Further cleanup DEFAULT_TEST_SUITES testimage: Enable autorunning of the package manager testsuites oeqa/runtime/cases: Improve test dependency information oeqa/runtime/cases: Improve dependencies of kernel/gcc/build tests oeqa/utils/buildproject: Only clean files if we've done something Robert Yang (7): oeqa/utils/qemurunner: Print output when failed to login oeqa/utils/qemurunner: set timeout to 60s for run_serial oeqa: Fix for QEMU_USE_KVM oeqa: make it work for multiple users runqemu-gen-tapdevs: Allow run --help without sudo oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM oeqa/selftest/runqemu: Enable kvm when QEMU_USE_KVM is set Ross Burton (2): toolchain-scripts: run post-relocate scripts for every environment runqemu: clean up subprocess usage Yeoh Ee Peng (3): scripts/oe-git-archive: fix non-existent key referencing error testimage: Add support for slirp oeqa/qemu & runtime: qemu do not need ip input from external OpenBMC compatibility updates: meta-phosphor: Brad Bishop (1): phosphor: rebase i2c-tools patches Change-Id: Idc626fc076580aeebde1420bcad01e069b559504 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-net-ipmid: srcrev bump 6f353e868d..7f268e4daaAndrew Geissler2019-02-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): netipmid: consolidate message-related things in message.hpp (From meta-phosphor rev: c5f6c148b60dc36158a9350a4ee1f851c4ef915b) Change-Id: I4f97581ffab65c2d6b4782f92705b8fc466c6bf1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump dc82ab15f2..86c87f55deAndrew Geissler2019-02-061-1/+1
| | | | | | | | | | | Patrick Venture (1): manager: add hard-coded read checks (From meta-phosphor rev: cc1eaab79256b9a65a8099b999cf32faa119391c) Change-Id: I292db1aa02d260f867480e906d30856d01e9e8b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump bea722b6f1..85ba457daeAndrew Geissler2019-02-061-1/+1
| | | | | | | | | | | James Feist (1): Back out multiply by 100 for pid-control (From meta-phosphor rev: f1a7311913696273217ddbc18cbaf2c14b93c28b) Change-Id: Id0b6db696d00bf38ac01778e815f9955da40ec50 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 35621ebeb9..572c43dab6Andrew Geissler2019-02-061-1/+1
| | | | | | | | | | | | | James Feist (3): [dbus-configuration] Back out divide by 100 [dbus-configuration] Add regex support Add Hysteresis to pid controllers (From meta-phosphor rev: 4138ba1e895f4481a0608ebe6f2b8b32af2b7e86) Change-Id: Ic131ceb306a17d752642f1695b9ff561b512e2cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud