summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/phosphor-logging.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2021-04-23phosphor-logging: remove native recipe supportPatrick Williams1-1/+0
phosphor-logging use to need to run in a native context to provide YAML processing but that is no longer necessary since commit e523a091d0977adf639eaa7cdf4f895614d2696c. The support to install just the python scripts in a native context overly complicates both the recipe and the corresponding repository build scripting. Remove it since it is no longer needed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I67542f8f63bf9e30166ac1ab46eb85074cf3e843
2017-10-12phosphor-logging: Add native SDK classes to install parser scriptsMarri Devender Rao1-0/+1
Install elog-gen.py and mako script by default in the obmc-phosphor-image sdk. Change-Id: Ibfb94fc4a645bcca66f7b93656edd88a1af5c4f6 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-06-08Package yaml files and generated files as part of base classMarri Devender Rao1-1/+0
Change-Id: I6a66dc2fd6d7117f1ac8b085858b911955866814 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-06-04Add known path of the error yaml file in base classMarri Devender Rao1-0/+1
Change-Id: Iea12235cfd5bd01902b187ea4f6f2d6869a016e3 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-03-16Add virtual/phosphor-logging-calloutsDeepak Kodihalli1-0/+1
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>