summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28phosphor-hwmon: srcrev bump 0e74975747..5a842c3e39Andrew Geissler1-1/+1
Patrick Venture (1): build: drop extra check (From meta-phosphor rev: 6975a37c361589a24975cbe2c00fb2243a6d3ad1) Change-Id: I643a29f128b298731819cf439be8c2c837a77792 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-snmp: srcrev bump ce714f4080..bbee5d0d8fAndrew Geissler1-1/+1
William A. Kennington III (1): Fix usage of std::variant (From meta-phosphor rev: 1227d9c16db8983cd55ca7599cfbababcc656a20) Change-Id: I67f04a8a6e5c1ecd3269a76035e9ac1d34bae729 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-objmgr: srcrev bump af1aa756a1..6a39e8c727Andrew Geissler1-1/+1
Ed Tanous (2): Mapper: Remove unused ObjectManager usage Remove interface filter Matt Spinler (3): mapper: Don't return the input path in GetSubTree bindings: Skip the default ifaces on enumerate mapper: Don't fail on some empty results (From meta-phosphor rev: 88f7c55b185e5061053c05a505b56097c3d9ebe3) Change-Id: Ia92cf7a31416850048e4f470a9cea177b203e30a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-host-ipmid: srcrev bump 9cc0ea5f24..1a4117b8a6Andrew Geissler1-1/+1
Brad Bishop (1): storage: gcc8: standardize use of std::filesystem Patrick Venture (1): gitignore: add all *.lo files to ignore list William A. Kennington III (4): std::variant: Fix new instances of mapbox specific calls transporthandler: Convert ints to enum transporthandler: Use switch when applicable transporthandler: LanParam enum -> enum class (From meta-phosphor rev: 34adf4c7ee3f952d90d4856e4e3cfe3f42626c67) Change-Id: I671052c0245f027f3f246250d6585073122366e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-fan-presence: srcrev bump 2c8e19883d..4978e06c45Andrew Geissler1-1/+1
William A. Kennington III (1): std::variant: Apply missing fixup (From meta-phosphor rev: 6c238cddd7ac835b65bbffee51bf9639eec4a3aa) Change-Id: I235fbafcb9afd847d2fff03dc2c3f9b9fe67bb63 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28entity-manager: srcrev bump 161addb8d0..4447014c13Andrew Geissler1-1/+1
James Feist (1): Turn on Werror (From meta-phosphor rev: 2f711b3de3220369a58838ed87c8fd3085506a48) Change-Id: I35d628c1b43459dc7e50e7abc4fa993bb52ad1c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28Fix the starting of phosphor-hwmonAlexander Filippov2-2/+3
After the commit 7ead6495b6d6782dd89951e8bfb26131f35863ec the phosphor-hwmon failed to start with errors like this: ``` /lib/systemd/system/xyz.openbmc_project.Hwmon@.service:8: Failed to resolve unit specifiers on %f: Invalid argument ``` It happens when the instance name begins with `/` character which causes this error when used specifier `%f`. Besides the specifier `%I` looks less buggy and more appropriate in this case, because it's the only part of path and will be completed inside the `phosphor-hwmon-readd`. This commit fixes the starting of the phosphor-hwmon. Partially resolves: openbmc/openbmc#3435 (From meta-phosphor rev: a87fb2d1eb682ed0f04e0f269966b9ae4aafbb1e) Change-Id: Ia8185f047f23bdcd9141d7edea47ad50e6f7fe07 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28recipes-phosphor: Fix systemd unit dependences of ipmid, mboxdAndrew Jeffery2-1/+4
With the implementation of DBus and IPMI transports for the HIOMAP protocol, mboxd now depends on ipmid being alive in its shutdown sequence in order to propagate BMC status events to the host firmware. Mark phosphor-ipmi-host.service as depending on org.openbmc.HostIpmi.service and mboxd as depending on phosphor-ipmi-host.service to ensure the mboxd state update event on SIGTERM is propagated to the host before the services are torn down. (From meta-phosphor rev: e66105318af187ba5d4bdbf53668f309785df4f3) Change-Id: Ia9ff24d0d3376d239b56840d666275d20821c7e6 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28mboxbridge: srcrev bump 5a124ea012..fd4fa34d56Andrew Geissler1-1/+1
Andrew Jeffery (1): protocol: Rework publication of events over DBus transport (From meta-phosphor rev: 1a30f7c798e765d472d2ab5da997c822505e93ea) Change-Id: Ib9e13108105e275177caad9540815cf6abfc0f11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28meta-phosphor: systemd: rework PACKAGECONFIGBrad Bishop1-4/+3
Phosphor removes a number of systemd packageconfigs that are enabled by default in oe-core. Sort the removal list alphabetically. Remove networkd. It is now selected by default in oe-core. Remove vconsole. Typically vconsoles aren't needed on a BMC and vconsole support has significant footprint cost. Remove ldconfig. The base recipe controls this via distro feature; don't override. Remove kdbus and bootchart. They aren't options anymore. (From meta-phosphor rev: 65ae799165fce6e5b50c68e32d20a09d2cdbd52f) Change-Id: Ieefd0d0d13cfdc65debbfdd3ab9ecdbc4154d28a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28pam-ipmi: srcrev bump edeae5657f..a32999cde4Andrew Geissler1-1/+1
Patrick Venture (5): build: add requirement for openssl to configure_ac build: add macro dirs to configure_ac build: add -I m4 to Makefile for ACLOCAL_AMFLAGS build: drop undefined LIBCRYPT from Makefile build: add requirement for libpam to configure_ac Richard Marian Thomaiyar (2): Add empty ipmi_pass file to the root image Update the ipmi_pass to use default password (From meta-phosphor rev: facd3dab0287ceb1a30b5e0496332b07d0c1bf1f) Change-Id: I8a0eafb10f81cb2401b74aec111e7153d591d0e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-ipmi-flash: srcrev bump 22e38750a2..8b58856f48Andrew Geissler1-1/+1
Patrick Venture (9): ubi: add tarball as file handler firmare: start implementing session stat filehandler: implement getSize firmware: add verify blob_id firmware: add sdbusplus for use by verification firmware: implement verification service call lpc_handler: add initialized state lpc_nuvoton: add mapping implementation add system interface to enable testing (From meta-phosphor rev: 9f40028cb46dea2b8353a14c22c30a28444b8fcc) Change-Id: Icee2f4d60485443b799037e5c34ddb739e6edfa8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28phosphor-pid-control: srcrev bump fcdd85a4b8..f77ecc7bcaAndrew Geissler1-1/+1
Patrick Venture (3): main: drop unused headers build: set version to 0.1 to match recipe build: cleanup for readability (From meta-phosphor rev: 489109564720df5bc03a39d36a8b749d616b3475) Change-Id: I9c5a8ef3bc6f2281b208b12699c53334797a1db7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28meta-phosphor: bump: phosphor-dbus-interfaces and phosphor-user-managerNagaraju Goruganti2-2/+2
This application updates have a coreq - bump together. 1. phosphor-user-manager: bump 9891f2f8f3..f5bd891cf5 Deepak Kodihalli (1): React to nsswitch config file changes Nagaraju Goruganti (6): ldap-config: remove Bindpassword and secureLDAP property from the interface phosphor-ldap-conf: validate LDAP Server URI phosphor-ldap-conf: update nslcd.conf file for OpenLdap phosphor-ldap-conf: add unit tests phosphor-ldap-conf: update nslcd.conf file with tls_cacertfile info phosphor-ldap-conf: nslcd restart service getting called twice Ratan Gupta (4): phosphor-ldap-conf: Don't map the uid with cn for openLDAP phosphor-ldap-conf: Don't create the LDAP config object phosphor-ldap-conf: Make correction in renaming path of nsswitch.conf Add readme for user manager Tom Joseph (1): Refactor mapper application to enable unit tests 2. phosphor-dbus-interfaces: bump 8d656133b3..0e6d655be2 Deepak Kodihalli (1): Don't store LDAP Bind password Ratan Gupta (3): Ldap: Remove the secure property from the ldap config and create interface Add errors to User/AccountPolicy interface Add errors to User/Attributes interface (From meta-phosphor rev: 3d4de530e15e54856ae9a346a379fdf10bd1633b) Change-Id: Ie99ccc9dad36bcf7d9cc7b7abb750023b97eb619 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-27Include ipmi_pass to the image through pam-ipmiRichard Marian Thomaiyar1-0/+1
Update pam-ipmi recipe to add ipmi_pass file to the image Unit test: Verified by making sure files is copied to the update bmc image. (From meta-phosphor rev: 2d569e24598c82b078f18b07255767e8ace287c0) Change-Id: I9a5f4b169b0427e61795397ad63a8d2a59a03e44 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26meta-phosphor: pam-ipmi: add dependency on autoconf-archivePatrick Venture1-0/+1
Add dependency on autoconf-archive-native to allow using autoconf-conf archive macros in pam-ipmi configure_ac. (From meta-phosphor rev: c719c5c4e71733490ef38efd8f928032a1c19500) Change-Id: Ibadb5849f1390387a990bce6dc0c4baf1f2ebcb8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26phosphor-networkd: srcrev bump 798c28119c..79e4415fffAndrew Geissler1-1/+1
Patrick Venture (2): minor cleanup, std namespacing, dropping headers cleanup: add constref to parameters in routing_table William A. Kennington III (1): Fix std::variant usage (From meta-phosphor rev: 6d1228cd89644cde3aa65eb88c8f73a2bdee2818) Change-Id: I5da7dd287f54d122edddfab41e3f722481936f22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26bmcweb: srcrev bump f839dfee32..244365165aAndrew Geissler1-1/+1
Ed Tanous (1): bmcweb: fix Redfish UUID (From meta-phosphor rev: aaaa7c286960b37bf827f5a7e5bb2bb4624fe40a) Change-Id: Ic11f646894ef132caef9ee7b8d8cc5b6edcf7690 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26phosphor-ipmi-flash: srcrev bump 35a82f36b8..22e38750a2Andrew Geissler1-1/+1
Patrick Venture (1): copyright: add missing copyright headers (From meta-phosphor rev: 48f76b89f6ae704a7403c0a40b4d77fb5c162ab2) Change-Id: I192004f475fccbc2dd389e27462b7ba9b0f9c258 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26phosphor-host-ipmid: srcrev bump c64f802317..9cc0ea5f24Andrew Geissler1-1/+1
James Feist (1): dcmihandler: use visitor to pull sensor values (From meta-phosphor rev: 00453539f43f5c0dc251c0b73620e40c20d3b1b0) Change-Id: Ie28ba55a96fab79562712a8b03ecbc24ac6508fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26phosphor-ipmi-blobs: srcrev bump e08863e3d7..2536863d32Andrew Geissler1-1/+1
Patrick Venture (2): copyright: add missing copyright headers main: add missing header: blobs-ipmid/manager.hpp (From meta-phosphor rev: 920212eb0077fcef6a06dd13d727a50602a1a75d) Change-Id: I6680e57011d86bdb2ff38f1a954de5d01f4df740 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26pam-ipmi: srcrev bump d0e324ab37..edeae5657fAndrew Geissler1-1/+1
Patrick Venture (3): style: set column width to 80 chars build: add AM_PROG_AR to configure_ac build: drop LDADD and use LDFLAGS (From meta-phosphor rev: f98be78d2b662686041487c7b9b5e1514efa31db) Change-Id: Ic9e59b49226c1982b7df34438f90b5bbb2a5f923 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-21ipmi-fru-parser: srcrev bump 1816ff30cf..6cc8904408Andrew Geissler1-1/+1
Patrick Venture (1): writefrudata: add doxygen for methods (From meta-phosphor rev: ee9cbd5cc3943f4c8624afc06a592e8670e80366) Change-Id: Iad2dad8ba8a167dd3de66a7f03b974cc1258d0c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-21phosphor-host-ipmid: srcrev bump b849110d32..c64f802317Andrew Geissler1-1/+1
AppaRao Puli (2): IPMI Channel commands implementation Synchronize channel info between network and ipmi Patrick Venture (3): gitignore: add coverage and test generated files move HOST_IPMI_LIB_PATH to configure.ac makefile cleanup Richard Marian Thomaiyar (1): Add test & user enabled state in set user password ssekar (1): Added suppport to convert self channel number. (From meta-phosphor rev: dc469343a00c3d0aa1b8d8059e1ee7c625ca91bc) Change-Id: I2f9a2a11b8b7dc80273bbeb08885aada13808e35 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-21entity-manager: srcrev bump 2d681f6fde..161addb8d0Andrew Geissler1-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>
2018-11-21phosphor-state-manager: srcrev bump 436f3b8815..7a0689a91aAndrew Geissler1-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>
2018-11-21bmcweb: srcrev bump 976596bcd8..f839dfee32Andrew Geissler1-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>
2018-11-21phosphor-ipmi-flash: srcrev bump 09114c1c48..35a82f36b8Andrew Geissler1-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>
2018-11-21phosphor-net-ipmid: srcrev bump 8977d12a4f..d6f3f7d762Andrew Geissler1-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>
2018-11-21meta-phosphor: ipmi-fru: Set LICENSE to GPL-3.0Patrick Venture1-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>
2018-11-21phosphor-host-ipmid: srcrev bump 18d772634a..b849110d32Andrew Geissler1-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>
2018-11-21phosphor-gpio-monitor: srcrev bump dace680fa4..1dc2b79e34Andrew Geissler1-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>
2018-11-21phosphor-ipmi-flash: srcrev bump 4306f68bf4..09114c1c48Andrew Geissler1-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>
2018-11-21phosphor-dbus-monitor: srcrev bump 0b45a3ce6d..efcd653d74Andrew Geissler1-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>
2018-11-20meta-phosphor: iotools: iotools-setup.service fix field namePatrick Venture1-1/+1
Fix field name: /lib/systemd/system/iotools-setup.service:8: Unknown lvalue 'SystlogIdentifier' in section 'Service' (From meta-phosphor rev: 9afaeb5cad005d978d8476c8f7c44c6362cf3df5) Change-Id: I60b8b71dc6d717b712d0cf7ee6f9c5d8387f4939 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor: fix IPMB recipeDawid Frycki1-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>
2018-11-20meta-phosphor: add new recipe for phosphor-ipmi-flashPatrick Venture1-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>
2018-11-20Enable pam-ipmi reciepe in obmc-phosphor-imageRichard Marian Thomaiyar1-0/+1
Enable pam-ipmi recipe in obmc-phosphor-image. This will include pam-ipmicheck & pam-ipmisave modules which are required for IPMI authentication to work. (From meta-phosphor rev: d4d8c3639a91e9eadaa45b1083a6113496a03a13) Change-Id: I4ed60fc4d5bbc3c740aecf04b039ce2e4c448595 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Revert "Don't return the error if unable to create the network namespace"Brad Bishop2-42/+0
This reverts commit 87497e8ebce78079ea5423ecb6080e82cfa36106. systemd-hostnamed no longer hangs without network namespace support: PrivateNetwork=yes is configured, but the kernel does not support network namespaces, ignoring. (From meta-phosphor rev: 3b6dd35154ba5e105ad1d4b65746711654ed34b0) Change-Id: I41b5e1ae952b8bc3bc07819d7ab7e0fffd3629c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Revert "Cherry-pick systemd mangle-escape patch"Brad Bishop3-174/+0
This reverts commit 8ef5fd21107625d7480346318cb858759e61ee66. The pull request referenced in the original commit was never merged into systemd. Support for properly using /sys/devices paths as template instances has been added to systemd in the meantime. It probably didn't/doesn't make sense to use device tree paths when launching applications via udev+system (applications to use /sys/devices paths instead). Given all these reasons, drop these two systemd patches. (From meta-phosphor rev: ee22593ddc009cda7aad28bf1311f1a26047fc97) Change-Id: Ic10e0abc8c112e7e6bd62bc346857cf4194dbe50 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Create network folder under /run and /var/libRichard Marian Thomaiyar1-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>
2018-11-20synclist: Only sync network configuration and uuidAdriana Kobylak1-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>
2018-11-20Add bitbake recipe for building phosphor-hostloggerArtem Senichev1-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>
2018-11-20phosphor-certificate-manager: Add new nslcd authority certificate serviceMarri Devender Rao2-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>
2018-11-20Add phosphor-ldap-mapper to phosphor-ldap packageTom Joseph2-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>
2018-11-20Add new LDAP config packageNagaraju Goruganti4-3/+27
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>
2018-11-20phosphor-host-ipmid: srcrev bump ad359eb03b..18d772634aAndrew Geissler1-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>
2018-11-20phosphor-webui: srcrev bump 0ad2604b95..1c43b31276Andrew Geissler1-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>
2018-11-20bmcweb: srcrev bump 771cfa0fb0..976596bcd8Andrew Geissler1-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>
2018-11-20phosphor-ipmi-blobs: srcrev bump 6c415c6701..e08863e3d7Andrew Geissler1-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>