summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18Remove first-boot-set-mac service for IBM machinesmanojkiran.eda@gmail.com2-4/+2
- This commit removes the first-boot-set-mac service as the similar and a better functionaly is now implemented in phosphor-networkd service. - Here are the few disadvantages of the first-boot-set-mac service 1. The first-boot-set-mac is a script is not scalable with the increase in the number of ethernet interfaces. 2. Why do we need a new service just for setting the MAC Address when the network service alone can do it , and it makes sense to tie up this feature with Network as setting MAC address functionality is implemented and owned by networkd. 3. With first-boot-set MAC, we need to make sure the VPD is populated before , if for any reason the VPD is not generated the first-boot service cannot help set the MAC. (From meta-ibm rev: 8638c6eb8d54507b632088b329c104e859cd8d19) Signed-off-by: manojkiran.eda@gmail.com <manojeda@in.ibm.com> Change-Id: I955834b56c28f9a311563dd40607c8f2ba305d40 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-18Enable JSON to Map Inventory Object with Network InterfaceManojkiran Eda9-7/+73
- This commit would enable a configuration JSON file, through which one can map the inventory object paths to the actual ethernet interfaces which are managed Network Service. For Example: - Lets say the Inventory path for a single ethernet Interface machine would look something like below: `/xyz/openbmc_project/inventory/system/chassis/motherboard/boxelder/bmc/ethernet` Then the corresponding configuration JSON would looks something like below: { "eth0":"ethernet" } Note that the key (eth0) in the JSON is the actual ethernet Interface managed by the Network Service, and the value (ethernet) is the search pattern to be found in the Inventory Path String. - The above JSON would help the phosphor-network service to look for a match on the Interface Added signal under Inventory Path with an object path that contains the pattern String ("ethernet"), and there it gets the MAC address populated under the respective inventory path and set it as the MAC address of the eth0 Interface. (From meta-ibm rev: 0e69c800da414c88d24e4fa5fe8d9bf560b87637) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I9e0ab9d8368efae226334086f7b1c5b6fa821770 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16meta-ibm: remove phosphor-logging-error-logs-nativePatrick Williams1-2/+0
Functionality is now covered with non-native YAML providers via packagegroup-obmc-yaml-providers. (From meta-ibm rev: 367e4b7ebf2754f224db71cba40e159a24590c87) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id6331322ffe1de17c2741e6572437141ae721e29 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16ibm-logging: use non-native YAML providersPatrick Williams1-13/+5
Remove the extra -native YAML provider dependencies and use the non-native YAML providers obtained via the phosphor-loggging DEPEND. Add a missing python dependency. Simplify task dependency between do_report and do_install. (From meta-ibm rev: f11928baab0df3b845f59786ec934e8fb7272b4d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I05040555fc98808cf00db150f7dcfcfab807b9da Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16ibm-logging: remove unused openpower-dbus-interfacesPatrick Williams1-1/+0
(From meta-ibm rev: c453290155d686ce0d3604ea04db17cfcf06aa0d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I559a93e0eadc92ebcdaa3aa4edd1923144986f48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-13meta-ibm: rainier: enable hw-diagsBrad Bishop1-1/+1
The hw-diags package adds advanced failure analysis support on Rainier systems. (From meta-ibm rev: 0cc373787485c1268efdfe2bf42364f84e07f80e) Change-Id: Ia33d807ecce067747ef437b8761abf93254bc53d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02Recipe update to enable ibm-dbus-interfacesSunnySrivastava19841-1/+1
This commit updates the recipe for phosphor-dbus-interface to enable ibm-dbus-interface flag irrespective of the machine type. This was required as in case of native build the flag is not set enabled. (From meta-ibm rev: f195655090bc91fa75a33e32828cfdd2a567c538) Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: I5d5c60068aa940c0762d0ad246410058c3854766 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02phosphor-led-manager: Support LED groups for swiftVishwanatha Subbanna2-0/+29
(From meta-ibm rev: 34c7a88436d2e425429b7a61065e25ce4a9b0664) Change-Id: I9d4259e36c7c7225e5f29041e204f7d75dc15720 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27rainier: Add fan watchdog fan services protectionMatthew Barth1-0/+6
Configure the fan monitor and fan control services to be protected by the fan watchdog. In the event that any of those services fail to run on the BMC, the fan watchdog would trip and push fans to 100% PWM. (From meta-ibm rev: 0860865b6c1003d5440a2be4990fc399931be92c) Change-Id: I6be11de61cae544089553f8791cf599f98ca04f6 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27rainier: Add fan watchdog BMC protectionMatthew Barth3-0/+8
Configure and include the fan watchdog services to drive the fans to 100% PWM if the BMC loses communication to the fan controller chip at any time (i.e. BMC reset while powered on). (From meta-ibm rev: 1264216bc2f10cf08f697bc1c95f10237c95515a) Change-Id: I18865bdc06c1a2be0c2a83d5e83402b9316ee845 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27ibm-ac-server: Create fan watchdog configsMatthew Barth6-0/+14
Create fan watchdog configs for all ibm-ac-server machines Tested: Built witherspoon and verified appropriate config files in image Built swift and verified appropriate config files in image Built tacoma and verified appropriate config files in image (From meta-ibm rev: ab3b7b8e234134cc4d1123817de64708712cfc1f) Change-Id: I75790b96077575878a9115072b016ad59a2f2420 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27witherspoon: Remove `witherspoon` naming from fan watchdogMatthew Barth8-12/+12
Remove the use of `witherspoon` in the names of the recipe, config files, and services of the fan watchdog. This is in prep to use this same fan watchdog on other machines within meta-ibm that have different configurations. Tested: Witherspoon image matches image prior to change Flash image to Witherspoon and force watchdog to trip (From meta-ibm rev: 80f819efec08f7cc7de6988f64c0c77e20990f05) Change-Id: I77295974397cd4903cd1a723b9ef97ee744d2557 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-18ibm-logging: srcrev bump b9ba941618..29c2ec6dd6Andrew Geissler1-1/+1
Andrew Geissler (1): string: ensure string included (From meta-ibm rev: 08bd223ad4ece904315c8f07d81877725ef748b7) Change-Id: I897cbda96dab7672a4b4af80c351d2bcf6413f34 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-15ibm-logging: srcrev bump 94924b4b10..b9ba941618Andrew Geissler1-1/+1
Patrick Williams (3): sdbusplus: remove deprecated variant_ns MAINTAINERS: update Deepak's email address sdbusplus: replace message::variant with std::variant (From meta-ibm rev: cb0edf61272e12d2cd6de0c188e9e714bc2a13ff) Change-Id: I115c1f69688745b4373b53e5f7dc8c185a9f8532 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-04Removed openpower-hw-diags from witherspoon-tacomaBen Tyner1-1/+1
Removing openpower-hw-diags from the witherspoon-tacoma packages until openpower-hw-diags is changed to link with openpower-libhei as a packaged library. (From meta-ibm rev: 8628d8a06d56a0fa232c55119f9de184fa9813b3) Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Ib129e45763742fb84eea1eb693a74e9c80228d90 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28meta-ibm: Remove references to vcs-workaroundJoel Stanley1-4/+0
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. All of the p9 systems in the tree exclude the package so this change should be a noop. (From meta-ibm rev: 38c5c9539fb3f01fc2b96d483701938bffdf48a0) Change-Id: I1c7786526dee4d9bb0d5db916890c1cbe3d51577 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27meta-ibm: move all meta-witherspoon metadataBrad Bishop278-7/+64480
The metadata common to all IBM systems is confusingly split between meta-ibm and meta-witherspoon. Move everything to meta-ibm. The meta-ibm README is re-written to more accurately reflect the scope of the layer. Allow the configuration samples (bblayers.conf.sample, local.conf.sample) to be sourced from either meta-ibm or meta-witherspoon until such a time that any workflows and tooling have had the opportunity to move to meta-ibm. (From meta-ibm rev: 6e05ef2e90b214eaf4e43ee7027bbbb1d8d09442) Change-Id: I3ec890d5300f9649c974ea6b9dca93a2e8a889ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-ibm: update DEPENDS for sdbusplus-nativePatrick Williams1-6/+3
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-ibm rev: 0b7c2ef33825f9672c60481ce5d84b240a1f38c3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I80e4b2f244f3ec9b2576e623f2f78ff6ccf406d1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03ibm-logging: srcrev bump 4c0e8945f0..94924b4b10Andrew Geissler1-1/+1
Matt Spinler (2): create_error_reports update for python3 Update condense_policy.py for python3 (From meta-ibm rev: 47dd53f60371e0e87e87ee71180b38937d15fe3f) Change-Id: I2dac97fd94b4b638e0ba3880a5a097be15d87def Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18ibm-logging: Switch to python3Matt Spinler1-1/+1
(From meta-ibm rev: 04925b9f4076932f319fa62114526ce8fa709829) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I63a166b85792ed9192f5185847e03e8fe59a3a85 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-06meta-ibm: Add send_event_logs_to_host settingMatt Spinler2-0/+7
This will be used so that during manufacturing test the PEL (Platform Event Log) code that runs inside phosphor-log-manager can be told not to send PELs to the host as that is not desired in some cases. The D-Bus path is: /xyz/openbmc_project/logging/send_event_logs_to_host and it uses the xyz.openbmc_project.Object.Enable interface that provides an Enabled property. The default value is Enabled = true. (From meta-ibm rev: 42cd2d857eb1d1c4ae6fdd8c9ee6c3c8de5ef7a0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9cab4f1c1efdda3a6d3f6f38f7c3e19690f452c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-13ibm-logging: srcrev bump 3dd7c2e6de..4c0e8945f0Andrew Geissler1-1/+1
Matt Spinler (1): Updates for new association interface (From meta-ibm rev: 19ce1444820160d3024e292e7863c9601508714a) Change-Id: If1ab86647f0b8b90d72398d929e67cf16eaff1cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-18meta-ibm: Remove references to IBMBASEBrad Bishop1-1/+1
IBMBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-ibm rev: cbbb0e5b4e44d831fce5daafd13272d401440f40) Change-Id: Ib214f92b2c384e3eb2a1f53ecf4b21034438d001 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-12Registering REST and Redfish services for Discoveryasmithakarun1-0/+4
Creating and Registering service files with additional text data to uniquely identify IBM BMCs in a network. (From meta-ibm rev: 2c2b286604e82f89edd973bc15aee78ecf4b9a7f) Change-Id: I3b843684f5df6a9b2cbe8a3709ee1203fb44ce42 Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09Enable TFTP updates via RedfishAndrew Geissler1-0/+3
TFTP is already enabled by default using the existing REST api's. Code was put in recently to also support TFTP via the Redfish UpdateServices.SimpleUpdate object. By default this is disabled within bmcweb. Enable it by default on all IBM systems to keep parity with the existing REST api's Tested: curl -k -H "X-Auth-Token: $TOKEN" -X GET https://${BMC_IP}/redfish/v1/UpdateService { "@odata.context": "/redfish/v1/$metadata#UpdateService.UpdateService", "@odata.id": "/redfish/v1/UpdateService", "@odata.type": "#UpdateService.v1_2_0.UpdateService", "Actions": { "#UpdateService.SimpleUpdate": { "TransferProtocol@Redfish.AllowableValues": [ "TFTP" ], "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" } (From meta-ibm rev: f93d1c8da15a0d73be54b80eb0f042733d1f314f) Change-Id: I2a9980b4bbb3bfd50550881e206154d1f69c0a24 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-21Move LDAP and Authority certificate services to common layerMarri Devender Rao1-4/+0
Moving LDAP and Authority instances of certificate manager to common layer from meta-ibm layer. As bmcweb implements Certificate schema which caters for uploading HTTPS, LDAP and Authority certificates and is avaiable for everyone, certificate manager services also need to be made available to everyone. (From meta-ibm rev: 13ac69d9c8138cbffd806bef19f1672ff2480c97) Change-Id: I48b388629d058b8bea1cf92c154db72550d21f85 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-10meta-ibm: Add ibm-logging back inBrad Bishop1-0/+1
ibm-logging was mistakenly removed. (From meta-ibm rev: 25b56d7eda221f445ccff3393f1be1cb1055d482) Tested: built WS image and ibm-log-manager found in rootfs Fixes: 4b2c10ea8e Change-Id: I07130bfcd6a45a0c5b4a2bf4b406cf300c7bd9d3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-31ibm-logging: srcrev bump 18825049f9..3dd7c2e6deAndrew Geissler1-1/+1
Patrick Venture (1): build: install into bin instead of sbin (From meta-ibm rev: f246cda8a43f2414a8782a806b8080dbf9c8362f) Change-Id: I797fc67f2597b5187815da29f6fa5164cae649ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-ibm: react to phosphor-rest removalBrad Bishop1-2/+0
phosphor-rest-server and phosphor-gevent are no longer the project defaults so no need to expliclty remove it any longer. (From meta-ibm rev: 4b2c10ea8e3bf957ea43ccc2957eaf3369d69f96) Change-Id: I889e2f7bdb93aa6e0ef563263515fc276ee7cd22 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-ibm: Fix explicit dependencies antipatternBrad Bishop1-6/+0
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-ibm rev: fa99caa61ecd28325e9070f268a51a5b52363bc4) Change-Id: Icc97d4b33635caf127a17e70ba6c23f1367eb735 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-ibm: Drop phosphor-gevent appendBrad Bishop1-4/+0
The IBM layer doesn't use gevent anymore. (From meta-ibm rev: eb9f2d1755c7370a049e4c4bb77dce60b6a61a1c) Change-Id: I4dc4497f963619491293e17fd2d6008ea6aaecba Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-22Remove including certificate manager instance for nginx in imageMarri Devender Rao1-1/+0
nginx is no longer supported, removing phosphor-certificate-manager instance for nginx from image. (From meta-ibm rev: 6430a4cd66fde71f0f6dc7068fc80a4e9c4bc989) Change-Id: Iedd34d672b61c867b695fab2d8b5f1af55013610 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-22ibm-dbus-interfaces: srcrev bump 0c073d5f26..109271bb4dAndrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-ibm rev: 186199f195fc0b33a9c9d477ae3801f7c94b1b3f) Change-Id: Iaa102ec4c3a022474b375e11f80c5b233e057aa7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-21ibm-dbus-interfaces: srcrev bump c9ae6bf297..0c073d5f26Andrew Geissler1-1/+1
Brad Bishop (1): build: Set pkg-config Requires (From meta-ibm rev: 26e7c8ad5ea8ffd4aaf5ed84d1af70db1fbe6f2b) Change-Id: Iae12f0effc8f0279443d633e8bbbde3e6fd09e2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-14ibm-logging: srcrev bump f5866e704d..18825049f9Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-ibm rev: 710c8305e4193483f2e0d73bbff867c020f14df2) Change-Id: I3b3e5ca6ce09960da9d9c1e9effc90ea2baa54f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-06ibm: remove phosphor-rest related metadataBrad Bishop2-15/+0
IBM is no longer using phosphor-rest so drop phosphor-rest server related metadata. (From meta-ibm rev: 6297ba9e1ea2234555303a8a739df2e87969f40e) Change-Id: If4f598f94cb56e7d6422a155b2cacd67842e7e96 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-01meta-ibm: Remove bmcweb overridesMatt Spinler4-28/+0
As bmcweb will be enabled from meta-phoshor, that's where the socket and service files will be, and where the repo will be pulled in from. No need to it from meta-ibm. (From meta-ibm rev: e9f1abf282032579fb400d5511760de080cbeac2) Change-Id: Ifa94158a2401eaad6eb44dbed1ca9bf81bce0e35 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-01meta-ibm: remove nginx from IBM platforms.Ed Tanous3-20/+2
Nginx on OpenBMC has a number of issues that matter to openbmc. 1. It increases the binary size. This is an issue given that OpenBMC targets a relatively minimal flash footprint. 2. It increases the runtime overhead. Running nginx as a reverse proxy to the application servers causes a runtime overhead, and context switch for every single page load, as well as an extra socket. 3. nginx doesn't implement any kind of authentication, so auth needs to be implemented in every application server. This removes a lot of the advantages of the reverse proxy, and duplicates a lot of code amongst multiple application servers 4. A number of nginx parameters run from the nginx config file. Some of these parameters (like cipher suite support) are desired to be changed at runtime, rather than fixed at compile time. Related to commit here to move system to bmcweb: https://gerrit.openbmc-project.xyz/#/c/openbmc/meta-phosphor/+/12933/ (From meta-ibm rev: b6639a209f0089864bef4fc86dcad97880bce682) Change-Id: I21848eb3a8dfa85968c6c96d6a78f5145402db1d Signed-off-by: Ed Tanous <ed.tanous@intel.com> (cherry picked from commit 699e296eb0dbd421bcb2fff4be9d446f47ae7195) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-22Revert "Disable bmcweb static hosting in IBM layer"Gunnar Mills1-1/+1
This reverts commit 8891e02efa759bb3173a0985f194c1e9a0bc255b. openbmc/bmcweb#5 has been fixed. This static hosting is needed for the RedfishServiceValidator.py to pass. This adds ~50KB to the obmc-phosphor-image-witherspoon.squashfs-xz With change: 20570112 Jan 17 16:03 obmc-phosphor-image-witherspoon-20190117213346.rootfs.squashfs-xz Without change: 20525056 Jan 17 16:12 obmc-phosphor-image-witherspoon-20190117220913.rootfs.squashfs-xz Tested: Verified bmcweb starts fine and responds to redfish requests. Verified the GUI works. No longer see the RedfishServiceValidator error associated with not hosting the metadata. (From meta-ibm rev: 65f3e6f2e936ba2a66dfaa128567189edca1ad20) Change-Id: I9cd68469cde5fac3fc827c6d6201547d98004a8d Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-26phosphor-certificate-manager: Package nslcd authority serviceMarri Devender Rao1-0/+1
Added service to support CA certificate To start/stop service use commands systemctl start phosphor-certificate-manager@authority.service systemctl status phosphor-certificate-manager@authority.service (From meta-ibm rev: 3f95d3f0b6e26e199afd363f1d3c4a6f7a88adb4) Change-Id: I4e7af1156da7a48b19dd1b08e57dd548d24c04b1 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19ibm-logging: srcrev bump 9351665a5d..f5866e704dAndrew Geissler1-1/+1
William A. Kennington III (1): Fixup std::variant usage (From meta-ibm rev: ba1100d620c76cc38eda480bce0ca59b32a0840b) Change-Id: Iebc5a7b4fa88bd671d5e113f06e3db5787569a65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-ibm: master refresh baedc91099..a00d9b8a84Brad Bishop1-1/+2
Update meta-ibm to master HEAD. Patrick Venture (21): meta-ibm: add IBMBASE meta-ibm: romulus: chassis: avsbus-control: set LICENSE field meta-ibm: romulus: chassis: vrm-control: set LICENSE field meta-ibm: romulus: gpio: id-button: set LICENSE field meta-ibm: romulus: ipmi-fru-read-inventory-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-map-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-sel-native: set LICENSE field meta-ibm: romulus: led-manager-config-native: set LICENSE field meta-ibm: romulus; phosphor-logging-callouts-native: set LICENSE field meta-ibm: witherspoon: chassis: avsbus-control: set LICENSE field meta-ibm: witherspoon: chassis: vrm-control: set LICENSE field meta-ibm: witherspoon: events-policy-native: set LICENSE field meta-ibm: witherspoon: fan-policy-native: set LICENSE field meta-ibm: witherspoon: fan-watchdog: set LICENSE field meta-ibm: witherspoon: thermal-policy-native: set LICENSE field meta-ibm: witherspoon: inventory-cleanup-native: set LICENSE field meta-ibm: witherspoon: power-supply-policy-native: set LICENSE field meta-ibm: witherspoon: power-supply-sync: set LICENSE field meta-ibm: palmetto: ipmi-inventory-map-native: set LICENSE field meta-ibm: palmetto: led-manager-config-native: set LICENSE field meta-ibm: dbus-interfaces-mapper-config-native: set LICENSE field Change-Id: Ic74e30b1cdd013c7d293dffc9423035632f92e43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-06meta-ibm: dbus-interfaces: set LICENSE fieldPatrick Venture1-1/+2
Set LICENSE field explicitly. (From meta-ibm rev: 768df03cb8466edfdd379229d99fe429e3c351f2) Change-Id: I97ce39b966989175fc6280ced9b88dbf0dc4f7c8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-31ibm: remove deprecated mapper path whitelistBrad Bishop1-1/+0
The IBM layer has switched over to the new dbus service whitelist mechanism for phosphor-mapper. Remove the legacy path whitelist for the IBM layer. (From meta-ibm rev: dac6e749cb9acec7c773fa21811c22ff8abea42b) Change-Id: Ic0c871beab89088dfec0c618fb7c20636e040a7b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-30ibm: Add to new mapper service whitelistBrad Bishop1-0/+1
phosphor-mapper will soon deprecate path based whitelists, so add com.ibm to the new mapper service whitelist. (From meta-ibm rev: 0d4b811825e3ff2ff593bdc997d12754a8f71979) Change-Id: I692f4c4bd26e317b8cbd8ee1cee4c9deea6e15a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-27meta-ibm: ibm-logging_git: QA fixup PVPatrick Venture1-0/+1
Fixup PV in ibm-logging_git.bb (From meta-ibm rev: 0818f6b73619e94ef3ee82bafbc23ac1649958dd) Change-Id: Idc5634c36daeb275f37cf6dc450b0c1f2cdfdab6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25ibm-logging: srcrev bump 5b6d0f63c3..9351665a5dAndrew Geissler1-1/+1
Matt Spinler (2): Use C++17 optional and any Remove dead is_method_error code (From meta-ibm rev: 0a320174e9aef8c2e67989ec521ec93f9f846f77) Change-Id: I4768ccee4d828c4b04322597cfef6f9236968342 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-ibm: phosphor-debug-collector: drop symlinkPatrick Venture2-22/+21
Drop symlink and rename bbappend for phosphor-debug-collector. (From meta-ibm rev: cfe867c1ccf65ad1069732a5d28c3863f159dfec) Change-Id: Id68e624c5405add0c5f03bd97a301617da5687aa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19meta-ibm: dbus: ibm-dbus-interfaces: rename as gitPatrick Venture1-0/+1
Rename ibm-dbus-interfaces.bb to _git.bb per OE norms. (From meta-ibm rev: 36f78498cb4dc2e3bbba3ad32f4e00baaa6d7e8d) Change-Id: If99664a7d6409d3845719f1528a0a1aba45b06af Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-18meta-ibm: logging: ibm-logging: rename as gitPatrick Venture1-0/+0
Rename ibm-logging.bb to _git.bb per OE norms. (From meta-ibm rev: 36afa9d2b26037052debdeea5444579953a1ae8b) Change-Id: I20136659bd3d51b8679c2785291e8aef66a00bba Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>