summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-7/+7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-04-07ipmi-fru-parser: srcrev bump 686da1839e..0968237b47Andrew Geissler1-3/+3
Also switch inherit to python3native. Patrick Williams (1): scripts: convert to python3 (From meta-phosphor rev: 0c95d6effd27397d520a5ba93cc800cba50a2420) Change-Id: Id35a5395314d5629bc07c4bd59f9c780915e102f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-phosphor: PN.inc to BPN.incPatrick Williams1-1/+1
Some recipes have abstracted the git revision into a separate file and have a line 'require ${PN}.inc'. The issue with PN is that it changes to have a -native or -nativesdk for those contexts. The variable ${BPN} (base package name) should be used instead. (From meta-phosphor rev: c7d848ec9b524114550f80276f7b5e45b9ad8d46) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib875fd9904b16379b20dc7891087b8e0bf90fe69 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-ipmi-fru: Add eeprom detection by OF nameWilliam A. Kennington III1-0/+10
This allows us to provide names without hardcoding an i2c bus path. (From meta-phosphor rev: 1eada36d06cfa40e7c9ba98fd74414c270a9e477) Change-Id: Iba6950ced1e49af1ace3cdde84345f42cd8f57fd Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-06-13meta-phosphor: ipmi: fru: remove unused dependencyBrad Bishop1-8/+0
Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru. It isn't used. Remove the todo that refers to the dependency. The TODO suggests some refactoring but it probably doesn't make sense to push the hostfw abstraction all the way out to the IPMI FRU parser - this is already being accomplished elsewhere with simpler schemes than the one suggested. (From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c) Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-phosphor: ipmi-fru: drop rdependsPatrick Venture1-4/+0
Drop RDEPENDS field with item that is handled by dependency installation. (From meta-phosphor rev: 1dcb03ecbb2aec0f7ee6d0b3249940299a7a8a81) Change-Id: If31d1e86f2d39abaef58321b7dcd19b978a35326 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-phosphor: ipmi-fru: add cli11 dependencyPatrick Venture1-0/+1
Add dependency on cli11 ahead of code changes that require it. (From meta-phosphor rev: e60de05d1725b42e71f5e88e4ad2a8c756ff9aa9) Change-Id: I7332da6c4ac0eeff2fe1c54b3f7ab5de1d029d6c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19meta-phosphor: ipmi-fru: add phosphor-logging dependencyPatrick Venture1-0/+1
Add phosphor-logging to DEPENDS list ahead of use in repository sources. (From meta-phosphor rev: c1887af2cc9f12171707219525a7e6412f79b2d1) Change-Id: Ia5312fb403e103bfd3a2531c694c3ccb9ea79c5c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16meta-phosphor: ipmi-fru: rename recipe as gitPatrick Venture1-0/+51
Rename phosphor-ipmi-fru.bb to phosphor-ipmi-fru_git.bb per OE norms. (From meta-phosphor rev: 6f1857e74d1b4426c3f5ea92b747a3cef1345aae) Change-Id: I1e42e0cfbee64af3e4a3f6b480795c34e4229bb8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>