summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* entity-manager: srcrev bump 2d681f6fde..161addb8d0Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | Vijay Khemka (1): Update json configuration with correct Fru field (From meta-phosphor rev: e38071950540e0298274636af5aaf900e7237f9c) Change-Id: Ib62f942020df36a42431d613af43234927ecd4df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-state-manager: srcrev bump 436f3b8815..7a0689a91aAndrew Geissler2018-11-201-1/+1
| | | | | | | | | | | William A. Kennington III (1): std::variant: Fix use of incompatible api (From meta-phosphor rev: 3dfe6b3d8a6d0b5b9c99c6ffb27bea05e5afc612) Change-Id: If387655bd529050628ba971e018b85db441ec35d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 976596bcd8..f839dfee32Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | | Ed Tanous (2): Move Redfish PECI to the new json interface bmcweb:Properly implement the / operator in dbus (From meta-phosphor rev: 53be648d2a72bad081794b8a51942f300dfa4769) Change-Id: Iabd55dd6161f144f9e4e67e124b0638ad36d883b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-flash: srcrev bump 09114c1c48..35a82f36b8Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | Patrick Venture (1): build: group variables together (From meta-phosphor rev: 1da26120e281322d7eae58029426e8e89fe0b188) Change-Id: Ide4e677080d670bb89a5dd4403b4535a66b865e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-net-ipmid: srcrev bump 8977d12a4f..d6f3f7d762Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | ssekar (1): Add LAN1 selfchannel suppport for IPMI (From meta-phosphor rev: d8ecbe20cf86baa254175a58e8de96b3632ca293) Change-Id: Ic4158fe10d1a396cca9c89fc06cf27d4d2625ab2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: ipmi-fru: Set LICENSE to GPL-3.0Patrick Venture2018-11-201-1/+1
| | | | | | | | | | Set LICENSE field to GPL-3.0 instead of Apache-2.0. (From meta-phosphor rev: e5aefc8c9154e1ba842f58b7886879644db2ba54) Change-Id: If42a8dcd3ab313d7950f1eb8ae183c00476a1aad Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 18d772634a..b849110d32Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | ssekar (1): Add kcs selfchannel support & define for LAN too (From meta-phosphor rev: 498c8130762d28bbee8f40e3c17c580a4390aab9) Change-Id: If002e1db18536ab68911e8b14e316c2436903521 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-gpio-monitor: srcrev bump dace680fa4..1dc2b79e34Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | William A. Kennington III (1): gpio: Fix missing cassert (From meta-phosphor rev: 553ddf0083ea7e9a06e1197877ffa2ca1caa7398) Change-Id: I443bee0ea1279c5d73c063043e9c0c1c9dcae133 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-flash: srcrev bump 4306f68bf4..09114c1c48Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patrick Venture (57): Enable firmware transport mechanisms firmware: implement canHandleBlob rename: Rename firmware to blobid where appropriate gitignore: Add test-driver test: Add first unit-test to verify factory main: handle error checking with handler creation firmware: add active blob ids firmware: implement stat command test: fixup unit-test naming tests: Add unit-tests for canHandleBlob firmware: start implementing open add image_handler interface for open firmware: add handler for static layout firmware: add write method add data handler interface firmware: move enum into class set up data handler mechanism firmware: invert conditions to reduce depth tests: add unit-tests for opening build: cleanup makefile whitespace firmware: add active to canhandle blob list firmware: start notion of a session s/::bt/::ipmi/g to be more correct firmware: set up hash handler firmware: add a session lookup map firmware: tie implementation of session into write tests: cleanup test code firmware: add read/write configuration methods firmware: add global state for the process firmware: prevent writing or opening during verification style: s/FirmwareUpdateFlags/UpdateFlags/g pci: continued implementation in P2A bridge handler data handler: add open method data handler: add close method pci: add region parameter to constructor static: add temporary filename for staging update session: add per session state information session: start tracking open state firmware: add verification response enum firmware: cleanup - cleaned up some documentation firmware: return failure on attempt to open active files bugfix: active blob id added on open failure firmware: tie in call to data handler's open firmware: enable fileOpen state session: start tracking active path for session firmware: start implementing close method add createHandler method per phosphor-ipmi-blobs change add lpc mapping interface and stubs lpc_handler: drop-in call to mapWindow on writeMeta lpc_handler: add note to copyFrom stub firmware: start implementing deleteBlob static_handler: implement basic version lpc_handler also requires a BMC address for mapping hash handler: implement file hash handler static handler: transition to generic file handler lpc: add missing headers build: add lpc source files (From meta-phosphor rev: d6cb25029962e91ee4cdba9b795a96b4f3ce6e06) Change-Id: I40796a7ae5496c6cdd19b66093ab83f6edb5572e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-monitor: srcrev bump 0b45a3ce6d..efcd653d74Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | William A. Kennington III (1): std::variant: Fixup .get() usage (From meta-phosphor rev: e5819b26e6e6a7de6feb9fe8cef7e741fd7f19a7) Change-Id: I805b2fe264a9563c1a8fa18666bbc356826c0d6e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor: fix IPMB recipeDawid Frycki2018-11-191-1/+1
| | | | | | | | | | Fix a typo in broken SRC_URI link (From meta-phosphor rev: a717c44fbc6680a4ef2c3c06ddc9e47e88d08597) Change-Id: Ic495f84cb969628057216fc4cb1e5414268f2ac7 Signed-off-by: Dawid Frycki <dawid.frycki@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: add new recipe for phosphor-ipmi-flashPatrick Venture2018-11-191-0/+25
| | | | | | | | | | | | Add recipe for phosphor-ipmi-flash. This package provides an implementation of in-band firmware update that leverages the BLOB protocol (phosphor-ipmi-blobs). (From meta-phosphor rev: 2ff2eccafde5cb4d53547eb1481f29ea4a834e18) Change-Id: I2ee7b6ecc18a98f451d053a879f5eca9e4ef5598 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Create network folder under /run and /var/libRichard Marian Thomaiyar2018-11-191-0/+3
| | | | | | | | | | | | In order to manage configuration files easily, creating network folder under /run and /var/lib folder. (From meta-phosphor rev: a836a86463fe47a9d890af147bab1f16e713a6fe) Change-Id: Idb7d964e0a1c6dec8dd792b8a2a6eee458a6947f Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* synclist: Only sync network configuration and uuidAdriana Kobylak2018-11-191-8/+0
| | | | | | | | | | | | | | | | | | There's a scenario where the root password can be disabled, which would be synced as part of the synclist via the password/shadow files, and if a chip switch occurs, the BMC would be locked out because not all the app configuration files are synced to for example enable LDAP. To avoid issues, just sync the network configuration information so that if the BMC is setup with a static IP that the user still has easy access to it, the machine id (uuid) which is used by systemd on startup, and hostname. (From meta-phosphor rev: 803306ebc6565a052a7983a6a41566ec7b6fa2b5) Change-Id: Ic4387851434f23803032b920f391e925034dcbae Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add bitbake recipe for building phosphor-hostloggerArtem Senichev2018-11-191-0/+38
| | | | | | | | (From meta-phosphor rev: 8135af993aadc15de2fdc289c5c9f8fe8ec52932) Change-Id: I5f8dec6493e0fddf46b48850109ae826908d8fc0 Signed-off-by: Artem Senichev <artemsen@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-certificate-manager: Add new nslcd authority certificate serviceMarri Devender Rao2018-11-192-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new service to install CA certificate To start/stop service use commands systemctl start phosphor-certificate-manager@authority.service systemctl status phosphor-certificate-manager@authority.service Tested: 2$ curl -c cjar -b cjar -k -H "Content-Type: application/octet-stream" -X PUT -T cert.pem https://$BMC_IP//xyz/openbmc_project/certs/authority/ldap { "data": null, "message": "200 OK", "status": "ok" } root@witherspoon-w5:/tmp# systemctl stop phosphor-certificate-manager@authority.service root@witherspoon-w5:/tmp# root@witherspoon-w5:/tmp# systemctl start phosphor-certificate-manager@authority.service root@witherspoon-w5:/tmp# (From meta-phosphor rev: 139b373080872a96f7c64dfdc46807ed993daff0) Change-Id: I993f1d7db13212f04022fd562ea058f389b26da9 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add phosphor-ldap-mapper to phosphor-ldap packageTom Joseph2018-11-192-1/+17
| | | | | | | | | | | phosphor-ldap-mapper application enables user to configure privilege mappings for LDAP groups. (From meta-phosphor rev: 70474377eae07d9e561c5cdcf267f18ba14e64de) Change-Id: Iac338a45f6be53727012e6883ef805ca9138231d Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add new LDAP config packageNagaraju Goruganti2018-11-193-3/+24
| | | | | | | | | | | | | | Package app phosphor-ldap-conf. This app implements an API to update the LDAP config file i.e /etc/nslcd.conf. This commit also creates a file:/etc/nslcd.conf.default, which is to be restored as /etc/nslcd.conf when we disable LDAP configuration. (From meta-phosphor rev: 6d7f640d702b5853268bec58e8529516e7884493) Change-Id: I7183652732c2200b5cc0a644ddb179c8784eb0fb Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump ad359eb03b..18d772634aAndrew Geissler2018-11-191-1/+1
| | | | | | | | | | | | | | | | | Richard Marian Thomaiyar (1): Basic IPMI User Management Support Vernon Mauery (1): ipmid: use the default system bus Yong Li (1): Implement IPMI ACPI set/get commands (From meta-phosphor rev: 165493f64443c0eef41df279204905abde9c8fed) Change-Id: I5bc66003367c3c035cbddb82aca795c06354da76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 0ad2604b95..1c43b31276Andrew Geissler2018-11-191-1/+1
| | | | | | | | | | | Ed Tanous (1): phosphor-webui: Allow after login redirects (From meta-phosphor rev: ac89468fcf01004f032394eab9da13be112043bd) Change-Id: Ie63fd84299de668747a5d4f8d7e7fc528e504320 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 771cfa0fb0..976596bcd8Andrew Geissler2018-11-191-1/+1
| | | | | | | | | | | | | | Jason M. Bills (1): Add MessageArgs for Redfish messages from the Base registry Joseph Reynolds (1): Add README configuration section (From meta-phosphor rev: 8786d5feb694b4ea4f214d1099af9c7e6d6f6635) Change-Id: Ic5003e12932eef218083b75a774105ccb779e63f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 6c415c6701..e08863e3d7Andrew Geissler2018-11-191-1/+1
| | | | | | | | | | | Patrick Venture (1): drop explicit command entry (From meta-phosphor rev: 3b0729f83694772d6c75b8f0dee40dc76afb585f) Change-Id: I69668ce4b0a3dbba8281fe2483635ee11ae8427f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-fan-presence: srcrev bump 52fbe0d934..2c8e19883dAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | Matthew Barth (1): control: Add interface when not in service cache William A. Kennington III (1): control/zone: Fix missing cassert include (From meta-phosphor rev: 774f1b9bd857d36b68ec621002ce25eba28e0478) Change-Id: Ic1f94f9736bac98a409bef3a761a8f0d24bf4c40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-net-ipmid: srcrev bump a65e30df5d..8977d12a4fAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | | | Vernon Mauery (7): netipmid: Add -flto to CXXFLAGS netipmid: Remove local timer class netipmid: add more files to .gitignore netipmid: use the default system bus netipmid: Remove unused argc/argv from main netipmid: make session a header-only situation netipmid: use libcrypto prng instead of insecure std::rand (From meta-phosphor rev: 7d121ee57ebbfe9cbee53830832ac52ccd4d1c88) Change-Id: I36ca467771c78e75f5594507785e0415dd90ba64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump d534f7433d..2d681f6fdeAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | Vijay Khemka (2): Add custom field to Fru area Add 16 bit addressing EEPROM handling (From meta-phosphor rev: 6e31a6edf15617bb976417f72a6b3287b326252f) Change-Id: I0cc8270d1b059e256974ad5823846e234ae61f72 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-debug-collector: srcrev bump 6916cec8e1..e57ee7623bAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | Artem Senichev (1): Add phosphor-hostlogger plugin to dreport (From meta-phosphor rev: 15e25988ccac74d987db9da136b587f424506e1d) Change-Id: I2a44f068d43ccaa569c7f518ba920bbc50e1abdd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-ethstats: srcrev bump ee22bfb566..ddee9d0301Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | Patrick Venture (2): Use more specific ipmi error codes drop explicit command entry (From meta-phosphor rev: b8c6238b3febce9576603b5d712b79805eadef41) Change-Id: I81c4417b44316602b8afded8fc1aaa3b0dd64dd0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-certificate-manager: srcrev bump a1c5595675..feddcf2017Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | Jayanth Othayoth (2): Add support to upload CA certificate Replace std::bind with lambda expressions (From meta-phosphor rev: d59e4d1ec157a555fc3f9b1b5ece5c9219015173) Change-Id: Iec6f65df12e1ecd129bbda069f248971b8c9ed14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump 5935b1e351..af1aa756a1Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | Brad Bishop (1): maintainers: Update committers (From meta-phosphor rev: 5eb4ba06cbabd79d831c8aaf317f1b7e046305a5) Change-Id: Idfdda40e7bca99573b60dcc6edcba6a7020162f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 45e428a2b2..6c415c6701Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | Patrick Venture (5): process: add IPMI error return mechanism and update errors bugfix: skip 0'd crc bytes on reply computation bugfix: flip library search logic bugfix: add -export-dynamic to Makefile linker flags bugfix: load handlers and use factory symbol (From meta-phosphor rev: c37df143fe977610b7e6ff0ed4aecb95041960aa) Change-Id: I664159ee560b73ae36a4235d190f59b342185e5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump bc5cc7f75c..0ad2604b95Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | | | Alexander Filippov (1): log-filter: remove tip for date format Gunnar Mills (1): Move to Bootstrap 4 Iftekharul Islam (1): Present number of sensors available (From meta-phosphor rev: 5d5b5b9be873351697b6b18243802d32a6af5c84) Change-Id: I54708697e77d55a25d7afa095ff59998b27a0890 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 162be7b8b8..771cfa0fb0Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | | Jason M. Bills (6): Simplify Redfish error message property interface Use target_compile_definitions() for build flags Add helper functions to get data from the journal Add the Redfish message registries Change the BMC LogService to only display from the message registry Add automatic range-checking and type-casting for readJson (From meta-phosphor rev: 6cd4a39d8f451f46a881ac06bd2ecf1767c6b6c2) Change-Id: I28d29a9fb6053fb641da63585d3c43ea52f9f670 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump ba3c8c1c15..fcdd85a4b8Andrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | James Feist (2): Allow multiple inputs to thermal and stepwise controllers dbusconfiguration: Fix and simplify zone calculation Patrick Venture (3): Move all floats to doubles pid: add helper methods for thermal controller types build: drop commented out line William A. Kennington III (1): std::variant: Fixup apply_visitor calls (From meta-phosphor rev: 8752919bea741e0104224a58f7ebae15d4827838) Change-Id: I749533c56e57b8b547c97501f71450a8ac08ec23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump b0431c7987..ad359eb03bAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | AppaRao Puli (1): Handling delete password entry from ipmi-pass James Feist (1): Add well-known name Jason M. Bills (1): Correct spelling of timestamp variable Patrick Venture (2): read_fru_data: use structured bindings in fru loop host-ipmid: add more ipmi error codes Richard Marian Thomaiyar (2): Add first user layer support. IPMI password entry cleanup William A. Kennington III (1): softoff: Convert to sdeventplus loop (From meta-phosphor rev: 3f86fdbcb022f10817ed15bdb953c5ce5d7eb477) Change-Id: I77c1a841b090b529fcdaa03c945f1156d038e940 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 1cc7021c9e..bc5cc7f75cv2.4Andrew Geissler2018-11-151-1/+1
| | | | | | | | | | | | | | Gunnar Mills (1): Server Health: Check if logs are resolved James Feist (1): redfish: fix json format (From meta-phosphor rev: e40fef3c242a58f51e7621e9e48ac4fc87711ae0) Change-Id: Ief024124aedfc5cbf76cc6045c1b544a7a0bf7b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-state-manager: srcrev bump acf54d089b..436f3b8815Andrew Geissler2018-11-141-1/+1
| | | | | | | | | | | William A. Kennington III (1): Include missing <cassert> (From meta-phosphor rev: 55a0e374534487920f8f5cf06774987ea8561685) Change-Id: I775aecc4a9a939f9d6748b2b34c810562372f0b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging: srcrev bump f8d38bbebe..30047bf964Andrew Geissler2018-11-121-1/+1
| | | | | | | | | | | Patrick Venture (1): minor cleanup, std namespacing (From meta-phosphor rev: b3f7b53f394f0f61795c6d111841d50189087239) Change-Id: I53cb095daca58b2b6358d32aca815fa111562ccf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 8ca708689f..d534f7433dAndrew Geissler2018-11-111-1/+1
| | | | | | | | | | | Yong Li (1): Change the service type from oneshot to simple (From meta-phosphor rev: 2488324bdc9a236802b976314de7e7dc2e2c15b9) Change-Id: If68df293d497116281bd01e2700b50904a676982 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: ipmi-host: add sdeventplus dependencyPatrick Venture2018-11-091-0/+1
| | | | | | | | | | Add dependency on sdeventplus to allow transition to using this library. (From meta-phosphor rev: 12a94a8a83ee656c216ccd92e061b72c29611a43) Change-Id: Id6cde22d7cec440c716d7e536b56557e65e33a4c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 355c561df2..1816ff30cfAndrew Geissler2018-11-091-1/+1
| | | | | | | | | | | Patrick Venture (1): IPMIFruArea: Add doxygen to class (From meta-phosphor rev: 40ef91e1baca38aca95ff2404f5acdcfbfd42fe6) Change-Id: I6a88ff423ba2e8f4feef88662104400e342d784a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump df53de1f72..45e428a2b2Andrew Geissler2018-11-091-1/+1
| | | | | | | | | | | | Patrick Venture (2): build: cleanup Makefile build: Add -flto to CXXFLAGS (From meta-phosphor rev: 0fed52dba7ebc8453370a8fc7ac6bb5e6fde5af9) Change-Id: I425b5b5bea829bfd2389f4513f56d26bdbd05a23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 4b50106d75..ba3c8c1c15Andrew Geissler2018-11-091-1/+1
| | | | | | | | | | | | Patrick Venture (2): build: Add -flto to CXXFLAGS build: cleanup Makefile (From meta-phosphor rev: 290dd2d077c83fab54ebd78fa4c0cd43824cf9df) Change-Id: I45111938ca0345c65bdb3af88085afed71250fef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-ethstats: srcrev bump d26fff4ecd..ee22bfb566Andrew Geissler2018-11-091-1/+1
| | | | | | | | | | | | Patrick Venture (2): build: drop non-configured non-dependencies build: Add -flto to CXXFLAGS (From meta-phosphor rev: d3091554a2ee1b85f1aeed706ab2bf1f8ba18676) Change-Id: If494826a77986074745a619a75c576eae3652c96 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh c9d91120a2..1795f38b6fBrad Bishop2018-11-092-3/+9
| | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Adriana Kobylak (2): rsyslog-policy: Add rsyslog-override.conf Move remote logging features to their own category Brad Bishop (2): phosphor: rsyslog: remove obmc-phosphor-license phosphor: mrw-api: fetch all of serverwiz Change-Id: Ic342bda5d19272b2806f65c7082189d4a79c69d8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-net-ipmid: srcrev bump 9e801a2b5b..a65e30df5dAndrew Geissler2018-11-091-1/+1
| | | | | | | | | | | | | | | | Patrick Venture (1): style: cppcheck cleanup Vernon Mauery (3): netipmid: use std::shared_ptr instead of weak_ptr/lock netipmid: use system path include style netipmid: use std variant interface (From meta-phosphor rev: c9d91120a2c85667ba1e577a8170ccc09c9f8256) Change-Id: I9ac006998cb056abef28c7c587d60109693707f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-net-ipmid: srcrev bump f6110552bd..9e801a2b5bAndrew Geissler2018-11-081-1/+1
| | | | | | | | | | | Vernon Mauery (1): netipmid: apply clang-format rules (From meta-phosphor rev: 29d5995b57baef57d81da9122f09df581d5b9edd) Change-Id: Ica352db4f9ef1fe635e3cd5999b2a245127d2e8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump e50d4e4aa5..df53de1f72Andrew Geissler2018-11-081-1/+1
| | | | | | | | | | | Patrick Venture (1): main: s/blobs-ipmid/blob-ipmid/ for library path (From meta-phosphor rev: 9d14cd386480d3c0bfc3096bf4fa6d463ee5377f) Change-Id: I81f96f1d99a22840a4fee538658faae3389d94ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: mrw-native: set LICENSE fieldPatrick Venture2018-11-081-1/+5
| | | | | | | | | | Set LICENSE field explicitly. (From meta-phosphor rev: 8e7b7fe34c43e59cf0096839057ec8116cc3506c) Change-Id: I77632c98516a9c709f693a4d8319e31f15e2acf9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-fan-presence: srcrev bump 8ce4b5f55a..52fbe0d934Andrew Geissler2018-11-081-1/+1
| | | | | | | | | | | William A. Kennington III (1): Fix std::variant usage (From meta-phosphor rev: b65f6487ade6fbd771df6ee59602236455f1384a) Change-Id: Ib6c94c3177bcbd0ed3e01bdc003b6f3b1c4d81e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-inventory-manager: srcrev bump 979eb59165..6e94b65268Andrew Geissler2018-11-081-1/+1
| | | | | | | | | | | William A. Kennington III (1): Fix std::variant usage (From meta-phosphor rev: 771ae39740bb591dd6582bbfe8e7993d321b868f) Change-Id: I142ccf43e25730776351d9158ab4463c688a9d86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud