summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-10-18meta-ibm: bmcweb: set version wildcardPatrick Venture3-0/+0
Set version wildcard for bmcweb. (From meta-ibm rev: cc403fd638819840744cd288b95fb9f34ad1f7a2) Change-Id: I1da6441654b64038ff58bccce5d478e46d492cb7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17meta-ibm: phosphor-rest: set wildcard to versionPatrick Venture1-0/+0
Update the bbappend to wildcard on the recipe's version. (From meta-ibm rev: 15d6473d1d7e58743f7ca125c5a1ca28f3d97c50) Change-Id: I650da59f7686d8a47a7b608e70f3434d86d69e2a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17meta-ibm: phosphor-gevent: set wildcard to versionPatrick Venture1-0/+0
Update the bbappend to wildcard on the recipe's version. (From meta-ibm rev: 5d7c531563283f19c8ff86a40ff63ed1d3f3d316) Change-Id: I50f62ffda238bc7824c27c619d7f4cd38611f59b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17meta-ibm: phosphor-debug-collector: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for phosphor-debug-collector_%.bbappend (From meta-ibm rev: c1cbfe6e355ec07ffc1ba9b88c99d9faf29e393c) Change-Id: I582475020dc67ceba0c101801509c4691cbb05d5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16meta-ibm: bmcweb: set wildcardPatrick Venture3-0/+0
Set wildcard for bmcweb. Set both folder and bbappend to match. (From meta-ibm rev: cccaa8ffeada2e655e4456da751bcc51f70e5903) Change-Id: I2d03ea22cb5f184b0494dee685d58dcfbd63c3b1 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-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-02ibm-logging: srcrev bump 34af47ff62..c57aa4b931Andrew Geissler1-1/+1
Matt Spinler (4): clang-format updates Fix GetSubTree depth argument type condense_policy.py: Allow multiple || separators Policy table lookup enhancements (From meta-ibm rev: ab5475161eef90bf2e13a6683d9da4fe01e782cb) Change-Id: I65f2f3fb1a435f9d592f7c2ab8d7301caaa57265 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-01ibm: phosphor-image: minor style fixBrad Bishop1-1/+4
Wrap lines at 80 characters. (From meta-ibm rev: 4812cdae9c34b64404aa7a27e858c061be52cf38) Change-Id: I2cc7013bbd22bc68da438c27abc7f2c87d0734cf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-certificate-manager: Package nginx and nslcd servicesMarri Devender Rao1-0/+1
Resolves ibm-openbmc/dev/issues/146 (From meta-ibm rev: ae5b227f850a85773856479010f39fa8e8c2e268) Change-Id: Ie5cd36cf1bd8cab157f35bfb659a19a07cb0d681 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18witherspoon: REST: Move com.ibm to IBM layerBrad Bishop2-0/+15
Enable the com.ibm namespace whenever the IBM distro layer is included in the layer configuration. (From meta-ibm rev: f5ac5cb0791353f0153f882d6ad054d6ddaed009) Change-Id: I2568c1fcecc647b44d279d2a366e2e34abed41d1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Disable bmcweb static hosting in IBM layerAndrew Geissler1-1/+1
openbmc/bmcweb#5 tracks an issue with bmcweb and static hosting of web files on IBM systems. Until this bug is resolved, disable bmcweb from hosting the files. Currently in the IBM layer, bmcweb is only used for redfish support and the static hosting is not needed for the basic redfish support to work. Testing: Verified bmcweb now starts fine and responds to redfish requests. (From meta-ibm rev: 8891e02efa759bb3173a0985f194c1e9a0bc255b) Change-Id: I1f1ac2008afdb787de6b034a71b6ed6b2d51422b Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley15-0/+243
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>