From e2a1d6da2515c28847d48df02e8659954aa57eb8 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 15 Dec 2020 08:12:44 +0000 Subject: phosphor-debug-collector: srcrev bump 8b9b4690a4..ff9c4527ea Ravi Teja (1): Modify dump offload method to write dump on to unix socket path (From meta-phosphor rev: 4cb25cf5bea4c066584cab7617d0163589221d56) Change-Id: I9c805f42802d55838638bfea213d8af724266ec4 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc') diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index e1c98f546..ad6e9a6bd 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "8b9b4690a4460ada5bf60a285ff6065eda6d5d4a" +SRCREV = "ff9c4527ea3ac488868b7b0c60b0239ed8a3b206" -- cgit v1.2.3 From b5c2fac1cadbbc307d6518f73d969bbc9e1c697b Mon Sep 17 00:00:00 2001 From: Ramesh Iyyar Date: Mon, 7 Dec 2020 06:46:45 -0600 Subject: dump: Used renamed build option - The phosphor-debug-collector renamed "host-dump-offload-transport" build option into "host-transport" to make generic for supporting other host dump action (i.e create,delete) not only offload so, changed build option here as well based on phosphor-debug-collector. - In this patch bumping "phosphor-dbus-interfaces" as well to get bumped "phosphor-debug-collector" dependent dbus changes. - Modified "ffdc" recipe to use phosphor-debug-collector.inc to avoid version update in two different place Version bump info: - phosphor-dbus-interfaces: SRCREV: 02f196d..a3943e6 Dhruvaraj Subhashchandran (1): Update Create interface to return object path. - phosphor-debug-collector: SRCREV: ff9c452..2279386 Dhruvaraj Subhashchandran (2): Return the object path for user requested dumps. Progress tracking support for dump entries. Ramesh Iyyar (4): host-dump: Renamed host-dump-offload-transport build option offload: Moved existing pldm offload as oem/ibm command ibm-host-system-dump-offload: Used CustomFd host: Added support to delete system dump phosphor-debug-collector patch: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/38792 (From meta-phosphor rev: 17743ee6f06480be7806d64d50f6bda1a2d4f5df) Signed-off-by: Ramesh Iyyar Change-Id: I54e01c192170b710977aa54439a02044a34e481e Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc | 2 +- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb | 4 ++-- meta-phosphor/recipes-phosphor/logging/ffdc_git.bb | 6 +----- 4 files changed, 5 insertions(+), 9 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb index e2a102055..9fd40c323 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "02f196d40802ee0b4d0b37f8781edb7c481b1300" +SRCREV = "a3943e6e385fc396478902a90faf433ac5b5d34a" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index ad6e9a6bd..a28745a63 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "ff9c4527ea3ac488868b7b0c60b0239ed8a3b206" +SRCREV = "2279386bf7874fb4fea5218e5ae291e12201454a" diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb index 8d74f39e0..cca5d629e 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb @@ -181,8 +181,8 @@ PACKAGECONFIG[ubifs-workaround] = " \ -Dubifs-workaround=disabled \ " -PACKAGECONFIG[host-dump-offload-pldm] = " \ - -Dhost-dump-offload-transport=pldm,, \ +PACKAGECONFIG[host-dump-transport-pldm] = " \ + -Dhost-transport=pldm,, \ pldm \ " diff --git a/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb b/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb index 6b93dace9..f6ee824a8 100644 --- a/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb @@ -3,8 +3,7 @@ DESCRIPTION = "Command line tool to collect and tar up debug data" PR = "r1" PV = "1.0+git${SRCPV}" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" +require recipes-phosphor/dump/phosphor-debug-collector.inc DEPENDS += "systemd" @@ -13,9 +12,6 @@ RDEPENDS_${PN} += " \ " S = "${WORKDIR}/git" -SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" - -SRCREV = "ff9c4527ea3ac488868b7b0c60b0239ed8a3b206" do_install() { install -d ${D}${bindir} -- cgit v1.2.3 From 6b020387f8045334b47862a37f4a21a278969f22 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 17 Dec 2020 18:42:45 +0000 Subject: phosphor-dbus-interfaces: srcrev bump a3943e6e38..4bd4033c79 Dhruvaraj Subhashchandran (2): Update dump create interface to accept a set of parameters. Add Entry and create parameters enum for resource dump. phosphor-debus-collector: srcrev bump 2279386bf7..969f9a5904 Dhruvaraj Subhashchandran (1): Update createDump to accept additional parameters. (From meta-phosphor rev: 0f7ad23295ae6310dc110b4cabf1e97e61f83632) Change-Id: I65df3e3bb03ab7ccc4223b7f1dfe97a64c231184 Signed-off-by: Dhruvaraj Subhashchandran Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb index 9fd40c323..5bc91917f 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "a3943e6e385fc396478902a90faf433ac5b5d34a" +SRCREV = "4bd4033c79d6f0b773a70bd3feb34073bd84551f" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index a28745a63..6d413013e 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "2279386bf7874fb4fea5218e5ae291e12201454a" +SRCREV = "969f9a59047978107b794fb58974cfa173283813" -- cgit v1.2.3 From 8a406c010d5949e65d34366b2999ed35909165ee Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 13 Jan 2021 15:21:34 +0000 Subject: phosphor-debug-collector and phosphor-dbus-interfaces phosphor-debug-collector: srcrev bump 969f9a5904..f37c5c3b3e Dhruvaraj Subhashchandran (1): Remove unused DumpType from Notify implementation. phosphor-dbus-interfaces: srcrev bump a57b7e1a0d..962f955868 Dhruvaraj Subhashchandran (1): Update Notify method to remove unused DumpType Matt Spinler (1): thresholds: Add 2 new threshold interfaces (From meta-phosphor rev: a9ee1a90ff39a31e6ca884ea9b669755bffeab79) Change-Id: I48cafc668a8a58fcc95c285104bc7a776094e199 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb index d4ad89ad3..a7b14b357 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "a57b7e1a0d95fdc17856e08d31a04cb3a1fde7ea" +SRCREV = "962f955868979f588c32a9cfe927ef66ad0b361c" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index 6d413013e..68d7cac1b 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "969f9a59047978107b794fb58974cfa173283813" +SRCREV = "f37c5c3b3e2785c51241bd34f700364406e8e9a4" -- cgit v1.2.3 From ee50c1c72b8863cd59e8b4754ac9596affa941cd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 20 Jan 2021 04:41:32 +0000 Subject: phosphor-debug-collector: srcrev bump f37c5c3b3e..24e0c5910a Andrew Geissler (1): mpipl: move from diagnostic target to crash target Dhruvaraj Subhashchandran (3): Allow initiating or offloading host dumps only when host is up. Add Resource dump support Change the the namespace of OpenPOWER dumps. Ramesh Iyyar (1): host-transport: pldm: default: Added missing header (From meta-phosphor rev: cc5ce150b4c89b259f85385b5c35c37064f82c79) Change-Id: I3a94f7e8531499cb30e570a3c78fc033ab6aa401 Signed-off-by: Andrew Geissler Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc') diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc index 68d7cac1b..e6548ae22 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "f37c5c3b3e2785c51241bd34f700364406e8e9a4" +SRCREV = "24e0c5910af87fac22c08dd61d2315cd98c56fcd" -- cgit v1.2.3