summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16phosphor: Move ipmitool fork to a set of patchesEd Tanous3-36/+392
Given that upstream yocto already has a recipe for ipmitool, it doesn't make sense for us to have a hard fork of it, especially when they are solving problems for us, and keep the version up to date. Functionally, this commit does 3 things. 1. Deletes the phosphor specific phosphor-ipmi-tool target 2. Adds the openbmc specific ipmitool patches into phosphor, for ease of updating to new versions in the future. 3. Updates ipmitool to the latest upstream version: 1.8.18 Tested By: Built an image with ipmitool included. Ran through some basic commands: ipmitool mc info ipmitool sensor list and observed no errors, and correct responses over dbus. Ran ipmitool --help and observed ipmitool version 1.8.18 in the output string. (From meta-phosphor rev: fe41c387618414906722b6a60b4c752cb6941d45) Change-Id: If1f0f3dbf8997576b8001e76318bbc231e8f59c0 Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16Ensure host-check runs after ipmidAndrew Geissler1-2/+2
It has been found that multiple apps implement the /xyz/openbmc_project/control/host0 object path. The host-check service requires the one provided by the xyz.openbmc_project.Control.Host service but the mapper command line currently has no way to differentiate this. Specify explicitly the service required Resolves openbmc/phosphor-state-manager#2 (From meta-phosphor rev: 2d02ee8049f9c6b893435df52817c6ba5dfe8577) Change-Id: Iffb09e3125cf6614cb887d693a9b7812374f4e69 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-pid-control: srcrev bump e54c7fffbb..80b5d9a8a5Andrew Geissler1-1/+1
James Feist (2): Make James Feist a Maintainer Remove singleton from dbuswriter (From meta-phosphor rev: 436fe68bf8fedace42f1455f3bd51bcc4b42a574) Change-Id: If46e8797ade44552031b9d0dfd6c9ed2c7cf6424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-ipmi-flash: srcrev bump ccf235a8b7..182b76491fAndrew Geissler1-1/+1
Patrick Venture (7): bugfix: build: fix MAPPED_ADDRESS configuration variable internal: add read() method tools: bt: add syscall interface bugfix: tools: blob_handler: properly handle smallest reply tools: implement blob write tools: blob_handler: delete return statement tools: main: drop unused header (From meta-phosphor rev: e7b838f06cd4c8c3b3bf60298ece227eccc6bf36) Change-Id: I4580f894f44820f570e3fe9b8c989b5620ff6830 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-ipmi-flash: srcrev bump 301e525886..ccf235a8b7Andrew Geissler1-1/+1
Patrick Venture (1): build: simplify error message (From meta-phosphor rev: 588ea11236260f3b48a5ce7f219a477152f39099) Change-Id: I16250d62c61cd635c18a92bcbdac0629986cc80c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16bmcweb: srcrev bump 5f2caaef9f..127ea5461bAndrew Geissler1-1/+1
Matt Spinler (1): REST: Add missing return statement (From meta-phosphor rev: 4b6cf12271b38ca0e3c5071a4f167b633e681e9b) Change-Id: I70191d26d0a282015672d3a60f20bb270b5cdaf0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-dbus-interfaces: srcrev bump cb1d059ceb..d8b93b5773Andrew Geissler1-1/+1
Yong Li (1): Add the time use related fields defined in IPMI spec (From meta-phosphor rev: e4eac8cacb7341ad6d82091df61b911fc8781676) Change-Id: I0de464ae37b69bb6bdb9617e166bb27858a99ef7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add button signals and handler packagesMatt Spinler1-3/+15
The phosphor-buttons repo contains 2 apps - the button signal sender, and the button signal handler, each with their own service files. Make those into packages, so if someone wants to make their own button handler for example, they can just not include the obmc-phosphor-buttons-handler package in their image. Tested: Built into a witherspoon image and installed on a system and saw everything running and working. (From meta-phosphor rev: f69dd65883d8e9a1cf47e9ffcdd99efd75f6b630) Change-Id: I9b81692ab57bbea0ad32751c036d46a33fe35c03 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15systemd-journald: Don't store debug messagesAdriana Kobylak2-1/+10
Change the default log level from "debug" to "info" for the messages that are stored on disk and forwarded to syslog, so that debug messages don't fill up the journal and more important ones are lost when the journal file rotates. Tested: Verified that debug messages such as the ipmi "IPMI SET_SENSOR" ones are not printed anymore. (From meta-phosphor rev: 3692b801b4f273905b87b6de2e61ba3839dae4f0) Change-Id: I84a88511ed2ff90d0b3c2a77ae968cddcff6899f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-sel-logger: Add recipe for the SEL LoggerJason M. Bills1-0/+25
This recipe builds the SEL Logger from the phosphor-sel-logger repository. (From meta-phosphor rev: b2911ecc40d74045303c205286195acf2539c9ab) Change-Id: I39fbe4ada216f6bde57e34a367768d7006b74d2f Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-webui: srcrev bump 7008698438..9feb9ce280Andrew Geissler1-1/+1
Gunnar Mills (3): Removed unused changePassword() Address webpack-dev-server security vulnerability Run "npm update" (From meta-phosphor rev: 199d3435b7f5e56a8b95c494141905fd6f41d335) Change-Id: I90ac54eed1c2ac5af47e2b80f0941eb8a92f403c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-hostlogger: srcrev bump 4d5a5dcd6f..8376dc0127Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-hostlogger: connect with the correct sockaddr size (From meta-phosphor rev: c709967c38fe4277627444b597889d4fe3a774bb) Change-Id: I89e4fddef455ef8101494f33e37f4e4deed598f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-hwmon: srcrev bump 99b9581555..9a7ef7c639Andrew Geissler1-1/+1
Patrick Venture (1): build: cleanup configure script PKG_CHECK_MODULES (From meta-phosphor rev: 02338ac64b300c223bc379a141851d448b477b53) Change-Id: Ie2b7c90bbf6fa89331d9d5fcd81f258c6e25b252 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15bmcweb: srcrev bump 4ae611d9de..5f2caaef9fAndrew Geissler1-1/+1
James Feist (3): Redfish Schema: Add Stepwise to Oem Schema redfish: oem: add stepwise configuration GET redfish: oem: add stepwise configuration SET (From meta-phosphor rev: 49f25b18c732f386834344f0123cd2b957472c75) Change-Id: Ic6ee08033fb0700e62ee4f74de8533ea22f693df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-logging: srcrev bump e165ea956c..40a7406097Andrew Geissler1-1/+1
Deepak Kodihalli (1): Fix regression with e165ea9 (From meta-phosphor rev: 19f4115a6a5e9b5ce13e6ae0fc5892a40397b12c) Change-Id: I9095624113c537739085c6fbf3e8c8c3e66448f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-rest-server: srcrev bump dbc46919bd..44573ab21aAndrew Geissler1-1/+1
Adriana Kobylak (1): rest_dbus: get_host_interface: Iterate through busnames (From meta-phosphor rev: f78da2efe74e086968a95af287f7f96c2c840501) Change-Id: I7ec7457c1e74c51edd989ccc67abdc856ad540b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-14phosphor-ipmi-blobs: srcrev bump 2f58151ea0..d1c3e86f23Andrew Geissler1-1/+1
Patrick Venture (1): bugfix: process: can be only crc (From meta-phosphor rev: 87fd84b0470ac246a0c7ad02ac8e65b51527b127) Change-Id: Id459d394434d370f80511b2d059248b144ca2867 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-14dbus-sensors: srcrev bump 9e34470fa8..6ef20407abAndrew Geissler1-1/+1
James Feist (1): Add Ipmb Sensor (From meta-phosphor rev: 259929e0f4107519597cdeab73cdaaf1b331bfe6) Change-Id: I770d54fbbfea8649da42a20b00855719d9c841fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-13phosphor-objmgr: srcrev bump 8ce2ddd93c..a82779fb66Andrew Geissler1-1/+1
Matt Spinler (2): mapper: Add missing parent paths in ifaces-added mapper: Delete unecessary parent paths on removes (From meta-phosphor rev: faf1eb045146386a5157f0fcd9a7263154cffccf) Change-Id: If31d1bdb410663a347e4008cd5a817c78d7de9ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-13bmcweb: srcrev bump c0eb9bd95a..4ae611d9deAndrew Geissler1-1/+1
Ed Tanous (1): bmcweb: Remove deprecatd ASIO interfaces Matt Spinler (1): REST: Add missing return statement to dbusArgSplit (From meta-phosphor rev: 56e7720c8adfeb81816d9be0de0f6b702822fa5a) Change-Id: I4b2525ec3d81823a207970ac478e9085aaeb6b87 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-12rsyslogd: don't start without actionsDeepak Kodihalli1-1/+1
Rsyslog is currently used only for remote logging. The daemon would run though (started by systemd) even when remote logging has not been configured. In other words, it would run without any actions. With Yocto 2.6, rsyslogd won't run without any actions. Hence, start rsyslogd on demand - only when remote logging is configured. (From meta-phosphor rev: 37bc1a3568f2e87987be05243627a984dc051de1) Change-Id: Ic895ea80b2fb2537a25d1d40d4ae156f3d95c629 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-11phosphor-host-ipmid: srcrev bump 48e555857f..583171207cAndrew Geissler1-1/+1
Vernon Mauery (3): ipmid: use a common set of CXX flags across ipmid and provider libraries ipmid: replace std::experimental::optional with std::optional ipmid: channel: add max transfer size property (From meta-phosphor rev: f6a2d2e7a6333dd174e0876d128ee12dca55421f) Change-Id: Idc6388130f8da08bb68f438af63f16f656322380 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-11phosphor-dbus-interfaces: srcrev bump 99b5aaa499..cb1d059cebAndrew Geissler1-1/+1
Lei YU (1): Fix invalid enum value in User/Ldap/Config.interface.yaml (From meta-phosphor rev: 0a90182c99c738105df6f6c12467ccdfd2d720ec) Change-Id: I7f422e9287566500ceb83f0582aedebc3460a100 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-flash: srcrev bump ecfd300bf8..301e525886Andrew Geissler1-1/+1
Patrick Venture (1): test: typo fix: firmware (From meta-phosphor rev: 77562d6c66c5a3570c04ee939ffe1f8769d4fef9) Change-Id: Iae49ad0b52873d39ff7bc09cf74258da7cb4684f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-blobs: srcrev bump 5e70a6b8dd..2f58151ea0Andrew Geissler1-1/+1
Patrick Venture (1): manager: typo fix available (From meta-phosphor rev: dee224f3e2735847815a29b91a0da5c505f01872) Change-Id: Ica552bc00d5383d0f6346701b2c601913a8743fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10kcsbridge: srcrev bump 37db8198e9..9e382a12c7Andrew Geissler1-1/+1
Jia, Chunhui (1): fix incorrect dbus interface name (From meta-phosphor rev: 2361b0ffee72ddfffae22941688bf4e8de53bb8b) Change-Id: I396f2298421d9426510ff05fff3febe5e3de0ce8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10bmcweb: srcrev bump bb3d994666..c0eb9bd95aAndrew Geissler1-1/+1
Andrew Geissler (1): Fix host state checking logic Cheng C Yang (1): Fix disconnection problem for HTML5 SOL James Feist (2): Move filesystem from experimental namespace filesystem.hpp fix bad sed Matt Spinler (1): REST: Use status 400 for method arg problems Vernon Mauery (1): bmcweb: remove boost::asio::local::stream_protocol::endpoint hack (From meta-phosphor rev: b9c2ef0539adc463a4af080bdea0e742ffbd082e) Change-Id: I4eaae86b5dcdefb9093ae126859af689e8c35b31 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10dbus-sensors: srcrev bump cf3bce6e22..9e34470fa8Andrew Geissler1-1/+1
James Feist (1): Fix bad sed (From meta-phosphor rev: cc82be12990af459f336dd7ba204b83e7a2be450) Change-Id: I6cc4ad864504e9b068cd9e1b98923a04f1a1bda6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10recipes-phosphor: fix an issue where ipmid could not be startedPKLee-Quanta1-1/+0
The org.openbmc.HostIpmi.service is necessary for phosphor-ipmi-host.service, but phosphor-ipmi-host.service is started before org.openbmc.HostIpmi.service in KCS, causing impid failed to start. (From meta-phosphor rev: d1f33e3b37350862779a38f380809cc8e576763d) Change-Id: I04a1ec8e5d0dd1a16a868b3caed55cd9fde96269 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-hostlogger: add missed dependencyAlexander Filippov1-2/+5
With yocto 2.6 we have failed during `do_configure` stage. This commit adds `autoconf-archive-native` to `DEPENDS` and fixes that problem. (From meta-phosphor rev: 74dc8707bbfccd2f0d65e5662de6581ca4fa7dd4) Change-Id: Ia99abc1ae3e0ba9f2c7e437e3d319fef1046df14 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-flash: srcrev bump 9a5ce56154..ecfd300bf8Andrew Geissler1-1/+1
Patrick Venture (2): tools: ipmi handler must open ipmi device tools: implement method to send ipmi packet to BMC (From meta-phosphor rev: 424c3b42b74f9075bcbec73a39d68a007a727704) Change-Id: I6d46676a308ff47ac3738cd6df1b4e3010d1dd3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10entity-manager: srcrev bump d79675594a..554fd8ddc8Andrew Geissler1-1/+1
Yong Li (1): Fix bitbake error "include nested too deeply" (From meta-phosphor rev: 48e18fc5ee3a89e612df38f7d99c1dd2f44baa93) Change-Id: Icfd4926c8d3513babdbd8be730a4219566abc519 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-rest-server: srcrev bump 0f7019df1e..dbc46919bdAndrew Geissler1-1/+1
Vernon Mauery (1): phosphor-rest-server: connect with the correct sockaddr size (From meta-phosphor rev: 82c49b1d38ec334e2976ea3da5a7043f478d5616) Change-Id: I3860008d35cbb021a29841ea2fdc6ec44d3c9105 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10dbus-sensors: srcrev bump 71d31b2ec3..cf3bce6e22Andrew Geissler1-1/+1
James Feist (1): Move filesystem out of experimental namespace (From meta-phosphor rev: b302088c96ae8f16da0dc3680f6c2eb647999050) Change-Id: I4f1f81a7a5e18ec54cf82a5473c119e9d33acd23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-hwmon: srcrev bump d0f5097c61..99b9581555Andrew Geissler1-1/+1
Patrick Venture (5): test: add environment mock impl test: add tests for creating sensor objects test: add gpiohandle mock impl sensor: add underscore prefix to members sensor: add gpio handle test variation (From meta-phosphor rev: ab458385d907fed7f8b8af840cd35713863215e1) Change-Id: I214136425ae8bc3654ef4d42aab6cb56ec80d4e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-net-ipmid: srcrev bump d91fd9d285..744b3c8b84Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-net-ipmid: connect with the correct sockaddr size (From meta-phosphor rev: 038f8da3f0c38bea086464209cf56fa56f41958e) Change-Id: Ibb68c9a1eba73a8435b06d2a0347137925356bde Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09entity-manager: srcrev bump c609082941..d79675594aAndrew Geissler1-1/+1
Ed Tanous (2): Fix entity-manager issues against GCC8 Disable -Werror (From meta-phosphor rev: b2d087daa3a387ccd159512525cf62232e18b186) Change-Id: If69b1b435d00e1516085afe23148a8e224d812ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08phosphor-inventory-manager: srcrev bump 25d54b5102..6b22dbb2a1Andrew Geissler1-1/+1
Brad Bishop (12): test: Add test-driver, minor refactoring types: minor build improvements types: Add build testcase utils: Add missing headers utils: Add unit tests build: Don't build tests unless asked serialize: add concept API serialize: Add build testcase manager: refactor interface templates manager: switch to refactored internal APIs manager: Add build testcase build: Don't build tests unless asked (From meta-phosphor rev: 49ed192656a4c9965a665cdc670f0ac2231ca224) Change-Id: I24f7db00958d8f78e468cc11f677c33e4b980abe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08kcsbridge: srcrev bump 33aea0d47f..37db8198e9Andrew Geissler1-1/+1
Jia, Chunhui (1): [kcs]compatible with other components (From meta-phosphor rev: 6268feebb29c711a8c530b1a34dbbb988c6e6671) Change-Id: Iae7c05ba1324194413a2e0349f06bfd8c1ece189 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08entity-manager: srcrev bump 0158eb38b6..c609082941Andrew Geissler1-1/+1
James Feist (7): Add fan redundancy configurations R2000 Chassis: Change MaxReading for fans configurations: autojson file WFT Baseboard: Make some voltage sensors power on only Remove condition from service files schema: fix stepwise schema Allow hex string lists (From meta-phosphor rev: d61b10b60a2a94aaddccc4d7a806935e0e9810a5) Change-Id: I5a77da05d5db306b4d90eb377a51ebe8410da3de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08bmcweb: srcrev bump bc0bd6e003..bb3d994666Andrew Geissler1-1/+1
Ed Tanous (1): Update schema files to 2018.2 Rapkiewicz, Pawel (1): bmcweb: Update schema versions to latest (From meta-phosphor rev: 0c15a4dbc9da33101f6ec5ddd851a094ce2a99ca) Change-Id: I81a1b4a6415468c6395cbf9e62c9e99cf5cf02d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08obmc-console: srcrev bump 1864435759..fcf8541b87Andrew Geissler1-1/+1
Vernon Mauery (1): obmc-console-server: bind/connect with the correct sockaddr size (From meta-phosphor rev: c94931e411e10bce87b8665eb9aefe98628b6284) Change-Id: I52789645cc8e4b62b39f5cc1d9e3b995f01c0ec9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08dbus-sensors: srcrev bump 40a721466c..71d31b2ec3Andrew Geissler1-1/+1
James Feist (1): Clean up power state handling and fix voltage events (From meta-phosphor rev: 09dac1ed51d014cc92a3ab5780f17fa670d00548) Change-Id: I002f7a4629fbf36defd42ce375dad8ae4a5413bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08phosphor-ipmi-flash: srcrev bump fa9d0c9f43..9a5ce56154Andrew Geissler1-1/+1
Patrick Venture (6): tools: blob: add exceptions internal: add poll() method tools: put all host-side code into host_tool namespace tools: add internal sys interface to ipmi s/size_t/std::size_t/g - for compatibility with other builds tools: implement blob close (From meta-phosphor rev: 67e6de21a809c39fad940cded0f7b8abdb9a493d) Change-Id: I1e6a2c288bb5ab02317f7b19448dd10d4f5c1e5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08mboxbridge: srcrev bump 4c15bb1768..9ed627ca50Andrew Geissler1-1/+1
Andrew Jeffery (4): vpnor: Add write-to-writable-ToC test vpnor: test: Add force_readonly_toc vpnor: Enforce a read-only FFS ToC regardless of flags transport: dbus: Remove ProtocolReset and WindowReset signals (From meta-phosphor rev: 3e16dfc8f960b2054c4b1c8047f02bdb1460f37b) Change-Id: I70eda247a6fd9de2fb772c7457ef4eccd49e46df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-07phosphor-webui: srcrev bump cf7219ce64..7008698438Andrew Geissler1-1/+1
Gunnar Mills (1): Fix RequestedBMCTransition capitalization (From meta-phosphor rev: a9f783802b7d1e65e11aef156c40802488d07e91) Change-Id: I3817eb766eb0c180df86717149dd51e51d98c1d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-07phosphor-objmgr: srcrev bump 47c09755e5..8ce2ddd93cAndrew Geissler1-1/+1
Matt Spinler (1): mapper: Don't stop after first GetAncestors result (From meta-phosphor rev: 105220c82ed7c7a5483678632dc72b7436546c53) Change-Id: I349fb39cefbf1934fe69f7abb195c0d264b8ecb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-07phosphor-ipmi-flash: srcrev bump 225ee31d6e..fa9d0c9f43Andrew Geissler1-1/+1
Patrick Venture (7): test: flip from negative test to positive build: cleanup configure script PKG_CHECK_MODULES bugfix: tools: copy string out, expected nul-termination bugfix: tools: fixup the region copied tools: main: cleanup usage output build: include download of ipmi linux header internal: remove extra namespaces (From meta-phosphor rev: c2b3d091066609c866fc3abe23cfd5165fd64bcb) Change-Id: I93785279ebdce924b508e2b0c3422a3b14e3a6f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-05phosphor-ipmi-host: Provide new libusercmds.soWilliam A. Kennington III1-0/+2
The user commands have been split off from the libipmi20 provider. We now need to include the libusercmds provider to utilize those commands. (From meta-phosphor rev: c426a989dfac7998f463c275ed89694f51038c30) Change-Id: Ie738d3e636e6e296957ff0b8c9a59f8c81cbb85a Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-05bmcweb: srcrev bump ad18f070ef..bc0bd6e003Andrew Geissler1-1/+1
Ed Tanous (1): Use the unpacking mechanisms for hostname (From meta-phosphor rev: 410fb06b273db5e1d7a51ae60fc224493bffbd3f) Change-Id: I4d6b353bec708d90907d9266da43b4088d458f55 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>