From f85109289274a54b04e427ae2553932963b5c151 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 8 Aug 2019 13:21:24 -0500 Subject: phosphor-logging: Add PEL PACKAGECONFIG Create a PACKAGECONFIG option for phosphor-logging that allows one to enable the OpenPower PEL extension, which, when enabled, will create OpenPower Platform Event Log (PEL) format event logs for each OpenBMC event log. (From meta-phosphor rev: b1c8831ab098fdf2df6f096c27f40630f70e34fd) Change-Id: I592c073b6e7e03f106b9541ea937749a8995a7dc Signed-off-by: Matt Spinler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb index 39bef146b..a431b2c76 100644 --- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb @@ -92,6 +92,11 @@ PACKAGECONFIG[install_scripts] = " \ --disable-install_scripts, ,\ " +PACKAGECONFIG[openpower-pels] = " \ + --enable-openpower-pel-extension, \ + --disable-openpower-pel-extension, ,\ + " + # Enable install_scripts during native and native SDK build PACKAGECONFIG_add_class-native = "install_scripts" PACKAGECONFIG_add_class-nativesdk = "install_scripts" -- cgit v1.2.3