summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
...
* phosphor-logging: srcrev bump e731044c79..f59854e94bAndrew Geissler2019-04-161-1/+1
| | | | | | | | | | | William A. Kennington III (1): elog: Add noreturn attribute (From meta-phosphor rev: c3705bdaae3600bd8a6a3625dff5ba4c8612c8ed) Change-Id: I45935e89fbedf94aea507dcda40f0e3a84d3be48 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-buttons: srcrev bump 6910122589..1ac9ab6d29Andrew Geissler2019-04-161-1/+1
| | | | | | | | | | | Patrick Venture (1): transition to multi-user.target in service files (From meta-phosphor rev: 21e7d1ef2f0f3f44fd027a3684237e09d6f6cc80) Change-Id: I33cf7c09e71705a5d8d78908da18b61404239110 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add new build dependencies for phosphor-ipmi-netVernon Mauery2019-04-151-0/+1
| | | | | | | | | | | The new rewrite of phosphor-ipmi-net cli11. Yocto needs to be aware of that so it can build properly. (From meta-phosphor rev: a1e96eeafc82d86b04593cbb33d3378ee230b3aa) Change-Id: If0610f6164cda41304f514dbf39f8d3bea94654d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add new build dependencies for kcsbridgedVernon Mauery2019-04-151-0/+4
| | | | | | | | | | | | The new rewrite of kcsbridged uses phosphor-logging, sdbusplus, boost, and cli11. Yocto needs to be aware of that so it can build properly. (From meta-phosphor rev: 6f174936988d4688837f73c35145c607d87d346f) Change-Id: I263939c126b6e33729ebe811ccb4acec5953f554 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Don't build debug tarball implicitlyEd Tanous2019-04-151-2/+0
| | | | | | | | | | | | | | | | | | | | In previous builds, the debug tarball was built as part of the obmc-phosphor-image implicitly. This increases the build times by a trivial amount, which matters, but is not that important. It also makes debugging image dependencies (using bitbake -g) a bear, given that it includes all dependencies for the debug tarball, as well as the actual image. Given that it's pretty trivial to build this manually via bitbake obmc-debug-tarball and (at least in my opinion) injecting the task seems like a bit of a violation of the yocto intracacies, and gives a surprising result to the user, this patchset removes the task add, and makes obmc-phosphor-debug-tarball a truly separate build target. (From meta-phosphor rev: 5c848ab3436bd0ed1062c4657f35a6a6890992ad) Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: Ie2294f8e324249a44ef73aa10d57f332e8f54168 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove waits on chassis-control in host targetsMatt Spinler2019-04-154-8/+0
| | | | | | | | | | | The org.openbmc.control.Chassis service is no longer used for anything and is being removed, so remove the waits on it. (From meta-phosphor rev: 0603d1636896adce54710c3658dcd9f701d97b77) Change-Id: I03872ee827562be1d7e6d06d6503545ad1d38af6 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mboxd: Depend on xyz.openbmc_project.Control.HostAndrew Jeffery2019-04-151-2/+2
| | | | | | | | | | | | | | | | | This is one of the bus names claimed by ipmid, and according to bea22141ca95 ("Ensure ipmid doesn't start until on dbus") it's the last to be claimed. Depend on this to ensure our required IPMI services are available. I've observed a reasonably reliable difference in behaviour between depending on the canonical service (phosphor-ipmi-host.service) vs the alias (xyz.openbmc_project.Control.Host.service) in that setAttention()s from mboxd state changes were propagated as expected in the latter case but not in the former. (From meta-phosphor rev: 3b0c37e3e0bf2a6f6e9cca7f4f1e49f4c79cc1e1) Change-Id: Ibcda190e28aa169923f80f48ab98a2a2bd890e4a Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-host: Units can depend on xyz.openbmc_project.Control.HostAndrew Jeffery2019-04-151-0/+1
| | | | | | | | | | | Expose an alias so if other units depend on the DBus presence of ipmid they can explicitly depend on it. (From meta-phosphor rev: beb3181dac206700ce9ab5253448f877b4420b7c) Change-Id: Ic72d56969edc83422ee7c79d6d7bbb6fc7c8197f Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add obmc-ikvm application to the apps packagegroupEddie James2019-04-151-0/+1
| | | | | | | | | | The obmc-ikvm application is a daemon to control IpKVM functionality. (From meta-phosphor rev: 6ace8c0a1b7510b748a9e6e8412647e126209e30) Signed-off-by: Eddie James <eajames@us.ibm.com> Change-Id: I856e009ed6fef6d02bd28bcecde09168a1bd114e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* obmcutil: Add 'sh' version, remove python versionAnthony Wilson2019-04-154-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | obmcutil was moved from skeleton to state-manager and converted to 'sh'. obmcutil-completion.sh no longer needed in pydevtools. Add recipe for new repo `phosphor-power-control` to install chassiskill. Adds the phosphor-power-control apps to the chassis-state-mgmt packagegroup. Install the components associated with the phosphor-state-manager package into bin. phosphor-state-manager: srcrev bump 32c532ea9b..19096267d4 Alexander Filippov (1): obmcutil: add more info to state subcommand Anthony Wilson (2): obmcutil: Add to 'make install' list obmcutil: Add chassiskill option Patrick Venture (2): build: pkg anti-pattern: use defaults build: install into bin instead of sbin (From meta-phosphor rev: 3492fb98c0a181a1c2adaae9682ef66683407241) Change-Id: Id0afaa80d1fa0c309d3d6d3483c40d26351f5f06 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump ffdc4799ad..a218ddb84cAndrew Geissler2019-04-151-1/+1
| | | | | | | | | | | | | | Dawid Frycki (1): WFT Baseboard: add Node Manager sensor James Feist (1): Remove unnecessary chatter from the log (From meta-phosphor rev: 6b184bfdca5508b74616a271f9945070eaad0983) Change-Id: I3b21481688f5e4fdeb99be239676feb00de44ce1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 11df4f6906..5023aa95ffAndrew Geissler2019-04-151-1/+1
| | | | | | | | | | | | William A. Kennington III (2): message/unpack: Fix undefined behavior autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 9a3af8ce6761bf42b4dccdfbab74d31b6ff1e217) Change-Id: Ie6e7ea142fede167169db7a0142dcd824074d99a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump d2543f81f4..93dc2c8e7cCheng C Yang2019-04-151-1/+2
| | | | | | | | | | | | Cheng C Yang (1): Enable PSUSensor support (From meta-phosphor rev: 57255c93fbbbfe5a5e7b7b1e8334277055976c03) Change-Id: I959ce6541145e95c70cc23f4b89125d751b072a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 5782ab8136..ce6a3f36ceAndrew Geissler2019-04-151-1/+2
| | | | | | | | | | | | | | James Feist (1): Remove threads Also add boost depends, as asio is now being used. (From meta-phosphor rev: 7c617d052bcff00996eba227c2af230ea498f63b) Change-Id: I23f090e9f010856441f56fa21604ae250a71ba3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: kcsbridge: use git protocol instead of httpsPatrick Venture2019-04-121-1/+1
| | | | | | | | | | | Use the git protocol with github packages instead of the https protocol for fetching the repository contents. (From meta-phosphor rev: 2180ac89721a7637b5d5f278d1134b6b04ac92b3) Change-Id: Iec4dbb000ebe7b556adc2f4e68a6e0dcb968c482 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: logging: point at binPatrick Venture2019-04-121-3/+3
| | | | | | | | | | | | | | | The components of phosphor-logging are now installed into bin instead of sbin. phosphor-logging: srcrev bump e5e3a9ccd0..e731044c79 Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 0cf4e35422b0add6afcbe9fe8162d02f0e5975ff) Change-Id: I378f1272cf362143e95d1456c27cc45abb8de090 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump c46f6cd7dc..11df4f6906Andrew Geissler2019-04-121-1/+1
| | | | | | | | | | | | Vernon Mauery (2): Fix up Get Device ID to use the new return helpers rewrite Reset Watchdog Timer command to use new provider API (From meta-phosphor rev: e2dd49542fa720f059d7e331761d9fb198050bd1) Change-Id: I9360fa36d5a69d21735cc4a83c54dad38aa7746f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump 4623908c8c..d5c34aa725Andrew Geissler2019-04-121-1/+1
| | | | | | | | | | | Gunnar Mills (1): Add Accelerator Interface (From meta-phosphor rev: 1504f58ff1bf822021b5118c8de753fd61be98ac) Change-Id: I569e029092faec0cdb0eb8f1ad0cfe9d4765af1c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 0eb4035759..ffdc4799adAndrew Geissler2019-04-121-1/+1
| | | | | | | | | | | | | | Yong Li (1): Add CPU error related and bios post completed gpio configuration Zhu, Yunge (1): Add Fault leds gpio configurations (From meta-phosphor rev: 0ef498dd67326addafe393fb31b1a2bc4731b77a) Change-Id: Ib4e73bbcdbfa05f192baabf5c2cf67f86b77c57e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 1ffa209e99..4733a11b42Andrew Geissler2019-04-121-1/+1
| | | | | | | | | | | beccabroek (1): Firmware page upload not working in some cases (From meta-phosphor rev: a09eb15d7bab98e52df85bf285b4e31139440cfa) Change-Id: Ia6cdca06105d514371eb5d0de4e70a4a2f1271df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-led-sysfs: srcrev bump e0844ff447..5b1417bd21Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (17): Add OpenBMC C++ clang-format file and format code controller: Avoid pessimistic moves bootstrap: Add dev mode test: Add tests for Physical class Add sysfs LED class wrapper sysfs: Integrate class into Physical and tests test: physical: Introduce LED mocks test: physical: Cover trigger:timer branch in setInitialState() test: physical: Cover trigger:none, brigtness:asserted branch test: physical: Hit both branches of stableStateOperation() test: physical: Capture Action::Blink parameters test: physical: Capture state(Action::{On,Off}) parameters physical: 'frequency' is really periodicity physical: Rework commentary for brevity physical: Cleanup unnecessary variables physical: Avoid unreachable statement in driveLED() physical: Conform to LED class kernel ABI (From meta-phosphor rev: 4cc258fcba50f5e6629c595912800e7685404341) Change-Id: Ibe2b91fc04a8e12c01438087050f858e663bec8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump a5deeeafe8..1ffa209e99Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | Derick Montague (1): Resolve accessibility isssues (From meta-phosphor rev: 4fa6231cb22c27abb64ca2d0f3a49691d2ab5e6c) Change-Id: I5e399491383640377e9c2e499d80cbec44ff2758 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump b65cf3b6fd..0eb4035759Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | James Feist (1): Clean up (From meta-phosphor rev: 6bf723aea11f578edcfddf626ee0fa6093889af3) Change-Id: I5448679053236051acf6d06b4da16d6017b081ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump 5515c34fde..4623908c8cAndrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | Jason M. Bills (1): Add interface definition for Redfish PCIe support Ratan Gupta (1): Ldap: Add the BindDn password in the config interface (From meta-phosphor rev: 2ee110e06492746202782bc841e5c46ad1a43c09) Change-Id: I8ab524edc25effa3dddfc3b3182cf42470e225cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 48e4639e3e..0e7de46f9bAndrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | Andrew Geissler (2): fw-inventory: Add RelatedItem to inventory fw-update: Support host image update Brad Bishop (1): tls: Avoid Intel reference in in self-signed certs Marri Devender Rao (1): Redfish: Local variable overriding member variable Santosh Puranik (1): PATCH support for DateTime (From meta-phosphor rev: 7a521d8d7ec7b9169346cb7ed2675549487482cc) Change-Id: I1ea6dd0ba0fa4d051492ed50d137d3fb6f8214dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump f1aa51cedf..f273d2b562Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | William A. Kennington III (5): Makefile: Fix bad system header flag build: Use libnl package config instead of hardcoding util: Use standard ether functions for conversion vlan: Modify create method to return an ObjectPath util: Don't ignore non-running interfaces raviteja-b (1): Network:Modified create interface to return the D-Bus object ID (From meta-phosphor rev: 2005567e63646f88a6de224d9732c422b4df9888) Change-Id: Ifb629bf4c210246a9d8d289e6750bf14e9e0cbb7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump e50345b36f..d2543f81f4Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | James Feist (1): Associate to the parent Zhu, Yunge (1): [ADC-GPIO]Enabling ADC-Gpio Bridge (From meta-phosphor rev: d552be0a416d20f50629786664c439c5ed783a29) Change-Id: I95b47e36571297b3b7f2238509ccaa8d86cf88ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: Add jsnbd as a runtime dependencyAdriana Kobylak2019-04-111-0/+2
| | | | | | | | | | | | The virtual media websocket endpoint in bmcweb calls the nbd-proxy application provided by the jsnbd package, so add it as a dependency. (From meta-phosphor rev: e8de9ad845ee3429c02e91223a2d4c1a704c9405) Change-Id: I0a798de0b8e822898cd8d5b41af80a05c26f5ba8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump ab8231c663..5d9302860fAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | Lei YU (1): Refactor: only untar once (From meta-phosphor rev: dad1c491ad0d20ac7ccddc12b8759a02499ec36e) Change-Id: I9133ff6a8caf7c832161b62e60164388822554cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump af6b87c7f2..e50345b36fAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | Cheng C Yang (1): Support more PSU Sensors (From meta-phosphor rev: d5c5f38f12b1caf5ecdf53cb84bd3a34aafe67fb) Change-Id: I050f72aa31157befa27de3272f51943821c51090 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-blobs-binarystore: srcrev bump 8ca234e698..e535a736efAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | | Kun Yi (2): bugfix: Fix invalid data handling in deserialization improvement: Don't deserialize again if past attempt failed (From meta-phosphor rev: 2490bbca63fc872b8e4caabc2bf5cbb7136c8fc7) Change-Id: I5951aec837f0b8e9a3d3c6fae3ada17d60301fbb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 444830eed8..b65cf3b6fdAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | | | | Jae Hyun Yoo (1): Make CPU index start from 1 instead of 0 for Tioga Pass Zhu, Yunge (1): [ADC-GPIO]Enable ADC Gpio bridge configuration (From meta-phosphor rev: 3ff6823f2a4011494822ddbff99e43397bcb7ae4) Change-Id: If298adc8f3ca346723a6f78f3e671dbbefe28943 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump 7f83837608..686ae77a74Andrew Geissler2019-04-101-1/+1
| | | | | | | | | | | Matt Spinler (1): Add test artifacts to .gitignore (From meta-phosphor rev: 17fc81b549332e0f01ae4030a153e60059afb58f) Change-Id: I3fbb4da1b35a24639d2df16791ddbdff5142b2f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump 8515eae7ad..4274c117ddAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | William A. Kennington III (1): std::variant: Remove uses of the variant_ns (From meta-phosphor rev: db66ead618460df8962c61255db1b2d7f8ed670b) Change-Id: I23c253cd80b998b7e48050eedfedb0b687c27fef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump bea5392552..c46f6cd7dcAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | | | | | | | | | Saravanan Palanisamy (1): Add: Get channel payload support command Vernon Mauery (3): Add error message to build to make packing type errors clear Add a tuple type for packing ipmid: update chassis identify command smriti (1): Support - Get channel capabilities in host intf (From meta-phosphor rev: 321b86913a093f759f3223bf5f605d420eacb460) Change-Id: I06ef2728635865c197038d7c6d5f762d06e0d190 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump c0da84767c..c0c74e7ccaAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | Anthony Wilson (1): skeleton: Use ioctl gpio handling (From meta-phosphor rev: cac8501f2e5404f0f4e5dfb6539049a7040813ef) Change-Id: Idac66c5f57a0800ab2b104c501d8e4ae22aa6fc7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-sel-logger: srcrev bump bb071fb5ba..f2552a50fdAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | | | | Jason M. Bills (1): Use the Resource Event Message Registry for threshold events Nikhil Potade (1): Add handler for pulse like Assert-DeAssert events (From meta-phosphor rev: ce832d144efd92b398889f786dbc47fd72a26645) Change-Id: I7fcaf46ca2091c3573fa56be82af0ac6bea6ea0c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* LDAP:create single nsswitch.conf fileraviteja-b2019-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Earlier thought was there would be overhead if we include "ldap" here in the nssswitch.conf file so created nsswitch_ldap.conf, but we have tested both the cases(ldap/local) and we don't find any overhead,so we don't need both nsswitch.conf and nsswitch_ldap.conf files Here is link for nss-pam-ldapd-users discussion thread https://lists.arthurdejong.org/nss-pam-ldapd-users/2019/msg00021.html Tested local and ldap user authentication with valid and invalid credentials. (From meta-phosphor rev: a4ac97cdb199af84a28c2ad691aa5ef85b32d66f) Change-Id: I0c72d3a32a51dcc0cb8cf9c67411d26b5d8658d2 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: rename network to phosphor-networkPatrick Venture2019-04-092-32/+31
| | | | | | | | | | | | Rename the network_git.bb recipe to phosphor-network_git.bb to make it consistent with the other phosphor namespace recipes. This is the final step as there are no more dependencies on network_git.bb existing. (From meta-phosphor rev: 720e8adcc294ce0c87a19f009b7f72f8ea2de7c3) Change-Id: I4583ff26aa74276f967b85efcb6d6e2d9f2eb2ee Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 08244d0221..48e4639e3eAndrew Geissler2019-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Andrew Geissler (1): fw-inventory: Provide BiosVersion in system obj Jason M. Bills (2): Add link for "Uri" objects Change the name from Immediate to On-Demand for CPU Log RAJESWARAN THILLAIGOVINDAN (1): Redfish(Network): Implemented PATCH of StaticNameServers array Santosh Puranik (1): Add SerialConsole to Manager node (From meta-phosphor rev: 3e29e718d74326cfc41a6f3a1543526bdeebdbb9) Change-Id: I3539b4d4719942f39d2c58d989ff2dcb93924a4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdbusplus: srcrev bump 8cd7a4a10c..8515eae7adAndrew Geissler2019-04-081-1/+1
| | | | | | | | | | | | | William A. Kennington III (3): sdbus++: Fix mako include substitution for signals sdbus++: Allow server.hpp files to have extra generated includes sdbus++: Generate includes for enum references (From meta-phosphor rev: bae4113f94c5f37da6d8068e0cae150cdf8e0e28) Change-Id: I9eb28e5a62c07fd669e4d4770930f95d2e1211ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump cee4ef2ffe..af6b87c7f2Andrew Geissler2019-04-081-1/+1
| | | | | | | | | | | | | | James Feist (1): ExitAirSensor: Fix off by 1 error Richard Marian Thomaiyar (1): Fix: Move overriding logic to base sensor class (From meta-phosphor rev: c2f6c82d07f82947b439f4bd025187e884c08736) Change-Id: I9a418858f418f3a5498a6ccb57e24771a3465dab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 6c90b04bc5..bea5392552Andrew Geissler2019-04-081-1/+1
| | | | | | | | | | | | Vernon Mauery (2): Only include ipmid/api.hpp for the new API Add helper functions to simplify error responses (From meta-phosphor rev: 976c7128856ae8aa1fbaa5be7cc8083e72ada2e4) Change-Id: I6909da26188c9e597e5bf6a313ab69a9941db07e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* aspeed: Remove Witherspoon DTS patchJoel Stanley2019-04-082-91/+0
| | | | | | | | | | | | | An atomic cross-layer update is required to do this - as such this commit consists of these subtree commits, squashed: meta-aspeed linux-aspeed: Witherspoon flash layout, GFX DRM meta-phosphor aspeed: Remove Witherspoon DTS patch Change-Id: I57d466163fdc5dc188424e7cade688779f15def0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add ipKVM applicationEddie James2019-04-082-0/+19
| | | | | | | | | | | | Add the application recipe and service to start application when the BMC boots. Append the libvncserver depdendency to minimize the image size impact. (From meta-phosphor rev: 1205c5b25ae674cdd568ed8cbdfa99f3ea7ba788) Change-Id: I7791f3512e9ba7a33d95df7ea30d0dc48a218d2f Signed-off-by: Eddie James <eajames@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: Use meson instead of autotoolsWilliam A. Kennington III2019-04-081-2/+5
| | | | | | | | | | This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: 5fef274d2238a6baae3e865161505a8432e1ed7b) Change-Id: Idbfbd7445ba186555812a6ab29e2e8c97a067c30 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-certificate-manager: srcrev bump 278a6a65af..8841dbd66eAndrew Geissler2019-04-071-1/+1
| | | | | | | | | | | Marri Devender Rao (1): Modify unit test cases to cater for Certificate D-Bus object (From meta-phosphor rev: 86b8529e34cecaaa61dbdef4d101e4c2c7ea7515) Change-Id: I4ecff9a81fb39ec472f952f0f1d79ff2ffc272f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-objmgr: srcrev bump 12025cdc6a..7f83837608Andrew Geissler2019-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Geissler (20): unit-test: Introduce unit tests to phosphor-objmgr unit-test: Test need_to_introspect function unit-test: Add all required parameters to removeAssociation unit-test: Create initial associations file unit-test: Test removeAssociations interface unit-test: Move asio server to its own class unit-test: Move association create funcs to util unit-test: Request distinct name per test app unit-test: Test deleting entry on name change unit-test: Move removeAssociationEndpoints() unit-test: Utilize common code for endpoint remove unit-test: Move checkAssociationEndpointRemoves unit-test: Test checkAssociationEndpointRemoves() unit-test: Move associationChanged() unit-test: Add some doc on Association unit-test: Debug functions to dump data structures unit-test: Test associationChanged() unit-test: Fix bug when endpoint empty unit-test: Move processing of interfaces added unit-test: Test interfaces added function (From meta-phosphor rev: 70bec1f018b3797d613653d35700bb0268bbdc72) Change-Id: Iaa4d1d16f46484392049fc31d8d1904bcec7d309 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* stdplus: Use meson instead of autotoolsWilliam A. Kennington III2019-04-071-8/+4
| | | | | | | | | | This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: 6838e7ce10ee9970aeb27262dcc45d11449f21d3) Change-Id: I57490fd3635357bc203e8fb0e40b27217e5d8f79 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdeventplus: Use meson instead of autotoolsWilliam A. Kennington III2019-04-071-5/+4
| | | | | | | | | | This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: fe1b9e8f48bece7e78be566de44d634a6c5a4b35) Change-Id: I1f1703d742d227604c95f6d86ce5d8b44a3240bd Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud