summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/phosphor-logging.bbclass
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-04-16 22:14:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-04-23 02:48:03 +0300
commit60c4907f61898cdcfac80232a7dfcf4314a0a7d7 (patch)
treea53135a08a1cc84a08ccfde9b55543b809b09b1e /meta-phosphor/classes/phosphor-logging.bbclass
parent8ace09cd6c88708b0aa886993d3586f2f46eceee (diff)
downloadopenbmc-60c4907f61898cdcfac80232a7dfcf4314a0a7d7.tar.xz
phosphor-logging: remove native recipe support
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
Diffstat (limited to 'meta-phosphor/classes/phosphor-logging.bbclass')
-rw-r--r--meta-phosphor/classes/phosphor-logging.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/classes/phosphor-logging.bbclass b/meta-phosphor/classes/phosphor-logging.bbclass
index 48676f4ff..18f53d434 100644
--- a/meta-phosphor/classes/phosphor-logging.bbclass
+++ b/meta-phosphor/classes/phosphor-logging.bbclass
@@ -1,2 +1 @@
callouts_datadir="${datadir}/phosphor-logging/callouts"
-elog_dir = "${datadir}/phosphor-logging/elog"