summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/logging
Commit message (Collapse)AuthorAgeFilesLines
* ffdc.bb: bump versionPatrick Williams2017-09-121-1/+1
| | | | | Change-Id: I5c8266843978559f7cb854e7a8bb5efea68906f5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc.bb: bump versionPatrick Williams2017-09-111-1/+1
| | | | | Change-Id: I005c3ca9dbc9e3a660f4f1eac62209e7ee4d8ae8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc.bb: bump versionPatrick Williams2017-08-281-1/+1
| | | | | Change-Id: I15d409e7015a70de01711d88859c4de132ab10c9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Enable BMC patching from the /usr/local pathMichael Tritz2017-08-241-1/+2
| | | | | | | | | | | | | | | | | This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* ffdc.bb: bump versionPatrick Williams2017-08-231-1/+1
| | | | | Change-Id: I8948831e2bc01fef102fa38b567d3b87534783e5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-08-171-1/+1
| | | | | Change-Id: I2052c4a511f481b8c1c67c132160d0414d7a0771 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-08-061-1/+1
| | | | | Change-Id: Ied0237185526e0d4de35bf0fa218d2bd00df3aac Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc.bb: bump versionPatrick Williams2017-08-031-1/+1
| | | | | Change-Id: I77cd2db097be15bdf06b1c06974c374295f544fd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-08-021-1/+1
| | | | | Change-Id: I24ac56ca7ed31f9356f2f46bcd0a0c9e04bcf086 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc.bb: bump versionPatrick Williams2017-08-021-1/+1
| | | | | Change-Id: Idc3cb42d696c91178cd791172b0307ed6db72481 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc.bb: bump versionPatrick Williams2017-08-011-1/+1
| | | | | Change-Id: I5b3533d195a07d90ae289e9e5e9ad2a9daebbd37 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ffdc: bump versionPatrick Williams2017-07-311-2/+2
| | | | | Change-Id: Ia84dec714b440a4bd531ec7fa41d5f929cf2d33c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-07-261-1/+1
| | | | | Change-Id: I55863609511fb63aa199ef2e1de47c5e2f705f8c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-07-171-1/+1
| | | | | Change-Id: I5c5e4b7df7fe22f5a0fdd03ac907a8450a4da717 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-281-1/+1
| | | | | Change-Id: Iad14892a35bb3e13a8bb2e3778b3b1e80fd2eec8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-261-1/+1
| | | | | Change-Id: Ie2ad78696069f0d7f9ca0a5aeb6372a1fd83ad40 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe for CerealDeepak Kodihalli2017-06-261-0/+1
| | | | | | | | | Cereal is a C++ serialization library; phosphor-logging uses Cereal to serialize and persist error d-bus objects. Have phosphor-logging depend on Cereal. Change-Id: I8142fbfbddfd2ed79cfafec9f4916d2975c39663 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-201-1/+1
| | | | | Change-Id: Ied7d1eaae34d781c7ea1f64eb27e6c102cab8a93 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* fix duplicate yaml_dir config variable declaration and usageMarri Devender Rao2017-06-121-1/+0
| | | | | | | | | | | | yaml_dir is defined both in phosphor-dbus-interfaces.bbclass and phosphor-obmc-yaml.bbclass pointing to different locations. Fixed the same by removing usage of phosphor-dbus-interfaces Also removed unused openpower-dbus-interfaces.bbclass Change-Id: I74d06a0f7d635bd708f58611444061c6d48db858 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-logging - pass the modified path of the yaml filesMarri Devender Rao2017-06-081-0/+1
| | | | | Change-Id: I5c00ed32f524eef461bd250d4fa0058d08a6c89c Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-041-1/+1
| | | | | Change-Id: I216d926af1860ab553794595ca9aafe7ff137a94 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-031-1/+1
| | | | | Change-Id: I788eaa4e35c0a0f719347c9b4e52a11771b358e5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe that facilitates in error metadata generationMarri Devender Rao2017-06-032-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | New error log native recipe added which will be built before phosphor-logging recipe. Applications that have error yaml files need to add a native recipe that copies the error yaml files to a known location and add a DEPEND relationship with this error log native recipe. phosphor-logging will have a DEPEND's relationship on the error log native recipe. error log native recipe ensure's that all the error log yaml files are available in the known location before phosphor-logging is built. phosphor-logging during the build process will pick all the error yaml files from the known location and generates error meta data. Change-Id: I1a4c627ced854241cafa41d0d6388ef69c8b0356 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Remove the org.openbmc.records.events serviceAdriana Kobylak2017-06-034-45/+0
| | | | | | | | | | The records.events implementation has been replaced with xyz.openbmc_project.Logging Closes: openbmc/openbmc#1313 Change-Id: Ie2cc3dc48763301989de63214c37edb601290c91 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Improve phosphor-logging summary and descriptionBrad Bishop2017-05-311-2/+3
| | | | | Change-Id: I06a161a35790051ced90000bd81b4bd58b355b3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: I6c3ce4e7f63683aa19bd269db0f9518be08b3c1e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-05-081-1/+1
| | | | | Change-Id: Iee0876dc4c1cbfce4ce96a262b8a6a811ce078f9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging, phosphor-ipmi-host: bump versionPatrick Williams2017-04-171-1/+1
| | | | | | | | phosphor-logging.bb: bump version phosphor-ipmi-host.bb: bump version Change-Id: Idb16c92551d9091458b1eef682f580f9170c9901 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-04-121-1/+1
| | | | | Change-Id: I01504dc1ef31f0365226f8cb551988c37311a526 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-04-041-1/+1
| | | | | Change-Id: I8887f9d08be71c45518af496e025af10e8822033 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging: set config flagDeepak Kodihalli2017-03-301-2/+6
| | | | | | | | Set config flag 'enable-metadata-processing', to indicate that error metadata handlers should be compiled. Change-Id: Ica7cd6bdfcf6cb88c672a504593f20a5fddb7ca4 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I51423a8daf73494ea62458c91fb69d37d423dd3c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging: add missing dependencyDeepak Kodihalli2017-03-241-1/+1
| | | | | | | | | | phosphor-logging needs to depend on phosphor-dbus-interfaces-native to be able to receive a native path which houses error yaml interfaces. Resolves openbmc/openbmc#1372. Change-Id: I65ff1d36cf4a3faeeccdb880a4f6b3b8dd2d7892 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Move object_mapper per dbus path conventions.Patrick Williams2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | phosphor-fan-presence.bb: bump version phosphor-inventory-manager.inc: bump version phosphor-ipmi-host.bb: bump version skeleton-rev.bbclass: bump version phosphor-led-manager.inc: bump version phosphor-mapper.bb: bump version phosphor-ipmi-fru.inc: bump version phosphor-state-manager.bb: bump version phosphor-logging.bb: bump version openpower-fru-vpd.inc: bump version Resolves openbmc/openbmc#1112. Change-Id: Iaf32b0e828dc4f2da021eae9b8e1d440042841d8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-181-1/+1
| | | | | Change-Id: Ifb8be657ec91a39601816c8cb073069622f37eb6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add phosphor-logging-test to debug tarballMichael Tritz2017-03-161-1/+4
| | | | | | | | These recipe changes will add the package phosphor-logging-test to the debug image recipe. Change-Id: Id0f3e2ee0ec2ebe421586ced928d60c73cbe9b8c Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* Add virtual/phosphor-logging-calloutsDeepak Kodihalli2017-03-164-1/+52
| | | | | | | | | | | | | | | This virtual generates mappings between sysfs device paths and inventory items. Add a native recipe that builds the configuration from MRW. Set this recipe as the default for OpenPOWER systems. Resolves openbmc/openbmc#1093 Resolves openbmc/openbmc#1249 Change-Id: If67b4ef0850910a076ca212197a4bd0e704d0266 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-101-1/+1
| | | | | Change-Id: I4a20edd44397b22a077711ccbbcd5c12d85b49d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I20b34277d3abdefd9ca8c993608d01b2b0e91d1c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-031-1/+1
| | | | | Change-Id: If8a0c71e7424feeb35e2420725aa2e597a00b419 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: I9021278f12da3d9733cef4e5c859ac938ce4488d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I3aabcaea82a0f63f713f6e30ffd9c903b89ca976 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I551b0693c7b71bca15f44baa20f24a6d59f3ac2d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: If1dd12be400294ad46ce66ee5182210c9912df5e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-281-1/+1
| | | | | Change-Id: I4511e52db5d62ac0e97eeed070b757074afeed04 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-241-1/+1
| | | | | Change-Id: I03a69b3f65a3545a41d35cf796c28a0835c57161 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-241-1/+1
| | | | | Change-Id: Ib125ccf9526b3d41fefb10f39d391890aebb60cf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-231-1/+1
| | | | | Change-Id: I1cf33133cde994567fa5b248809fccc446bdba8c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-211-1/+1
| | | | | Change-Id: If67c7c607e6372edb79b2309238075fd86f46da2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-02-201-1/+1
| | | | | Change-Id: I368cf6304bafcb8e72434e80ddbf57a746f71ddf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud