summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
...
* phosphor-state-manager: srcrev bump 14e14cddf6..6425ab76f5Andrew Geissler2018-10-071-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-state-manager: use c++17 (From meta-phosphor rev: 68c62eed2f945dff1ffb81b2901984ecdea01c22) Change-Id: I049cc56780cb925b71b80681be27f1052bac8d23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump ce15e02f68..50fdfe3988Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | James Feist (2): Add James Feist as a reviewer [dbusconfiguration] Allow partial configurations (From meta-phosphor rev: dcedac50bbcbfb8902047d34edc607711616fc28) Change-Id: I2e6f8698c07830982b6f0ce62cc5b7d6cf2c078f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging: srcrev bump 7d111a85eb..b17e8768daAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | William A. Kennington III (1): tools/elog-gen: Clean up missing error metadata message (From meta-phosphor rev: 4d42c849f46d8f3dc2b066e6696414ce7fc82c26) Change-Id: I8580e3576a656e1d5d7314629e558d59bdb69fb7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: ipmi-bt: rename as gitPatrick Venture2018-10-061-0/+1
| | | | | | | | | | Rename phosphor-ipmi-bt.bb to phosphor-ipmi-bt_git.bb per OE norms. (From meta-phosphor rev: 8e528e68437824fd1d677cffa2199a8d6612dfb2) Change-Id: I511f3413755033d536ed18e4f1dad4565c7fd56d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: dbus-interfaces: rename as git recipePatrick Venture2018-10-061-1/+1
| | | | | | | | | | | Rename phosphor-dbus-interfaces.bb to phosphor-dbus-interfaces_git.bb per OE norms. (From meta-phosphor rev: 8ded78fb91050700c4524c78df58074ec8b169cc) Change-Id: I1c704da6006ab58a045d8f61608178a5c58f98f8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: ipmi-net: rename recipe as gitPatrick Venture2018-10-061-0/+1
| | | | | | | | | | Rename phosphor-ipmi-net.bb to phosphor-ipmi-net_git.bb per OE norms. (From meta-phosphor rev: 6ffd6b4af4172e383773b21faf7a75e7b16a9ff7) Change-Id: Ie8e9d2f9ff337d270e16aa4529ffda8bac57f147 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove dependency to the system manager serviceAdriana Kobylak2018-10-054-8/+0
| | | | | | | | | | | | | | | | | | | The GPIOs have moved out of the system manager's D-Bus object and the skeleton apps have been updated to get the information from json (ref: openbmc/skeleton 0f3fd5aa2d41a1b1bde5df471db74519ec82ef35). Remove the dependency out of the service files since it's not needed anymore. Tested: Verified there were no errors when removing the system manager app. (From meta-phosphor rev: 84bd534fb02c6dc5b4cad8a83b5402946c6cb094) Change-Id: I4cab0ce2f2a93857e9dee0a1b363e859a52108e7 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: fix reboot of BMCAlexander Filippov2018-10-052-0/+2
| | | | | | | | | | | | | | | | | | After the commit bba38f38e7e41525c30116a2fe990d113b8157da the firmware with a static flash layout is unable to reboot. It happens because the `reboot` applet was removed from the `busybox`. This commit restore the `reboot` in the `busybox` for static layout. Resolves openbmc/openbmc#3399 Tested in the `qemu` with firmwares for `palmetto` and `romulus`. (From meta-phosphor rev: 8f400dacfc9138bc9395fe995ff914c10bd7eed0) Change-Id: I5dd7ba0f999f0aa58e54594ad32669e2283e4cee Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* network.bb: Add sdeventplusAdriana Kobylak2018-10-051-0/+1
| | | | | | | | | | | The phosphor-networkd repo is being updated to use sdeventplus. Add it as a build-time dependency. (From meta-phosphor rev: 129fc1c18b3e01a26eade69c4e74d59255e9d5a8) Change-Id: I3fc7101e654c32f57a802254eb06a6cb81a04b4c Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Update nlohmann-jsonJames Feist2018-10-051-9/+14
| | | | | | | | | | | | | | | Update to latest release and fixup recipe to use cmake. Copy styling from rapidjson in meta-oe as these have basically the same purpose. Tested-by: Verified image still built (From meta-phosphor rev: 9a6e2eebe418cfb5608f477caa327864e4037fdc) Change-Id: Iceb244a43e7a24dbdd5e2f9d4c5470796cb85d0b Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: user-manager: rename as git recipePatrick Venture2018-10-051-1/+2
| | | | | | | | | | | Rename phosphor-user-manager.bb to phosphor-user-manager_git.bb per OE norms. (From meta-phosphor rev: 01b443ec430ca41403c129079d72984aa1bdb037) Change-Id: I71966085aa03559f4729f4c7543f91e576f4d913 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: led-sysfs: rename as gitPatrick Venture2018-10-051-1/+2
| | | | | | | | | | Rename phosphor-led-sysfs.bb to phosphor-led-sysfs_git.bb per OE norms. (From meta-phosphor rev: 1f52b4e7a74a4d667a29f02d3f9764b742b990e8) Change-Id: I7cde431a11fa8defc4680cdcce01dfefd2a77720 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump ca46b9d2e9..2b74e528cbAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): Add new_method_errno interface to message and low-level interface (From meta-phosphor rev: 6dbb29ba0986bbd15251626735a7a535a7af6608) Change-Id: Ia7d4d043e7af3cbcbdcf7df6721e05fffce6ce40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 0fbdbce227..021f2d116aAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | | | | Emily Shaffer (2): sensorhandler: fix buffer overflow in Get SDR apphandler: Fix buffer underflow in ipmi_app_get_device_guid Yong Li (1): Fix compile error with g++ 7.3 (From meta-phosphor rev: c530a7b5288821cc27ebdfc593bb32cc477e6b93) Change-Id: I3ea8312bcf45926828e7608e6bd8457fff2d8250 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump d4cbc5aad2..f505fc0674Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | William A. Kennington III (2): watchdog: Handle systemd StartUnit errors Convert to using sdeventplus (From meta-phosphor rev: 1c6a37639553a0c491cb7f5ea545f4a38bffe9ff) Change-Id: Ic1ccdcd091723addbe0abb3e00f660258bcf21ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 77039a5e9a..971ac1aaf4Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | beccabroek (1): Remove IPV4 addresses (From meta-phosphor rev: 14d769a9ad8b92e73d408fb0a3c4f0666b9de7be) Change-Id: I7d1f141463c6b3b28b3b78d35fedb09e8be2de8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-monitor: srcrev bump 6383049ee6..8e273775eeAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-dbus-monitor: use c++17 (From meta-phosphor rev: 5751762b5946d7648385b056f0b0711db300162e) Change-Id: I0aae2f7b497d0d7c0f6ab0a9b9b1df81a927666a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 7210b3109d..b15b305060Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | | | Patrick Venture (4): manager: return abstract base type README: Add new command: BmcBlobWriteMeta test mock: add implementation of getBlobManager process: rework lookup to use map for handlers (From meta-phosphor rev: ac9f94afa183446d9b2689b9db141dac168a4da8) Change-Id: Iec1f8c3b0afc73924515fba1a6fac5b1c095c907 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-fan-presence: srcrev bump bd2e80a65e..48df959b59Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-fan-presence: use c++17 (From meta-phosphor rev: e13cf302e492d6af4db62dfdaa69f48688e932b7) Change-Id: Ie47a3524420bf62cba4d36d92fc0fe9ab4da29ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump a58489312b..c06f29ada4Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | AppaRao Puli (1): Adding dbus interfaces for channel access info Deepak Kodihalli (1): Declare errors in Object.Delete interface Vernon Mauery (1): phosphor-dbus-interfaces: use c++17 Yong Li (1): Add ACPI system/device power states properties (From meta-phosphor rev: 6de1dac5414dc8b2f585f3528d74bcb850958dfb) Change-Id: Ibab2e4f469cfaae4c980edc02608bece54ce88d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump 7e48038afc..b8da93ed7cAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Adriana Kobylak (1): Remove pciedetect (From meta-phosphor rev: f794bbdca65d4bd696a7e474b9612ea2d836f8ad) Change-Id: I3c3109be495be3506dd8e6e4fa530e7b5bd6ea12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-led-manager: srcrev bump e77b8345d8..2ff07f3fb6Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | | | Matt Spinler (1): fault-monitor: Catch GetSubTree exceptions Vernon Mauery (1): phosphor-led-manager: use c++17 (From meta-phosphor rev: 2ed2db473ce3d81ad7a77d8cb742a793be8d9f2a) Change-Id: I9684da021be2243e4267bc14228ecc9dc350214b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-snmp: srcrev bump aea53d071d..ce714f4080Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-snmp: use c++17 (From meta-phosphor rev: a59222c343454e9ffb1f926f47f4a9b5f27a6287) Change-Id: I2fab33d2f04bc8abbc147af79495069ba5943310 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-debug-collector: srcrev bump 90d147a1ee..d3d3774262Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-debug-collector: use c++17 (From meta-phosphor rev: 6be9142d0b958d627ed72a0713223e2622bd8ded) Change-Id: I1772c019514a4a1b44f157407f7eea4f5c394403 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-settingsd: srcrev bump 58d2efeef8..e7e46df6baAndrew Geissler2018-10-051-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-settingsd: use c++17 (From meta-phosphor rev: 9b551f451ab9d876566a164f112b115810b0ed37) Change-Id: Id36e216fa8a50ce2b1c66c97fbec7511f8873ba9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* jsnbd: Create recipe and add it to the REST serverAdriana Kobylak2018-10-042-0/+17
| | | | | | | | | | | | | | Create a recipe for the jsnbd repo and add a dependency to the phosphor-rest-server app since it'll require it to run. The same dependency will be added to bmcweb in a subsequent commit. Tested: Verified the nbd-proxy binary is added to the image. (From meta-phosphor rev: 59e96d7e66835f057838bf688e2fe8c642fd4588) Change-Id: Id1c93a8d466c8622c0fc6a5a83e43334e4f541a5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-gpio-monitor: srcrev bump 96e01b7c11..bd0904b1e9Andrew Geissler2018-10-041-1/+1
| | | | | | | | | | | Vernon Mauery (1): phosphor-gpio-monitor: use c++17 (From meta-phosphor rev: 9811d3fe3d6e074966758f009c7bdd2059e777bf) Change-Id: Iaa995c0095ab345b072f87ee7922b3674ebe3aaf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump ea6516c4fe..a493615230Andrew Geissler2018-10-041-1/+1
| | | | | | | | | | | Vernon Mauery (1): Compile with c++17 (From meta-phosphor rev: e5cfdf740df88c38afc663e0b914ec7448000bf8) Change-Id: I75d9424a1016841de0468ecc661751046192345c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-user-manager: srcrev bump 7ba3c71cb3..dccee2b7ffAndrew Geissler2018-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Nagaraju Goruganti (4): phosphor-ldap-conf: add application to configure LDAP phosphor-ldap-conf: implement restore and add error handling phosphor-ldap-conf: Implement the Delete interface phosphor-ldap-conf: switch between config files while enabling/disabling LDAP Tom Joseph (2): ldap: Add application to configure privilege for LDAP groups ldap: Add persistence for LDAP mapper D-Bus objects Vernon Mauery (1): phosphor-user-manager: use c++17 (From meta-phosphor rev: e881010349a9e779f8cd9290a875bd579d8fd49e) Change-Id: I7bf73149f0ebc77b04703f9325686df702d8c916 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: host-postd: drop RDEPENDSPatrick Venture2018-10-041-2/+0
| | | | | | | | | | Drop RDEPENDS to rely on bitbake to determine them. (From meta-phosphor rev: 6615bf7fe43c9f6c5af9fd70b98921ec0efa8902) Change-Id: I6ee96b0196b52daebc9f0b7192cb599fe24380df Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: set phosphor-host-postd as git recipePatrick Venture2018-10-042-11/+8
| | | | | | | | | | | Renamed the phosphor-host-postd.bb to phosphor-host-postd_git.bb. This recipe is new enough that such a change should have a minimal impact. (From meta-phosphor rev: a9ac4e58eb8528ed0b2a7437c58867f01085f543) Change-Id: I4de3fcb943209d2c77ee810791ff8abdc0647ca8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ldap: Removing the openldap server related packagesRatan Gupta2018-10-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | nss-pam-ldapd uses the openldap API to interact with the ldap server. openldap recipe includes the openldap daemon as a LDAP server and the libraries implementing the LDAP protocol. BMC would be acting as LDAP client so we don't need those pacakages which is related to LDAP server. Packages which is being removed through this commit are mdb,passwd,dnssrv,monitor,meta etc,these are slapd backends. Tested: This commit reduces the size of the image by 1.5M. (From meta-phosphor rev: dd63751bbbaad25b745aa210b587d6818c083ece) Change-Id: Id8a64c3775b3c771258072e866cfd0c070af57db Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ldap: Pull nss-pam-ldapd into the openbmc imageRatan Gupta2018-10-044-0/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bringing the LDAP authentication module support in openbmc stack requires to pull the nss-pam-ldapd which allows the LDAP server to provide the user, passwd, group info that we normally get from the /etc flat files. nss-pam-ldapd provides libnss-ldap and pam_ldap module which delegate the work to the nslcd(daemon) that queries the LDAP server. pam_ldap uses the openldap client API to interact with the LDAP server. nss-pam-ldapd files are pulled from http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/ tree/recipes-support/nss-pam-ldapd meta-cloud-services sha: 38cc19fb3a813673051de314aafabda0545d8466 Tested: Adding the "ldap" distro feature brings the nss-pam-ldapd and its dependencies into the image and removing the "ldap" from the distro feature doesn't bring the nss-pam-ldapd and its dependencies. (From meta-phosphor rev: 4835bb3901a4bff777a97d4f363e3a731b87f21c) Change-Id: Ifa5da20e7ac47b0c9d9af305ae621252e6d765f3 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ldap: Add distro feature for LDAPRatan Gupta2018-10-041-0/+1
| | | | | | | | | | | | | | LDAP related packages will be pulled into the image depending on the distro feature. Enabling this feature increases the image size by ~500KB as it brings nss-pam-ldapd, openldap, and nscd into the image. (From meta-phosphor rev: b40b3f9b8c9f362583a5edcb6a64f0d3304dad5b) Change-Id: I92ec1d2c20adfa08a87265d85962cb0390e0c854 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump e3cb5a319a..62d5e2e47fAndrew Geissler2018-10-041-1/+1
| | | | | | | | | | | Ed Tanous (1): remove providers interface from chassis schema (From meta-phosphor rev: cf8aa8837302c12f6aa73290613dd9bb7016b7e3) Change-Id: I04bcf8c00f88758eeff5f1f12569f890a391e220 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump bf21cfa864..a58489312bAndrew Geissler2018-10-041-1/+1
| | | | | | | | | | | Tom Joseph (1): Modify the PrivilegeMapperEntry interface (From meta-phosphor rev: afbc4eca0b40a0a59fd4c16518314f6e2c75efd7) Change-Id: I3599c129b7a545ca82382b23b99a3f9fb5215441 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump 1036b4d131..ea6516c4feAndrew Geissler2018-10-041-1/+1
| | | | | | | | | | | | | | Matt Spinler (4): Remove good path trace statements Add mapperx to .gitignore mapper: Handle the expected GetSubTreePaths fails Don't return the input path in GetAncestors (From meta-phosphor rev: 09fef28d33c63d37007557bcc85b1ad4919fff40) Change-Id: If805e30721a90cf012fc3e60d1e78c7fee83dfce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 5100a38640..7210b3109dAndrew Geissler2018-10-041-1/+1
| | | | | | | | | | | Patrick Venture (1): header: install test mock headers (From meta-phosphor rev: bdd9eb4cf375fa394f19494120944a6a586e87af) Change-Id: Ib3a6331cad43e867ef49ab4490635d8e3d438708 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump 17052240ae..ca46b9d2e9Andrew Geissler2018-10-031-1/+1
| | | | | | | | | | | Vernon Mauery (1): Set sdbusplus to use c++17 (From meta-phosphor rev: aa4d6c4cc85ca62d16f8935cec2844376ac5ec40) Change-Id: I9a229d40390bcef898bee3d4c0cfab52c1c3c4b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump d6729ea39d..1036b4d131Andrew Geissler2018-10-031-1/+3
| | | | | | | | | | | | | | | | | | | Ed Tanous (1): Implement Mapper in C++/sdbusplus/asio Matt Spinler (6): clang-format updates Add service and interface whitelist/blacklists Filter results of GetSubTree Filter results of GetObject Use auto for a complicated type Add full Associations support (From meta-phosphor rev: 9ece75f821ce2f8304efce7fe2e04dca5800d9cc) Change-Id: Ibe91711b1a67b0e380491a19fd7639ca0f1a4ef3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 8d6f37f9eb..77039a5e9aAndrew Geissler2018-10-031-1/+1
| | | | | | | | | | | Gunnar Mills (1): Date-time: Change h2 title (From meta-phosphor rev: 0fc189248d4887d0a6ad22c4a82608160064a792) Change-Id: Id0510f86299c5e0bb22bc30b51d6ba0944b8125a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump fdfe501ea7..0fbdbce227Andrew Geissler2018-10-031-1/+1
| | | | | | | | | | | Emily Shaffer (1): sensorhandler: fix buffer overrun in ipmi_fru_get_sdr (From meta-phosphor rev: 3026b68763653131e56025876b91742f9b58a26d) Change-Id: I127fe26f0e42a07878fd36f05c05c3078ce4911d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: hwmon: set as git recipePatrick Venture2018-10-021-2/+3
| | | | | | | | | | | | Renamed the phosphor-hwmon.bb to phosphor-hwmon_git.bb. This recipe is old, however, a search through openbmc found all upstream layers properly appended this recipe to allow for such a change. (From meta-phosphor rev: 8f1d06b18710ccfb10b1a423991e9c617af6b6c6) Change-Id: I5225e17ebe27899c7aead60627e036bea4822c85 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: set phosphor-pid-control as git recipePatrick Venture2018-10-021-9/+8
| | | | | | | | | | | | Renamed the phosphor-pid-control.bb to phosphor-pid-control_git.bb. This recipe is new enough that such a change should have a minimal impact. (From meta-phosphor rev: c311dec6f8d1b7529b431954b691cdc47e090b22) Change-Id: I0e4c5c3188eaa8d02a968676ca29bb192f0bc1d9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump 4dc584db90..5100a38640Andrew Geissler2018-10-021-1/+1
| | | | | | | | | | | Patrick Venture (1): main: now seeks out shared library handlers are load-time (From meta-phosphor rev: a023c96909f38ed2401d3ace6fe787d0dfe7a61e) Change-Id: I4de0528de0a29560b4e754d3f1f5645c686e40cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-user-manager: srcrev bump 9f630d9eb0..7ba3c71cb3Andrew Geissler2018-10-021-1/+1
| | | | | | | | | | | | | Richard Marian Thomaiyar (3): Handle empty privilege condition User home directory fixups. Needed for SSH Fix to include user id 0 in users list. (From meta-phosphor rev: 212ee848039c2c5e64dac6ec3dbb208dd2202f4b) Change-Id: Ibab1438e8a89bf018e5a469b04b2a376d888b01b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump a696359077..71f6e739d5Andrew Geissler2018-10-021-1/+1
| | | | | | | | | | | Adriana Kobylak (1): Switch to C++17 (From meta-phosphor rev: 19df3df0cc3951ced875568467a268aff3680103) Change-Id: I2fb0190ea356ab53313b9b11b5e111dfc7278267 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs: srcrev bump b3e07e2b63..4dc584db90Andrew Geissler2018-10-021-1/+1
| | | | | | | | | | | Patrick Venture (1): utils: add methods for finding and loading handlers (From meta-phosphor rev: 488d2f673c30c8b199f18f2cb234368205d47fe4) Change-Id: I6a437091985b8f535fdeddfb2d6e6bf8ab21451c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* packagegroups: Remove obmc-phosphor-licenseBrad Bishop2018-10-013-3/+0
| | | | | | | | | | | This class is on its way to being deprecated, and oe-core packagegroups don't have a LICENSE specified in the recipe. Adopt the same semantics for meta-phosphor. (From meta-phosphor rev: 72c0635ff972e51d502c43ae7de6e775a6bb5aa0) Change-Id: I601ae5c5618cd098459baebbd5109972b52385e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-rest-server: srcrev bump ba043644ad..dee2ef579bAndrew Geissler2018-09-281-1/+1
| | | | | | | | | | | Dhruvaraj Subhashchandran (1): Upload and activate new certificate file. (From meta-phosphor rev: 0f5b336496b459d8fcb2a1b96fe421efbbc32118) Change-Id: I9bbbd0b513e2b0192fe9228c3732967cfcc99b92 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud