summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17phosphor-pid-control: srcrev bump 98b704e179..2192a6daefAndrew Geissler1-1/+1
Patrick Venture (2): README: formatting cleanup README: cleanup and split out oem-ipmi details (From meta-phosphor rev: 2c62efc94a4c1cb42f8ca7739d9769e6655b6c65) Change-Id: I87dfde2ac883be9126a7b211e8b7e80cba6fa0b0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-host-ipmid: srcrev bump c419680b29..2a5d8d1ffeAndrew Geissler1-1/+1
Brad Bishop (1): autotools: fix broken out of tree builds (From meta-phosphor rev: 9a7abf5bfb98dd48aed5c8717152963581bded0f) Change-Id: I0e974d58840e1fab461f176325bac05ac6db0325 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-ipmi-flash: srcrev bump f81199536d..7a5dcd8c21Andrew Geissler1-1/+1
Patrick Venture (2): tools: update status debug message bugfix: build: treat strings as variables (From meta-phosphor rev: 2483dc656c1a8b68734ee0f1926620037987283d) Change-Id: If112472bd2a34d9fd61785efb988933c50b3b4a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14bmcweb: srcrev bump 7e27d83281..286b9118a3Andrew Geissler1-1/+1
Johnathan Mantey (1): Redfish: Remove "state" response content from PATCH commands (From meta-phosphor rev: 1475f5cd1860a0c1d3521fe0637c7f992f23f084) Change-Id: Ibbcaa6e55a94301df82bcd551ebf1c29c88ed959 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-networkd: srcrev bump 0283b39bd3..7bcaccfdaeAndrew Geissler1-1/+1
William A. Kennington III (1): makefile: Get rid of unneeded include prepends (From meta-phosphor rev: 0d52b0cf5a8721996c3aebe832dd08ed167a8ec5) Change-Id: If91d0c84b26ce821b0cef891b89f1808704e4309 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14meta-phosphor: ipmid: enable EXTRA_OECONF overrideBrad Bishop1-1/+3
Set the whitelist with the post-parse append operator, so ipmid bbappends can set EXTRA_OECONF directly. A simple example illustrates how this helps: foo.bb: BAR = "def" FOO = "abc ${BAR} foo.bbappend: FOO = "zyx" FOO would be "zyx" But if one has: foo.bb: BAR = "def" FOO = "abc" FOO_append = " ${BAR}" foo.bbappend: FOO = "zyx" FOO would be "zyx def" This is because bitbake parses recipes and bbappends in multiple passes - the second pass is when things like the _append operator and inline python are evaluated. for more reading: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#override-style-operation-advantages (From meta-phosphor rev: bb60cffd406a8a413be0ce70b65d9b3447c95bbf) Change-Id: I2c9a4eaf65c815ebdf18ff158de75448837872b4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14bmcweb: srcrev bump d22c8396f0..7e27d83281Andrew Geissler1-1/+1
Johnathan Mantey (2): Redfish: Correctly identify IPv4 LinkLocal vs. LinkGlobal Redfish: Remove the IPv4 AddressOrigin read-only element Marri Devender Rao (1): Redfish: Add certificate service to manage HTTPS certificates Zbigniew Kurzynski (1): Updating Roles to version 1.2.1 to be in compliance with PSMEv2.4 specification. (From meta-phosphor rev: d11ffe527ee5bc2e54557a6086be3ac1d9921c2c) Change-Id: Ibac126066b45791aa9cd47886de57c0ab167ee64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-phosphor: ipmid: remove POWER_READING_SENSORBrad Bishop1-1/+0
/usr/share/ipmi-providers/power_reading.json is the ipmid default anyway, so there isn't any point in setting it explicitly. (From meta-phosphor rev: 0f6fbb63bb52af49d0075838417c4184e065aae8) Change-Id: I7d3696255e71c7c2ee2b2f33efb77dda6b0b5a87 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-phosphor: ipmi: fru: remove unused dependencyBrad Bishop1-8/+0
Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru. It isn't used. Remove the todo that refers to the dependency. The TODO suggests some refactoring but it probably doesn't make sense to push the hostfw abstraction all the way out to the IPMI FRU parser - this is already being accomplished elsewhere with simpler schemes than the one suggested. (From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c) Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13include bmcweb-cert-config the same as bmcwebEd Tanous2-3/+1
bmcweb Redfish certificate service in this review: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/18545 Will require phosphor-bmcweb-cert-config to function correctly. Move the location that this is included to ensure that they are included together. Tested: built image with aformentioned patch. observed that GET /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 no longer throws 500 errors on image types that are not exactly obmc-phosphor-image targets. (From meta-phosphor rev: 80c1e1a4a052f23e05d87d9dce0aa57d9627005e) Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I98cd1b07fb6b3050ac3c95609fbbcdc71943a7bd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13phosphor-debug-collector: srcrev bump fa180596fe..5ba7176ca2Andrew Geissler1-1/+1
Marri Devender Rao (1): Fix dreport os-release script point to a symbolic link (From meta-phosphor rev: 9e088796df3d7063c7e891c691c0a52cf684d6bb) Change-Id: I3724598a40bf84a873b13f2313f679f5d81b2658 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13phosphor-host-ipmid: srcrev bump 02650d5302..c419680b29Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): user_mgmt: Fix error message with file name (From meta-phosphor rev: c2e9ac97928e8a97646bb1d3fca9441afc6cac46) Change-Id: I06b4c259319454bc9e5a827c32632541977fa5ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13bmcweb: srcrev bump 6ca6ac12e6..d22c8396f0Andrew Geissler1-1/+1
Jason M. Bills (1): Update supported ResetTypes and actions (From meta-phosphor rev: ab434039d188f9ac5a21f0fa96dbdbd7ed36666c) Change-Id: I948b4fb6beddcd493491490e76b2292743c90ad8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 86dea2b5fe..15266a96d7Andrew Geissler1-1/+1
Cheng C Yang (1): Correct association of PSU PWM Sensor (From meta-phosphor rev: 4fcfd1a32290cad390561e2659a877e8d58785b2) Change-Id: I95e4811c01ae682829cf4a9e8c415c816c08dfa6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11phosphor-ipmi-host: Remove HostIpmi requirementWilliam A. Kennington III1-1/+0
We have systems that have no host present, but require the use of the network ipmi functionality. This requirement doesn't work for these systems since they don't have a host transfer mechanism. This doesn't change the ordering requirements of the services. (From meta-phosphor rev: 484aa1574f390c9a32ba3a31fb5518d94058d7d9) Change-Id: I455b7dad4aecda64b0bc05c0349b011e0e8885d3 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11meta-phosphor: nuvoton-layer: generate full flash image.Oshri Alkoby (NTIL)1-0/+70
Nuvoton's full flash image includes also a bootloader called Bootblock, and headers for it and for the u-boot. Generating headers and merging the Bootblock and the u-boot are being done by Nuvoton's binary generator tool (Bingo), which uses external paramteres from XML files for that. (From meta-phosphor rev: 13cc41f61207bcf06a9daab552c66b05120aa379) Signed-off-by: Oshri Alkoby (NTIL) <oshri.alkoby@nuvoton.com> Change-Id: Ic95719e83d5a4c998b20d3ece70893ea34106a06 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11entity-manager: srcrev bump 3e5e41fb89..15c49902cfAndrew Geissler1-1/+1
James Feist (3): Update Variant Visitors Enhance device added / removed log message Add thresholds for Exit Air Temp Sensor (From meta-phosphor rev: b5b6c63135a09ac2927014a217cac01ea95fcd07) Change-Id: Ifea6a825cb8f0733c2c51d7f4c9cb5fc7b20676b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11bmcweb: srcrev bump 4d2849acfe..6ca6ac12e6Andrew Geissler1-1/+1
Johnathan Mantey (1): Redfish: Correct PATCH for IPv6 static addresses (From meta-phosphor rev: 4e9ecc031e0af0fbf57a322c3d5694248a032c90) Change-Id: Idca7a798b5e654cb905090e6d17d7403e2205029 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11phosphor-certificate-manager: srcrev bump f46827128c..dec5877c7eAndrew Geissler1-1/+1
Marri Devender Rao (1): Fix subject property value is set with certificate string (From meta-phosphor rev: a37d0de134fb4dcf01568fdcdb68ef035936d771) Change-Id: I4e77f1525ed738464c2a2139fb897474113ed7a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 9f16b4bea8..86dea2b5feAndrew Geissler1-1/+1
Vijay Khemka (1): cpusensor: Add thresold offset (From meta-phosphor rev: ecca2828f5b7e415d36f93afb829fe1c31450c03) Change-Id: I314dbdcf89f3fd9fb1a7b3aa9e634ac3ece1f6a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11entity-manager: srcrev bump 99fa42789a..3e5e41fb89Andrew Geissler1-1/+1
Vijay Khemka (3): ADC Scale factor update for FBTP Add stepwise FSC configurations for FBTP Add DTS critical offset (From meta-phosphor rev: db2ff3cae90948b53fc49ca972af661e642bffb8) Change-Id: Ifb0b37c65a711fe9d844ab46668088c4f7e49bf7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 58b2b53e6f..9f16b4bea8Andrew Geissler1-1/+1
James Feist (4): cpusensor: detect if cpu is available adcsensor: Add CPU presence checking Follow up on Todo, move path out of base sensor Add Hysteresis support (From meta-phosphor rev: 04564d9a8e751c5dbf077dfa66b99461b04e0b34) Change-Id: Iede48bfc8984fa39d669f885ff58395e922c0171 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11gpio-presence: Add extra-iface param to service execAnthony Wilson1-1/+1
With the addition of a new parameter in the phosphor-gpio-presence app, this addition to the service exec file ensures any additional interfaces specified in the appropriate config files are passed to said app. phosphor-gpio-presence: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: da2632a84ad78b4b0ff97bd3648a4a165cccbcd7) Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10dbussensors: add libgpiod dependsJames Feist1-1/+1
Upcoming changes are moving away from sysfs to gpio character device. This is needed to use the character device. Tested: review 22115 builds (From meta-phosphor rev: 4a5ee87f5b6f99e4fb88119f276d969faf20ccdb) Change-Id: I23ad69a84712d97c1d6c2e51b68ccac1b0d3747f Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10libgpiod: Enable CXX HeadersJames Feist2-1/+2
Add CXX to packageconfig and change the devtools to RDEPEND on libgpiod-tools instead as they are the actual tools. Without changing it to the tools when we enable cxx the tools do not by default get installed by Yocto. Tested: gpioinfo still functioned properly on BMC, and was able to bitbake package using CXX headers for dbus-sensors. (From meta-phosphor rev: 76d4c46294c83ea0240a319b4e74c06b57dc51c1) Change-Id: I5143130bbfbe97f8af4818231d502f36f88fe4ae Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-gpio-monitor: srcrev bump 64c8fcb651..206f004098Andrew Geissler1-1/+1
Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: e5037692dcee84bcc2c52cbcd5d0df281b19887a) Change-Id: I8ffcbdbf04509729901dd4283cee8dc98a53cabf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-host-ipmid: srcrev bump ea1c401c4b..02650d5302Andrew Geissler1-1/+1
Ayushi Smriti (1): User-mgmt: Add IPMI user pam authenticate check API (From meta-phosphor rev: b51a354c9227201cd31cb53cfb8de1c98eec0a56) Change-Id: I3363abd1fc4f8e62b5fa1f7849b1f52a328e128a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10bmcweb: srcrev bump 32bee76c18..4d2849acfeAndrew Geissler1-1/+1
Jayanth Othayoth (1): Fix for Certificate Signature validation failure (From meta-phosphor rev: 088135f1019fb34e97bcd973a4db57c1b8180b0c) Change-Id: I138856628277d50f468dd84985a8d0118e794885 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-user-manager: srcrev bump 59dba4435d..75b5a6fc4cAndrew Geissler1-1/+1
manojkiraneda (2): phosphor-ldap-conf: handle "InterfaceAdded" signal on the ca-cert object Change the nslcd configuration based on CertificateString Property (From meta-phosphor rev: 596611235eec0ad0de48ed42a8f37d53badffbcd) Change-Id: I7f257405f305a2f32f604b9216fdb1bc5da3ea25 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-hwmon: srcrev bump 5c014d2bb7..d0ce7925d7Andrew Geissler1-1/+1
Matthew Barth (1): Emit signal and remove sensors from dbus (From meta-phosphor rev: 0736b07dc9d34537ad0de6f397778df74a88e7a6) Change-Id: I530d52fda048f6ab63b18d05cc355080b746de88 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10entity-manager: srcrev bump 683ff83b9c..99fa42789aAndrew Geissler1-1/+1
Qiang XU (1): Change GPIO configurations for Multi Node ID (From meta-phosphor rev: 0b2daf0edacd98705ee698fabad1a2d39b09bae5) Change-Id: I156842874886f6389f525848b3e5a4b0bdfa9a6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-ipmi-flash: srcrev bump 14713becef..f81199536dAndrew Geissler1-1/+1
Patrick Venture (3): test: firmware notYetStarted: open(tarball) README: typo fix s/differnet/different/ bmc: use c++11 compatible lambda search (From meta-phosphor rev: aec4454b94b21b34c37af67d6eb6ddc7eada10c4) Change-Id: Iab2ce110503068408e77435818775be51acf427e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10bmcweb: srcrev bump 0a86febd7f..32bee76c18Andrew Geissler1-1/+1
Alpana Kumari (1): Support Processors and its collection for ProcessorType Accelerator Ravi Teja (1): Redfish(Network): Add support for IPv6Addresses and IPv6StaticAddresses (From meta-phosphor rev: e355052d9856ac26938dc6c5e41db0207b833942) Change-Id: I85b6d164e0c17abd7d652a18ad4b17da82064100 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10bmcweb: srcrev bump d62cec731d..0a86febd7fAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): bmcweb: Fix sensor name identification method (From meta-phosphor rev: 9dc2c395ff65dde09eb319f35bbc22b8f37dc5be) Change-Id: Ib654d6a81d9f12bbc5158a1ad7cd1568dc8d6a76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-dbus-interfaces: srcrev bump 57b878d048..1f0e2ce6e1Andrew Geissler1-1/+1
Cheng C Yang (1): Add D-Bus interface for Cold Redundancy. (From meta-phosphor rev: a428d5115d68c30d4b767b205ca2717f53a8ac3f) Change-Id: Ib393d70a0394ecba5cbadb81c8819fb78b497149 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-ipmi-flash: srcrev bump d816b23b95..14713becefAndrew Geissler1-1/+1
Patrick Venture (1): tools: open and commit() on updateBlobId (From meta-phosphor rev: 6c47cc4178a156279e03bae4ff812e2722446a93) Change-Id: I22c487ad2f540b770d90783eb5d586d53634d237 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06entity-manager: srcrev bump 0073354294..683ff83b9cAndrew Geissler1-1/+1
Jason M. Bills (1): Remove power control GPIOs from the board configuration (From meta-phosphor rev: c8d47f3fa1a5d0ba526de8d36357eba4d3cc3f72) Change-Id: I738fd884514d2e4f250a30f75de14761bec96729 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06bmcweb: srcrev bump 028f7ebc66..d62cec731dAndrew Geissler1-1/+1
James Feist (1): Add inventory added and removed to registry (From meta-phosphor rev: 11e6c22e16bb1c7b1108bda0862da1481be6b6d7) Change-Id: I18897268f596accd89df1b45199f9d9975631d8a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06phosphor-host-ipmid: srcrev bump a3dd7661d1..ea1c401c4bAndrew Geissler1-1/+1
Vernon Mauery (1): Modify Get Device ID to use Context::bus (From meta-phosphor rev: f027fb48b77a5e8c7aae7a7d334e3bc6db64d500) Change-Id: Ie02c7057d4da5f25173b572e80f94bac5ad1ca97 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06phosphor-ipmi-flash: srcrev bump 1d66fe6ee6..d816b23b95Andrew Geissler1-1/+1
Patrick Venture (6): test: firmware updateCompleted: read(session) test: firmware updateCompleted: getBlobIds() bmc: firmware updateCompleted: close(session) bmc: simplify ::open() bmc: simplify ::close() bmc: drop unused Session::State (From meta-phosphor rev: 3f3fa0af2f7ca14e31f606b66c4eeb1037261751) Change-Id: I4d654736550df157b13c8879907cff96cbc0f618 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06entity-manager: srcrev bump 4c55239523..0073354294Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Change CPU inventory name (From meta-phosphor rev: c8add0f12c5819e46ce9ea5266a973b467dbd656) Change-Id: Ib8b0bc952b37666ae9f74dd87d6d03d4619d7683 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06bmcweb: srcrev bump 57bff08a75..028f7ebc66Andrew Geissler1-1/+1
Eddie James (1): Add basic PowerControl and PowerLimit properties (From meta-phosphor rev: 957c2656677af29cf778a5db7df1e07f491e27ad) Change-Id: I5f55dbc28d126e246cc7a7021f4bdf9b81e3b734 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-06phosphor-pid-control: srcrev bump 375f7098c2..98b704e179Andrew Geissler1-1/+1
James Feist (1): Add Fan Redundancy Support Kun Yi (1): docs: Add a small guide for thermal tuning (From meta-phosphor rev: 5e457ebaec191fff7638cbf7f6ce3defed7497fa) Change-Id: I6edb83b11b184ab0be38ae06baa64f6ad1a74d6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-05phosphor: use standard proxy settings for phosphor-webui recipeJeremy Kerr1-1/+1
The current phosphor-webui compile stage needs to connect to the npm registry. In build environments that use a proxy (specified by the `http_proxy`) setting, this fails. Although the current recipe provides proxy arguments through the HTTP_PROXY environment variable, not many other download tools use this (wget and curl do not). Since the lower-case version needs to be set anyway (for wget), use that instead of requiring both http_proxy and HTTP_PROXY. Tested: phosphor-webui's do_compile target works with only http{,s}_proxy set (From meta-phosphor rev: 0a4689a724565cf04db0844ba56771dc6b9469cc) Fixes: https://github.com/openbmc/meta-phosphor/issues/14 Change-Id: I4091bfec0ce948e23a5648544900fd416c333965 Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-05phosphor-ipmi-flash: srcrev bump 254b4cf554..1d66fe6ee6Andrew Geissler1-1/+1
Patrick Venture (3): s/struct blobs::BlobMeta/blobs::BlobMeta/g test: firmware updateCompleted: commit(session) merge Verification and Update Interfaces (From meta-phosphor rev: 7ef25155d9ffb40842300d105c06942fecbfb5cf) Change-Id: Ib4de2d2e45dca9e8bbe58f76612df5ba758c7912 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-05sdbusplus: srcrev bump 66ef099b5a..c14699f63eAndrew Geissler1-1/+1
James Feist (1): asio: Allow mutable lambdas + small cleanup (From meta-phosphor rev: dc517d8f0de04806775021926e982527e26762eb) Change-Id: I81983da204f4fcc9728d05a1d0e3965ddbd70099 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04ipmi-blob-tool: srcrev bump ef5e09252d..958f1ce952Andrew Geissler1-1/+1
Patrick Venture (1): ipmi: pull the netfn and command into parameters (From meta-phosphor rev: 8b444c60fd2923b7568c1488c674cf71538cf02d) Change-Id: I53bbe05bae4abc680cb0e505b8ddeb0c3234fc49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04phosphor-ipmi-flash: srcrev bump 0079d8985b..254b4cf554Andrew Geissler1-1/+1
Patrick Venture (9): bmc: firmware updateStarted: stat(session) test: firmware updateCompleted: initial empty file README: Add link to ipmi_flash state machine doc bmc: firmware updateCompleted: open(blob) bmc: firmware updateCompleted: stat(session) merge Verification and Update statuses test: firmware updateCompleted: stat(blob) test: firmware updateCompleted: writeMeta(session) test: firmware updateCompleted: write(session) (From meta-phosphor rev: 51efbf8bcc8c284a3cca74d74a9728674478a09f) Change-Id: I1a2f3d924c5a13abf6bb788975486fff89c05aba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04phosphor-host-ipmid: srcrev bump 33298af179..a3dd7661d1Andrew Geissler1-1/+1
Vernon Mauery (1): unpack static assert on unsupported types (From meta-phosphor rev: 99edfb4e6155da1b0f65d507d2b9d63865f1fc0d) Change-Id: If6e7254a4299d2bb50d9292e5106940b83216728 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04phosphor-user-manager: srcrev bump fef578960f..59dba4435dAndrew Geissler1-1/+1
Ratan Gupta (2): phosphor-ldap-conf: handle "InterfaceAdded" signal on the ldap cert object phosphor-ldap-conf: handle "PropertiesChanged" signal on the ldap cert object Ravi Teja (2): User Mgr: Update GetUserInfo to read ldap user privilege UserMgr: Fix ldap config persistance issue (From meta-phosphor rev: c3c16d3bf6674836ed1181863eba62f067061c04) Change-Id: I054d305946afa9e9800002fb6a328bbed43963eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>