summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/logging
diff options
context:
space:
mode:
authorpremjha2@in.ibm.com <premjha2@in.ibm.com>2023-04-14 14:14:19 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-19 17:55:45 +0300
commit377306d53a6dd35b2975621fcc9564c87c64f456 (patch)
tree9562bf2a0591d8160bb3126ad20d7f59249ce599 /meta-openpower/recipes-phosphor/logging
parent8775d3d97be8495a81fa39f907b67b124cdaa61f (diff)
downloadopenbmc-377306d53a6dd35b2975621fcc9564c87c64f456.tar.xz
openpower: Add support for PM eLog trace parsing
Commit is intended to enable import of trace parser modules from hostboot repo. It aims to pullin modules which parse trace section of eLog committed by XGPE, PGPE and QME. Change-Id: I067af7b9594df13dab7184e568d0d008d4e47c65 Signed-off-by: Prem Shanker Jha <premjha2@in.ibm.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor/logging')
-rw-r--r--meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb b/meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb
new file mode 100644
index 0000000000..ba7a9ebb0f
--- /dev/null
+++ b/meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Hostboot PEL python parsers"
+DESCRIPTION = "Used by peltool to parse Hostboot UserData sections and SRC details"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+S = "${WORKDIR}/git"
+SRC_URI:p10bmc = "git://git@github.com/open-power/hostboot;branch="master-p10";protocol=ssh"
+SRCREV:p10bmc = "d796168959bc338e8c8a990403c535ee5d8b31c4"
+
+inherit setuptools3