summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08openpower-host-ipmi-oem: srcrev bump 81e23107eb..d6c7b2ece1Andrew Geissler1-1/+1
Vernon Mauery (1): openpower-host-ipmi-oem: use c++17 (From meta-openpower rev: 51bb72310cd1d18e61ed6ace5e3078bc0a6f072b) Change-Id: If914c379f1af642c6166349ab38239e4d52f3e20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08phosphor-net-ipmid: srcrev bump 584fa8877d..5e45209383Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-net-ipmid: use c++17 (From meta-phosphor rev: 1382cbaf6b431bbb4868a659b06ef7ee38d8531e) Change-Id: I0dab641e30b4cd041d807dc595e442468fece5dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08ipmi-fru-parser: srcrev bump 25fbd433ec..5fcff6720eAndrew Geissler1-1/+1
Vernon Mauery (1): ipmi-fru-parser: use c++17 (From meta-phosphor rev: 32337472e2b5654e44e6748588a407dbb9deec70) Change-Id: I04050f544a22172e040b6d9e1b0ec6beaadcfb6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08phosphor-state-manager: srcrev bump 14e14cddf6..6425ab76f5Andrew Geissler1-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>
2018-10-06phosphor-pid-control: srcrev bump ce15e02f68..50fdfe3988Andrew Geissler1-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>
2018-10-06phosphor-logging: srcrev bump 7d111a85eb..b17e8768daAndrew Geissler1-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>
2018-10-06meta-phosphor: ipmi-bt: rename as gitPatrick Venture1-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>
2018-10-06meta-phosphor: dbus-interfaces: rename as git recipePatrick Venture1-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>
2018-10-06meta-phosphor: ipmi-net: rename recipe as gitPatrick Venture1-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>
2018-10-06meta-ibm: phosphor-rest: set append wildcardPatrick Venture1-0/+0
For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-ibm rev: 40976d5843779e50f3c64601ce1b89f429d703d8) Change-Id: Iacf97a4a4935af5ac1a897e1f7e78e3f3e86353d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06meta-ibm: phosphor-gevent: set append wildcardPatrick Venture1-0/+0
For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-ibm rev: a46e0ebc1ee5d1b995033ede98c667a0cd2e7f47) Change-Id: I1184be4f69452ba99ef568047398422118220878 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06Remove dependency to the system manager serviceAdriana Kobylak4-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>
2018-10-06meta-phosphor: fix reboot of BMCAlexander Filippov2-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>
2018-10-06network.bb: Add sdeventplusAdriana Kobylak1-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>
2018-10-06meta-phosphor: Update nlohmann-jsonJames Feist1-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>
2018-10-06meta-phosphor: user-manager: rename as git recipePatrick Venture1-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>
2018-10-06meta-phosphor: led-sysfs: rename as gitPatrick Venture1-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>
2018-10-06intel-apps: Remove obmc-phosphor-licenseBrad Bishop1-1/+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-intel. (From meta-intel rev: fa9fa93aae420c465bd21233c8d884a03e704f80) Change-Id: I8d3e823eb87678cc012e33ccbf8aff857b5fe7b7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06meta-qualcomm: centriq2400-rep: phosphor-hwmon to _%Patrick Venture26-0/+0
Renamed phosphor-hwmon%.bbappend to phosphor-hwmon_%.bbappend for this platform. Tested: Built centriq2400-rep and found conf in rootfs. (From meta-qualcomm rev: 2d5d845e7d80463e327bf0f2732b7b1da8e34395) Change-Id: I2ca665fbb5efd1718ee74893d0f5603f7329d67a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06sdbusplus: srcrev bump ca46b9d2e9..2b74e528cbAndrew Geissler1-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>
2018-10-06phosphor-host-ipmid: srcrev bump 0fbdbce227..021f2d116aAndrew Geissler1-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>
2018-10-06phosphor-watchdog: srcrev bump d4cbc5aad2..f505fc0674Andrew Geissler1-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>
2018-10-06phosphor-webui: srcrev bump 77039a5e9a..971ac1aaf4Andrew Geissler1-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>
2018-10-06phosphor-dbus-monitor: srcrev bump 6383049ee6..8e273775eeAndrew Geissler1-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>
2018-10-06phosphor-ipmi-blobs: srcrev bump 7210b3109d..b15b305060Andrew Geissler1-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>
2018-10-06phosphor-fan-presence: srcrev bump bd2e80a65e..48df959b59Andrew Geissler1-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>
2018-10-06phosphor-dbus-interfaces: srcrev bump a58489312b..c06f29ada4Andrew Geissler1-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>
2018-10-06skeleton: srcrev bump 7e48038afc..b8da93ed7cAndrew Geissler1-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>
2018-10-06phosphor-led-manager: srcrev bump e77b8345d8..2ff07f3fb6Andrew Geissler1-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>
2018-10-06phosphor-snmp: srcrev bump aea53d071d..ce714f4080Andrew Geissler1-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>
2018-10-06phosphor-debug-collector: srcrev bump 90d147a1ee..d3d3774262Andrew Geissler1-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>
2018-10-06Update README.md for Fedora 28, fixing missing build-depStewart Smith1-2/+2
Change-Id: Iaa29eb3e523548dd746c366f318a67e14e3683f7 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
2018-10-05phosphor-settingsd: srcrev bump 58d2efeef8..e7e46df6baAndrew Geissler1-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>
2018-10-05witherspoon-pfault-analysis: srcrev bump cab4834210..f4d72d82a1Andrew Geissler1-1/+1
Vernon Mauery (1): witherspoon-pfault-analysis: use c++17 (From meta-ibm rev: 937b85da5843bee003a3282adc6deb1b92dfa959) Change-Id: I65f2401cc0b6fbf24652a9d0ab231d3ad5fdcf47 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05ibm-dbus-interfaces: srcrev bump 62c7bff037..c9ae6bf297Andrew Geissler1-1/+1
Vernon Mauery (1): ibm-dbus-interfaces: use c++17 (From meta-ibm rev: ee85247f61850c8f51ee3dbbb0ca4c1ea9ab6e09) Change-Id: Ib0a1923890fa44bce43fdc1f67c3a51794aedb81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05ibm-logging: srcrev bump c57aa4b931..5b6d0f63c3Andrew Geissler1-1/+1
Vernon Mauery (1): ibm-logging: use c++17 (From meta-ibm rev: 854e76a79834b7609e260a88e87487e88b0f03e3) Change-Id: I744d59abfce9648730d60df7f7b402aef55baf6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05openpower-vpd-parser: srcrev bump 0097cced1f..6e3c2b7a75Andrew Geissler1-1/+1
Vernon Mauery (1): openpower-vpd-parser: use c++17 (From meta-openpower rev: 30b2c6be237c4b5af30bdb84a0edc9cf422a59ec) Change-Id: If6e6f54ea3ce50d58eb28d55538380557ae16494 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05openpower-dbus-interfaces: srcrev bump db61501f7a..998a82ec58Andrew Geissler1-1/+1
Vernon Mauery (1): openpower-dbus-interfaces: use c++17 (From meta-openpower rev: bd37e4818ff347a55fb8795fd619842ec8b2b25b) Change-Id: Iceed00c4f0c34c38e8907170e72137b1c590d59f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05openpower-proc-control: srcrev bump 6d83ddf769..b3d71312fcAndrew Geissler1-1/+1
Vernon Mauery (1): openpower-proc-control: use c++17 (From meta-openpower rev: f42838e41073d1b99b753f024a67516080aaad70) Change-Id: Icc214bdf167e5977ef730f5f60fd4b21e1cc4f19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05openpower-occ-control: srcrev bump f7d9e76dc7..1fcff95c38Andrew Geissler1-1/+1
Vernon Mauery (1): openpower-occ-control: use c++17 (From meta-openpower rev: 19605a8e861c114d6b8fbf42f3b744ec1c7da3c8) Change-Id: I260935bcbf6ca2a596ab1273cc57fa11f716a36a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05meta-quanta: q71l: rename phosphor-hwmon bbappendPatrick Venture6-0/+0
Rename phosphor-hwmon%.bbappend to phosphor-hwmon_%.bbappend. Tested: Built quanta-q71l and found confs in rootfs. (From meta-quanta rev: 09536415f92461f26f357a341e63b4e0267bd6bb) Change-Id: I9b35e71eefef156eb8d76d79a7c599a940258715 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05jsnbd: Create recipe and add it to the REST serverAdriana Kobylak2-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>
2018-10-05phosphor-gpio-monitor: srcrev bump 96e01b7c11..bd0904b1e9Andrew Geissler1-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>
2018-10-05phosphor-objmgr: srcrev bump ea6516c4fe..a493615230Andrew Geissler1-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>
2018-10-05phosphor-user-manager: srcrev bump 7ba3c71cb3..dccee2b7ffAndrew Geissler1-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>
2018-10-04wspoon: Error policy table version 1.7.5Matt Spinler1-6/+4710
Major changes: * fix OCC telemetry log text to say it isn't an error * add entries for specific device access fails with a dev path callout * Add unique Critical/Warning/Info hostboot callout entries (From meta-ibm rev: d7fa43eec256796ff25a35689b952b3bda4f7a41) Change-Id: Ia37536503ac31cd4004bdd7f52da5c250a31dc00 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04meta-phosphor: host-postd: drop RDEPENDSPatrick Venture1-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>
2018-10-04meta-phosphor: set phosphor-host-postd as git recipePatrick Venture2-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>
2018-10-04ldap: Removing the openldap server related packagesRatan Gupta1-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>
2018-10-04ldap: Pull nss-pam-ldapd into the openbmc imageRatan Gupta4-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>