summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-openpower: prep for new override syntaxAdriana Kobylak1-3/+3
Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2020-06-18meta-openpower: remove excess phosphor-dbus-interfaces DEPENDsPatrick Williams1-1/+1
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-openpower rev: 8b5634792e873d2333e337ab0ab5851fbeee0bd8) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9e51bea76c7d225475021b60cf30d75712259f15 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-16meta-openpower: drop dbus-interfaces dependencyBrad Bishop1-1/+0
The openpower dbus interfaces were all upstreamed into OpenBMC (phosphor-dbus-interfaces). Drop our dependency on openpower-dbus-interfaces. (From meta-openpower rev: 4513fec9e509b330d1a3ea58bec210c75a4fa013) Change-Id: I1bdd58b90ecb3b7491fad4068d435fa204c0f829 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-ipmi-oem: use python3nativePatrick Williams1-1/+1
(From meta-openpower rev: 074f464712912f574cc68d4fd79479bfe836df97) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7f5100d8a00c65705f969fa531dca71d31cfa327 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-openpower: 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-openpower rev: df35a2536cf347e9a4e5b15ae48b59630722d08d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I12040750b349bc36601c00a1b355d81ded2a0a01 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-ipmi-oem: prep for python3Patrick Williams1-0/+2
(From meta-openpower rev: 07cc98a90dc4be2ef5998efd197238098a8a21c6) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie7aed79f1e1ab6cdc27c399deea8ea53d43e5453 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-openpower: update DEPENDS for sdbusplus-nativePatrick Williams1-2/+2
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-openpower rev: d555f82d1a10a4c65377ae9b090996220a635c0d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie79b13b1cce3ee14e89d895d325c021c68cf89bd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-26meta-openpower: Fix explicit dependencies antipatternBrad Bishop1-7/+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-openpower rev: 42fbcf6040860dc6b0b553febeabedd241f22a27) Change-Id: If56c264d3807f604ae8ba9c948095ba61093285d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-01Add dependency on the phosphor-ipmi-inventory-sel recipe.Tom Joseph1-0/+5
The phosphor-ipmi-inventory-sel recipe provides the system specific mapping between the IPMI sensor numbers and inventory path. The openpower-ipmi-oem library will consume this mapping to log eSEL as D-Bus error objects. (From meta-openpower rev: 55b87c2cdb7c75ec8674a4a77999f2630e6d282f) Change-Id: I24893f342920fbd9690d0d769ac1f0f44017948b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-06meta-openpower: ipmi-oem: set LICENSE fieldPatrick Venture1-1/+2
Set LICENSE field explicitly. (From meta-openpower rev: 530b49430c4d7ad62b8e2af68658a9fab14059b4) Change-Id: Ic197bedffd2001cbf4c5c2327cc652b7f3007b9d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08meta-openpower: openpower-ipmi-oem: rename as gitPatrick Venture1-0/+36
Set the ending of the recipe to _git per OE norms. (From meta-openpower rev: 53f5e991be85c01869766208cd750668ce046cb7) Change-Id: Idcfdc8c48076ec04a7ec0c2a7dd8a8bef8bffd7f Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>