summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ecc
AgeCommit message (Collapse)AuthorFilesLines
2023-07-13phosphor-ecc: srcrev bump 527190b2b7..9a31e9a4a4Andrew Geissler1-1/+1
Patrick Williams (1): build: upgrade to C++23 Change-Id: If544992da463668290be1e3b7a2ffb13a6a35fbe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-22phosphor-ecc: srcrev bump c0b4eae01f..527190b2b7Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I3fcce1f4ea8e60df28f1bbc2abd772ca2002a1bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-02phosphor-ecc: srcrev bump 2c4ae24103..c0b4eae01fAndrew Geissler1-1/+1
Patrick Williams (1): meson: remove deprecated get_pkgconfig_variable Change-Id: I77f2d47a60928b159e46d1aa28b8ac7c64f8eb04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-12-13phosphor-ecc: srcrev bump c5d295b1b8..2c4ae24103Andrew Geissler1-1/+1
Patrick Williams (1): prettier: re-format Change-Id: I5237ded5f002572784c9e3dfbaf79a3ea707c5a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-12-06phosphor-ecc: srcrev bump 5c76c6d6a8..c5d295b1b8Andrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: I99603f45a811e6864ac0031e06c137adebeae453 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-07phosphor-ecc: srcrev bump 7414667cde..5c76c6d6a8Andrew Geissler1-1/+1
Patrick Williams (2): OWNERS: switch 'matches' to 'matchers' MAINTAINERS: remove file Change-Id: Iff76934c872ec589c39c79ce6d501e5d4c10df53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-22phosphor-ecc: srcrev bump c33f294ecc..7414667cdeAndrew Geissler1-1/+1
Patrick Williams (1): build: switch to C++20 Change-Id: I73e1cd8f364657601644613d0cf78ed9cbc6bde5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-20Run oe-stylize on our filesEd Tanous1-9/+7
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-01-25treewide: fix up github SRC_URIsPatrick Williams1-1/+1
Per [1], Yocto is going to start requiring both branch names and `protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to automatically fix our URIs. 1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
2022-01-07phosphor-ecc: srcrev bump a56bb3cae1..c33f294eccAndrew Geissler1-1/+1
Medad CChien (1): Update service file Change-Id: I7d7282e145dd2fe529d4fffe2e73166c425d5862 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ecc: srcrev bump 0841f8abf9..a56bb3cae1Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I951eca2b4e0a984ad9ca203e7e7be46dfec57e27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-10-02phosphor-ecc: srcrev bump a1d42027be..0841f8abf9Andrew Geissler1-1/+1
George Hung (1): Add phosphor-ecc unit (From meta-phosphor rev: e1ce7f561779813bdf8ded9f7c374f8d2a62036d) Change-Id: Iaf609788e1bde74b9a4c85d321fd4978e2b3f368 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-02meta-phosphor: ecc: add BMC ECC logging recipeGeorge Hung1-0/+22
Add new recipe for monitoring BMC ECC UE/CE and logging Design proposal: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/18684 phosphor-ecc commit and test result: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-ecc/+/22562 (From meta-phosphor rev: e904d47c1c6146c11416984e1f89d1bf2f3c87ee) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I21723a5279a7688ba4dec8698b6355e5d0a5c1a6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>