summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2018-10-04ldap: Add distro feature for LDAPRatan Gupta1-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>
2018-10-04bmcweb: srcrev bump e3cb5a319a..62d5e2e47fAndrew Geissler1-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>
2018-10-04phosphor-dbus-interfaces: srcrev bump bf21cfa864..a58489312bAndrew Geissler1-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>
2018-10-04phosphor-objmgr: srcrev bump 1036b4d131..ea6516c4feAndrew Geissler1-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>
2018-10-04phosphor-ipmi-blobs: srcrev bump 5100a38640..7210b3109dAndrew Geissler1-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>
2018-10-04sdbusplus: srcrev bump 17052240ae..ca46b9d2e9Andrew Geissler1-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>
2018-10-04phosphor-objmgr: srcrev bump d6729ea39d..1036b4d131Andrew Geissler1-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>
2018-10-04phosphor-webui: srcrev bump 8d6f37f9eb..77039a5e9aAndrew Geissler1-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>
2018-10-03phosphor-host-ipmid: srcrev bump fdfe501ea7..0fbdbce227Andrew Geissler1-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>
2018-10-02meta-phosphor: hwmon: set as git recipePatrick Venture1-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>
2018-10-02meta-phosphor: set phosphor-pid-control as git recipePatrick Venture1-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>
2018-10-02phosphor-ipmi-blobs: srcrev bump 4dc584db90..5100a38640Andrew Geissler1-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>
2018-10-02phosphor-user-manager: srcrev bump 9f630d9eb0..7ba3c71cb3Andrew Geissler1-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>
2018-10-02phosphor-bmc-code-mgmt: srcrev bump a696359077..71f6e739d5Andrew Geissler1-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>
2018-10-02phosphor-ipmi-blobs: srcrev bump b3e07e2b63..4dc584db90Andrew Geissler1-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>
2018-10-01packagegroups: Remove obmc-phosphor-licenseBrad Bishop3-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>
2018-09-28phosphor-rest-server: srcrev bump ba043644ad..dee2ef579bAndrew Geissler1-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>
2018-09-28Fix MD5 sum digest number in certificate recipesMarri Devender Rao2-2/+2
(From meta-phosphor rev: cb27451978f0228de6b3806c43be39abbac043cb) Change-Id: I914c482f659fbabf30af34d849b2821ce7932ee8 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-certificate-manager: srcrev bump 0aa0d11489..cfbc8dc890Andrew Geissler1-1/+1
Jayanth Othayoth (1): Implementation of certificate install interface (From meta-phosphor rev: 015a5c90697703ace3e713a76c0dbdc0fd46c355) Change-Id: I23fd26e326d874180b06735f9b824c4d3ac557ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28Revert "Increase StartLimitIntervalSec to 240s"Andrew Geissler1-9/+5
This reverts commit 342c041b108a30d2bcaee3553971a7f3ca5798e0. These settings apply to all service starts (not just the error ones) so this will not work because we have multiple oneshot services that can be started multiple times if someone is powering on and off a system quickly. It does not appear to apply to services that are stopped by conflict but it does affect oneshot services. Will need to spend some more time investigating this. Could give our oneshot services some override settings but would like to see if something more universal can be done. Resolves openbmc/openbmc#3393 (From meta-phosphor rev: 3537e1c6eeaef3f4f96201697b8b59f69824168b) Change-Id: Ia8ca83dd210fc82261e3296c270c18187ba5309a Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-networkd: srcrev bump 1a054aeab1..548e9f13d2Andrew Geissler1-1/+1
William A. Kennington III (1): configure: Use c++17 (From meta-phosphor rev: 0ac264cf485b4dc1a52d477f5f53dac693b38106) Change-Id: I6e8eaa2557e1c423c2f5260b4064ecb67e9efd83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28meta-phosphor: phosphor-ipmi-blobs: add logging dependencyPatrick Venture1-0/+1
phosphor-ipmi-blobs is transitioning to using phosphor-logging in an upcoming patchset which warrants adding the build dependency to the recipe. (From meta-phosphor rev: 2b120948419c00a8bca7a5afd4c72b51c1f95cd3) Change-Id: Ic8d9cd5174b444499e7bf6c5aba900eed6c3f0d9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-ipmi-blobs: srcrev bump ffecf1b2af..b3e07e2b63Andrew Geissler1-1/+1
Patrick Venture (4): gitignore: add *.lo move blobs and manager header into installation dir example: fixup compilation manager: add getBlobManager as an exported method (From meta-phosphor rev: 923a5ee6e9248ddf82125ed92454244967cc3082) Change-Id: I7cb9d1d2e9a70350beaa3de28b026d55edb382a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-certificate-manager: Add recipe and certificate serviceMarri Devender Rao6-0/+95
Add recipe and service files to start/stop nginx and nslcd services To start/stop nginx service use systemctl stop phosphor-certificate-manager@nginx.service systemctl start phosphor-certificate-manager@nginx.service To start/stop nslcd service use systemctl stop phosphor-certificate-manager@nslcd.service systemctl start phosphor-certificate-manager@nslcd.service (From meta-phosphor rev: 08b55912f01f7a2b53ccc11fb8e508c9c8bc8a14) Change-Id: Ie55613f8da061f9f948d645086db12be8239beea Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28sdbusplus: srcrev bump 703892e2d9..17052240aeAndrew Geissler1-1/+1
Brad Bishop (1): maintainers: Add William Kennington as maintainer Vernon Mauery (1): Allow copy constructor/assignment operator for message::message (From meta-phosphor rev: f943982ef4930e31a3ac2938022acbaaab98ff24) Change-Id: Ie527a115737fc8e494e5c632f04fe60db6f5c0e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28Disable medium-strength dropbear ssh ciphersJoseph Reynolds2-0/+30
This changes the Dropbear SSH server configuration so it will not accept medium-strength encryption ciphers including: CBC mode, MD5, 96-bit MAC, and triple DES. The remaining ciphers include aes128-ctr and aes256-ctr. Dropbear does not offer the arcfour cipher suite. Note that Dropbear does not use a config file and instead uses file options.h to control its features. This commit adds a patch to disable the unwanted ciphers. Tested: On the qemu-based BMC: ssh -c help 127.0.0.1 aes128-ctr,aes256-ctr Before this change, the value was: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc, twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc Attempt to contact the BMC from host: ssh -p 2222 -l root localhost # success ssh -c aes128-cbc -p 2222 -l root localhost Unable to negotiate with 127.0.0.1 port 2222: no matching cipher found. Their offer: aes128-ctr,aes256-ctr Before this change, the connection was successful. Attempt to contact the BMC from older system: ssh -V OpenSSH_5.8p1, OpenSSL 0.9.8g 19 Oct 2007 ssh -p 2222 -l root ${BMC_IP_ADDR} # success Resolves openbmc/openbmc#3186 (From meta-phosphor rev: 4ad7873e5dcd8475d48b6551002331a1efe4b2f1) Change-Id: I5648a1602a3683afd9bd90ba62d8f6e4d9237506 Signed-off-by: Joseph Reynolds <jrey@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor: pcie: drop unused pcie-detect recipeBrad Bishop2-31/+0
obmc-pcie-detect was only used on Barreleye, which has been dropped from the tree; so this is dead code and unused. Drop. (From meta-phosphor rev: 0bdbb5143f9c36e7cfb724e2d2dd8562d3d5931e) Change-Id: I3e8490ba49a64c2e6d21a948d088b01d0dfdd900 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-webui: srcrev bump 806d39be67..8d6f37f9ebAndrew Geissler1-1/+1
Gunnar Mills (1): log-search-control.html: Fix indenting (From meta-phosphor rev: 569ed4c0fe7aa73e64bc315af46de41b06e2134f) Change-Id: I9a4be7fffbbad223d250246f4e5422a93230b620 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 4755818efb..ba04ffb5a9Andrew Geissler1-1/+1
William A. Kennington III (3): example/heartbeat: Refactor example: Add a repeating timer sample utility/timer: Implement oneshot timers (From meta-phosphor rev: bfaf5e8ff42af12a9dac453a4ab076d99a88a548) Change-Id: I230707148c53117e17b3a2c996a075931fadf6a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-watchdog: srcrev bump c2c26cebc2..d4cbc5aad2Andrew Geissler1-1/+1
William A. Kennington III (1): test/watchdog: Test interval update (From meta-phosphor rev: 21fd69505a256ea7e130623ec4a08ab76e83cb89) Change-Id: I8c2ee8c942ef01a704f4cb1326dc167121667abb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27skeleton: srcrev bump 52efa6594b..7e48038afcAndrew Geissler1-1/+1
Adriana Kobylak (1): pytools: Remove dependency to obmc.system (From meta-phosphor rev: ca5a3c5bd3eb088e0e779e47fe07c39095c920fd) Change-Id: I24d0a75cc06017d2413515716face3672677be64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-ipmi-blobs: srcrev bump e4accf03bb..ffecf1b2afAndrew Geissler1-1/+1
Patrick Venture (1): build: add ENABLE_EXAMPLE macro on enable-example condition (From meta-phosphor rev: fa19a3b9fa17a12a54101e462ba16f43fa532b28) Change-Id: I30025fb38a8cb8785a31e83cd8df49c3bbc8c8ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-pid-control: srcrev bump 3dfaafdaca..ce15e02f68Andrew Geissler1-1/+1
James Feist (1): Fix dbus configured build (From meta-phosphor rev: 53587a5d221552e9fed018355e99f1760e5a4a8d) Change-Id: I376938115cd5bef307430d6c5b2ef7fc8db15021 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 6a447baf3a..4755818efbAndrew Geissler1-1/+1
William A. Kennington III (3): documentation: Cleanup and clarification source/signal: Document utility/timer: Callback should pass in the timer (From meta-phosphor rev: cb84a15374536d84303b8f8aaf01b523c7a55f9f) Change-Id: Ic90981193edfbf8a8c651307787c724d76d24ccc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-webui: srcrev bump e13275b837..806d39be67Andrew Geissler1-1/+1
Gunnar Mills (1): Revert "Remove unused dataService" (From meta-phosphor rev: 649a76d46004cc5a7a1a9ec4a8499af06031105a) Change-Id: I44af5494f7ddf9b50af77a4501f0949e113f9675 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27meta-phosphor: maintainers: remove subtree wordsBrad Bishop1-3/+0
Remove wording about a special case patch submission process. meta-phosphor now follows the same patch submission process as every other OpenBMC project. (From meta-phosphor rev: db9fdae8d12912e2608e91a71da97611bc6b158a) Change-Id: I5d08c97431abf997f052faf7ab708104c69c28f6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27Keep _sysconfigdata.py in imageAndrew Geissler1-5/+4
The previous logic for keeping this file in the image did not work well when building an SDK (the packaging layout is different). This change works in all cases and is more efficient. Tested: Verified normal image and SDK build fine now for witherspoon. Resolves openbmc/openbmc#3384 (From meta-phosphor rev: aa7464007ae3c880bcffc46b184732fea7f6a280) Change-Id: I9492fdd543353e405d602d1ff392cd518437d007 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-webui: srcrev bump 5f0b776753..e13275b837Andrew Geissler1-1/+1
Gunnar Mills (1): Remove unused dataService (From meta-phosphor rev: 78885eb56db50c6454a1912f7b79d73d4e0275f6) Change-Id: I64728f86e43881b8050d66082c0990e44ca8f964 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-fan-presence: srcrev bump ecd4bc7bf2..bd2e80a65eAndrew Geissler1-1/+1
Lei YU (1): Fix libfan_la_CXXFLAGS (From meta-phosphor rev: 3a2f1e3e99a8f76c5bc316e7dce83c0c870d21f6) Change-Id: I90d08abae37023516b4300748f943b20fd130e94 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-host-ipmid: srcrev bump 069db2fd85..fdfe501ea7Andrew Geissler2-1/+2
Alexander Amelkin (1): Get Device ID: Add handling of availability bit Patrick Venture (6): rename headers to match style replaced c headers with cpp where applicable oemrouter: add std namespace where missing move filesystem inclusion to bottom of list add std namespace prefix to common methods openbmc oem code: add ethStatsCmd Tom Joseph (1): Implement Set Channel access command Xo Wang (2): apphandler: Implement Get/Set System Info Parameter apphandler: Add "System Name" System Info parameter Yong Li (1): Implement chassis set power restore policy command (From meta-phosphor rev: a561ec99885cd00b6e50f261e8383d71d7419c40) Change-Id: I523e35a20c0821a1c391a4113dad3d79582a0657 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-webui: srcrev bump e8634e6bfc..5f0b776753Andrew Geissler1-1/+1
Gunnar Mills (2): Do not autocomplete username and password Remove tabs from HTML files beccabroek (1): Resizing SOL console (From meta-phosphor rev: a082f309953d058a1db52162b3d3450805e1c94d) Change-Id: I44d4c955bb5a300bfdb1ff383582bcd88e140f51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26ipmi: Add dependency to iptablesTom Joseph1-0/+1
Enabling or disabling the network IPMI is achieved through IP table filtering. The size of the image increased by 250K. (From meta-phosphor rev: 20a3a195e74d007fc077d62b17018daf640b906d) Change-Id: I18faa6a4ab2dc4ae49467c87cab1af57f932f391 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>