summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10dump: Adding workaround for jffs2 file systemChirag Sharma1-6/+4
Change: Incase of jffs2 the jffs-workaround flag will be enabled and will watch IN_CLOSE_WRITE event during core file creation. For rest of the file systems(ubifs, ext4 etc) the flag will be disabled and will watch for IN_CREATE event. For more details please refer to "openbmc/openbmc#2240" and "openbmc/openbmc#2287" issues. Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Change-Id: I4c43473ae557f3fe45a583e0206d52b318773c88
2020-12-17dump: Used renamed build optionRamesh Iyyar1-2/+2
- 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 <rameshi1@in.ibm.com> Change-Id: I54e01c192170b710977aa54439a02044a34e481e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-14Add Open Power dumps as a package and bump.Dhruvaraj Subhashchandran1-0/+5
Add open power dumps as a package so that can be enabled on the systems or achitectures which supports that. phosphor-debug-collector: srcrev bump c237e3d..8b9b469 (From meta-phosphor rev: 9cc0e41c87fd5db2e786d71a65b5809aab8ff847) Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I2c9af7b2b3c4b7d49db3db2a02b9dcd301fee846 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26meta-phosphor: dump: Switched to meson build toolRamesh Iyyar1-8/+7
The phosphor-debug-collector is now supporting meson build infrastructure to build phosphor-debug-collector so, switching to meson build tool instead using autotools for reducing the bmc build time. phosphor-debug-collector meson build tool patch set: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/35282 SRCREV bump: 9b841d...bb410d Ramesh Iyyar (1): build: Enabled meson build infrastructure Tested: - Image build: - MACHINE=witherspoon DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image - MACHINE=witherspoon-tacoma DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image - SDK build: - MACHINE=witherspoon DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image -c populate_sdk - MACHINE=witherspoon-tacoma DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image -c populate_sdk (From meta-phosphor rev: b5f0cdd0be19032c7a9826054feb99eefba64c5d) Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ia9ed0f5a6757806080b12c97b21f1509395d1f51 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16meta-phosphor: remove excess phosphor-dbus-interfaces DEPENDsPatrick Williams1-1/+0
A number of packages are depending both on p-d-i and p-d-i-native, for seemingly no reason. Remove excess DEPENDS on p-d-i-native. (From meta-phosphor rev: 9a31d9bbf8d50516da9efd9dac6e5144659a84ba) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iab13f2246c1196a59d0b5852a9801c4cf7de88fc Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03phosphor-debug-collector: switch to python3Jayanth Othayoth1-1/+1
(From meta-phosphor rev: f9cd1c64a747f29575e5d212e11e16a0315fbf60) Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: If7ac050a16370327dd7878b544a73cd200be098b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-phosphor: update DEPENDS for sdbusplus-nativePatrick Williams1-1/+1
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-phosphor rev: 2bebd1247cb78567441158b152c7a13f476afd4f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30f9c2220da9145ef0a7067e067aed1396d8b40d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25phosphor-debug-collector: Fix build when pldm enabledJoel Stanley1-1/+1
The PACKAGECONFIG directive for pldm offload was missing a comma, meaning the dependency was being interpreted as the 'disable-feature' flag. Add a comma to indicate an empty 'disable-feature' option for PACKAGECONFIG[host-dump-offload-pldm]. This also bumps the pldm repository by one commit to include a build fix. Dhruvaraj Subhashchandran (1): Add pdr.h to headers in meson.build. (From meta-phosphor rev: 765da5bf2e8b60cd08dbc5faabfaff264d6755a4) Change-Id: I97895199d7fdc457b1557d75c82b485c1bb68924 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22PLDM based host dump offload.Dhruvaraj Subhashchandran1-0/+5
Limiting the PLDM dependency of phosphor-debug-collector to the systems which needs PLDM to offload host dumps throgh BMC. BUMPed SRCREV of phosphor-debug-collector to 59642e214dd0df652f8ca6e5b6780218f0ce4f51 BUMPed SRCREV of phosphor-dbus-interfaces to 86d1ab141212fd5380ac220217e46d01108b995f (From meta-phosphor rev: 0402743af80f72a21b1fc87264b2d19364ef703c) Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8f7c11640d3425951228003ac181b7a312d3ea40 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18phoshpor-debug-collector: Fix the missing dependsJayanth Othayoth1-0/+4
See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html (From meta-phosphor rev: 5216d11e0cdc8f8cb10515de73341e878b164180) Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I35bd74d0b31f5aaa77ef6a07136e9b2e94e97009 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-06-19phosphor-debug-collector: srcrev bump fa180596fe..004938eb17Andrew Geissler1-2/+2
Marri Devender Rao (1): Fix dreport os-release script point to a symbolic link Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: f09b8a81b8c35dd4c48219ffe0651b7dfba9b4ae) Change-Id: I51ebae43f3db8f7f2ace5e5ae17d53fadf13dd70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-8/+0
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-23phosphor-debug-collector: Phosphor Pass errors to watch through YAML fileMarri Devender Rao1-2/+10
Refactored code to pass error objects to watch through YAML file Dump will be created when an error object created matches the error object path specified in the YAML file. (From meta-phosphor rev: ae622549f4947084e549ec5cfc40f88daa5c4ae6) Change-Id: I9eb1c53ee4e1580d903e1004009d7595fb7811a6 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-phosphor: phosphor-debug-collector: drop symlinkPatrick Venture1-1/+186
Drop symlink and rename bb for phosphor-debug-collector. (From meta-phosphor rev: 32f84232355ef16ec5af36a87bead81634bb1b9e) Change-Id: I9a90de31e0fdfc35ce7d8acfbd7556525556bf22 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16meta-phosphor: phosphor-debug-collector: Add symlink as gitPatrick Venture1-0/+1
Add a symbolic link to phosphor-debug-collector.bb named _git.bb and sets the preferred version for the recipe. (From meta-phosphor rev: 87491e53e44a00d3eb85883091213a43df43fca6) Change-Id: I7d23561f7e13879e7e1fc896a10d950bb68f44c4 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>