summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10openpower-host-ipmi-flash: srcrev bump d4b7f5e481..a182dce8b9Andrew Geissler1-1/+1
Patrick Williams (1): configure: remove unused dependency on sdbus++ (From meta-openpower rev: 59b4059ad77676d20476f615846d5cf95f5e8202) Change-Id: I74722be06989726a5bb3d32a140546e735b579d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10openpower-occ-control: remove sdbusplus depend in native contextPatrick Williams1-0/+2
There is no sdbusplus in native context. Since occ-control has a DEPENDS += "sdbusplus", it ends up getting sdbusplus-native when built under a native context. sdbusplus-native is a temporary alias to python-sdbus++-native, for backwards compatiblity with python2 code, which will be removed soon. (From meta-openpower rev: 2febb0a8092b410494ae6bd73204f6b9f9c9de14) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I817a122c87c4949ef4cff4b0f07ba4239ff55576 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10x86-power-control: srcrev bump e7520ba18a..fc1ecc5910Andrew Geissler1-1/+1
Vijay Khemka (1): Add phosphor log (From meta-phosphor rev: 8f0f4ec65815d6f39345e8184c54cbcf2ebd8ccd) Change-Id: I37a7b81ef9d70b418d6afdec872b222b2d233f27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10phosphor-webui: srcrev bump 494c6edb54..09081ec7f0Andrew Geissler1-1/+1
James Feist (1): Improve blocking of non local urls (From meta-phosphor rev: e059eec03bffd63d2bb8aac67d524de5759b6827) Change-Id: I92a6b79be878616d400c649b46bb7009ce3d5b81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10webui-vue: srcrev bump 37393810fa..532a4b0336Andrew Geissler1-1/+1
Derick Montague (2): Resolve header and nav accessibility violations Fix documentation error Yoshie Muranaka (2): Add SSL Certificate expiration warnings Add generate CSR to SSL certificates page (From meta-phosphor rev: e00a58d94d200f7a818bb44ed7c2d0534a883991) Change-Id: Ifb7ff0f5af5744ad56ad80205e912dad94644ef3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10bmcweb: srcrev bump 453fed064d..043a05366cAndrew Geissler1-1/+1
Johnathan Mantey (1): Match BMCWeb crashdump to the D-Bus interface provided by crashdump Ratan Gupta (2): Implement config file collection Implement lock service introspect Sunitha Harish (1): Save-area file upload to BMC asmithakarun (1): Read and Delete config files through REST interface manojkiran.eda@gmail.com (1): Support for NameServers & StaticNameServers (From meta-phosphor rev: 2f8b4f22ca443ec363625f1d91f6e6f8c2959c1c) Change-Id: I64e49f4143e195fe0ddb16cac8e7e9e5ad6da3e1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10pldm: srcrev bump 45e5254324..9be087c1edAndrew Geissler1-1/+1
George Liu (2): pldm: Remove boost related code in pldm daemon platform: Fix the error of calling le16toh/le32toh method John Wang (1): bios: Remvoe unused header files in bios.cpp Xiaochao Ma (1): pldm: Add cli11 deps to meson build file Zahed Hossain (1): libpldm: decode APIs for pldmPDRRepositoryChgEvent (From meta-phosphor rev: 865af636ecad98081a77072d6280d34168a659b0) Change-Id: I620122a0bf76c4cf5a0467666b611bfa4fea242e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10phosphor-ipmi-flash: srcrev bump d8515a6c83..d53d60a459Andrew Geissler1-1/+1
Patrick Venture (1): bmc: config: add skip action William A. Kennington III (4): bmc/general_systemd: Support systemd status reporting bmc/buildjson: Allow for systemd verification services bmc/general_systemd: Fix stale status files Update config files and docs to use systemd type triggers (From meta-phosphor rev: c1a491d4a49413ab8df611d36685c59c5018ecd9) Change-Id: Iec92f55491ec2515cf8baf46b06dbf5cdc436ae9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10obmc-phosphor-python-autotools: remove unused bbclassPatrick Williams1-30/+0
(From meta-phosphor rev: e95fd00d32d7032cea056ef8a077903810bcc6b7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia367acbef791cb1542734c53bc208c5eabc7e22e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10sdbusplus: remove unused python2 recipePatrick Williams4-117/+30
All recipes consuming sdbus++ have now migrated to the python3 version. Remove the python2 version. (From meta-phosphor rev: bb27bf20fa96141b4ac64262191b9ad0543e8a10) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idae08e4354fa75a9acb3036b7ea7b873d396c4b8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10phosphor-logging: fix nativesdk DEPENDSPatrick Williams1-1/+1
sdbusplus-native and sdbusplus-nativesdk does not exist, so recipes are required to remove that DEPENDS in the native/nativesdk context. phosphor-logging had this removal specified incorrectly and failed to build once sdbusplus-native was fully removed. Remove the "-native" in the DEPENDS_remove_class-nativesdk. (From meta-phosphor rev: a0f4d7171a9ee1bc084e2bdd0799a8ca910c2bc4) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8f2da20b6c85a60e14614142adc13f0103ac58ec Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10mrw: bump tools rev and switch to python3Patrick Williams2-2/+2
(From meta-phosphor rev: 18f36a2062894252d85046167e2675349937c7a3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5fc335dd02c0a2d2fb4ccc5f7d67a82c40b79e7d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10meta-ibm: add missing phosphor power configurationBrad Bishop1-2/+2
There were a couple _${PN} (package name) style overrides added to DEPENDS and EXTRA_OEMESON with 438174de3490. The package being built is only addeed to OVERRIDES during the packaging task. DEPENDS and EXTRA_OEMESON are used during the configure task. The result is DEPENDS and EXTRA_OEMESON are not updated as intended. (From meta-ibm rev: 4e1950490e3329c1f9f193cba7f2739df6456c59) Change-Id: I7a902ad4ca07cb590cd1bad5f5d1046ecaa9d63e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10Add a host-error-monitor recipeJason M. Bills1-0/+22
Tested: Verified that the recipe builds (From meta-intel rev: c60d4b4488a6cfd8015537213309d6a20438edf9) Change-Id: I15afd8a5626126fbe0d7bfd967ff6f2a19e8be22 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10Add a libpeci recipeJason M. Bills1-0/+20
Tested: Verified that the recipe builds and PECI commands work. (From meta-intel rev: 0ae2c89cff8e59c4121bcf33ea3a053d0890f6df) Change-Id: I2335583d439c6f3eb9be6a9c1c58bb62cd30ec0c Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10x86-power-control: srcrev bump e7520ba18a..fc1ecc5910Andrew Geissler1-1/+1
Vijay Khemka (1): Add phosphor log (From meta-intel rev: fe94c9a65b4b8f113ab41dc14e85f6c66ecbb513) Change-Id: I5b4186f14fd7be726f5949d69aa03fc5423a63c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10meta-quanta: gsj: Configure ipmi-net over usb0Vivekanand Veeracholan4-0/+38
gsj uses usb0 for RMCPP. Add necessary channel config and access settings. (From meta-quanta rev: 96620f6b11f72fd94c39a5472f7a97b81d66e541) Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I303b781572f0ef107839bc4f0ab435b781702b74 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09phosphor-power: srcrev bump 87ff9d7d0a..0e70113dc4Andrew Geissler1-1/+1
Bob King (3): regulators: Implements support for i2c_write_bytes regulators: Implements support for run_rule regulators: Implements support for chassis Shawn McCarney (3): regulators: Create journal interface regulators: Create System class regulators: Enhance IDMap to detect duplicate IDs (From meta-phosphor rev: 03d7ccb6d67f84421955a46b21259fb27735d0ea) Change-Id: I1993ed8185f57d562b0a5c5abe7bc6d493a7101c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09pldm: srcrev bump 3b28ba8148..45e5254324Andrew Geissler1-1/+1
Sridevi Ramesh (1): Enable 'oem-ibm' in pldmtool for base commands. (From meta-phosphor rev: 9a796c6359a5df2595a2573d58fd9f46304ada1c) Change-Id: Idac91c80e71095ab12832ffe10b1fd0a67c81b7a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09phosphor-networkd: srcrev bump 6f9a2ee25c..acd6dd5572Andrew Geissler1-1/+1
Manojkiran Eda (1): Backend changes for Populating Nameservers(DNS & Static) (From meta-phosphor rev: 93599deec761cb0aa4bc69750bacded2886786fc) Change-Id: If1e9a858e076bb831bef83641bec97ade67f114a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09phosphor-host-postd: srcrev bump 938c0e438c..ad2a08c7deAndrew Geissler1-1/+1
Benjamin Fair (1): 7seg: fix service file name (From meta-phosphor rev: 5c90cb096b7310d49021cedf9733deb4bca8bf56) Change-Id: I087e116cc6501b2791de18db9092c2888e1cbd20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09webui-vue: srcrev bump 1f9ed4c310..37393810faAndrew Geissler1-1/+1
Derick Montague (1): Add engines object to package.json Sukanya Pandey (1): Add spec files for the components Yoshie Muranaka (1): Add SSL Certificates page (From meta-phosphor rev: 8b1e3baf63b663f4e42c95bc1280c4bc1dbbacbc) Change-Id: Iba86761e75c82f4471aa766cd0103d4e9afb3089 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09bmcweb: srcrev bump ab6554f1d8..453fed064dAndrew Geissler1-1/+1
James Feist (1): Protect against timer exhaustion Ratan Gupta (1): Rest service root implementation (From meta-phosphor rev: 6d5f121bf1db3b59ba422c44307f61eaae47e933) Change-Id: I56255ebb517dec818542f99c08068d82ced23e32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-08setup: filter out unsupported machinesPatrick Williams1-1/+3
Due to the import of meta-layers from out of openbmc, some of which have their own machine configs, running `source setup` reveils a long list of machines many of which are unsupported. Any supported machine should be using the `meta-phosphor` layer in some way, so look for that in the `bblayers.conf.sample` file. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3ee4aa33a643d5f7faf0c6e1bd6f3d9c84cddab8
2020-04-07phosphor-power: srcrev bump e85499b63d..87ff9d7d0aAndrew Geissler1-1/+1
Bob King (2): regulators: Implements support for i2c_write_bit regulators: Implements support for i2c_write_byte (From meta-phosphor rev: 8938fef774ba3c4c8f5a21ed83f90a0e524fb51d) Change-Id: I0a171b1af24e5bf87ea7f0ef6b28c877f7d0d1ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07pldm: srcrev bump d823cc0b3c..3b28ba8148Andrew Geissler1-1/+1
Deepak Kodihalli (1): libpldm: Add APIs related to entity associations Pavithra Barithaya (1): libpldm:Change in the PlatformEventMessage field Tom Joseph (1): docs: Update documentation for FRU_Master.json (From meta-phosphor rev: ce43f5c6e1a387707e82198c78d268933086d95b) Change-Id: I3d6494a58b45c58aeeb281a63afeb915aaaae41e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.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-07openpower-debug-collector: switch to python3Jayanth Othayoth1-1/+1
(From meta-openpower rev: 45c1fcd1ea9a3e0cf476853e719adcffd28221ad) Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I96ba2d6854b992e619f5c5fc60f90de6ff8d560f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-software-manager: remove dependency on sdbus++Patrick Williams1-2/+0
openpower-software-manager doesn't use sdbus++ internally anymore and the configure.ac check for it has been removed. Remove this dependency. As a result of removing sdbus++, the recipe no longer needs python3native either. (From meta-openpower rev: a8e50f821c69ada335b8921c1b4131172c997d0f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8b6df5395489b91d4c1f1190ce216875f951ad43 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07dbus-sensors: srcrev bump f5709b4b8b..a2cec8ca24Andrew Geissler1-1/+1
Zbigniew Kurzynski (1): Fixing typo in option disabling CPU sensors (From meta-phosphor rev: c0f813e3cca39176bc7cefb5a7482cb01574a5b3) Change-Id: I285c58a9e7175435f6505b1dfc7bea3b4f6ad3fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07tacoma: Build a mmc-ext4-tar imageAdriana Kobylak1-1/+1
The mmc-ext4-tar image is used for MMC code updates. (From meta-ibm rev: 4471bfb1798201d4b7f03912600474825034db0c) Change-Id: I9c26f9eebfccccce80eb405d8ddf9f7b59c34fd8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-ibm: Add mihawk ipmi oem commandBen Pai2-1/+24
In order to detect the riser card on the mihawk platform. (From meta-ibm rev: a50f69fb50ab68137ce1b95d79ccb703c97e47c4) Change-Id: Ief0019f08cc14f3733ba5db67fcf218f46812bb2 Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-ibm: update DEPENDS for sdbusplus-nativePatrick Williams1-6/+3
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-ibm rev: 0b7c2ef33825f9672c60481ce5d84b240a1f38c3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I80e4b2f244f3ec9b2576e623f2f78ff6ccf406d1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07google-ipmi-i2c: srcrev bump 14853c7336..2da4d98236Andrew Geissler1-1/+1
Zhenfei Tai (2): Add .clang-ignore for jenkins test Format markdown tables in README (From meta-google rev: cbd7e9a752b707558c96c4bbc7433fb7cf290129) Change-Id: I0ad72f2e85b977658065114f66d2f32b20b6acc2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-host-ipmid: srcrev bump b741b99092..0e2dbee2d1Andrew Geissler1-1/+1
jayaprakash Mutyala (1): Fix for Callback privilege (From meta-phosphor rev: 9087b81fdbf3fb10b56d6e6c0115c0ecceca13ba) Change-Id: Ia52cee521a720613b75b3ac9e970874b5ca4c3d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-net-ipmid: srcrev bump 4c494398a3..9979e9971eAndrew Geissler1-1/+1
Rajashekar Gade Reddy (1): Update the remote ip addr to session properties (From meta-phosphor rev: a62bb3efb0b2428110bbf6e745bd56b778d5c343) Change-Id: I867c58303423c45301acfcea9ddfdbec06905194 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-dbus-monitor: srcrev bump b4d6990942..44fd7e89b5Andrew Geissler1-2/+2
Also switch inherit to python3native. Marri Devender Rao (1): Switch to python 3 (From meta-phosphor rev: 3a89bfd69a790b558bdb914157f101ba746455ba) Change-Id: Iacff9dca5301b36b7ef26febdd3a252c7fb7bc40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07bmcweb: srcrev bump 3c27ed3bb4..ab6554f1d8Andrew Geissler1-1/+1
Joshi-Mansi (1): [Redfish-Ethernet Inf] Enable Read/Write for FQDN (From meta-phosphor rev: 4fa4854bf879bcff6fb72d35b06a0b1581ac48f6) Change-Id: Idaf51dd90773594db90c1f7e5352094b3fe650d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07dbus-sensors: srcrev bump f3fd1915fa..f5709b4b8bAndrew Geissler1-1/+1
Alex Qiu (1): PSUSensor: Add support for MAX16601 and add label temp6 (From meta-phosphor rev: f68f186b39fc9eef3dcda02aca87775ad3419bb8) Change-Id: I329c5e3817c8f3d09df9424adb87b9aa108d2efc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-fan-presence: srcrev bump 5a80f3aec4..f24d7749b3Andrew Geissler2-2/+2
Also switch inherit to python3native. Matthew Barth (1): Switch to use of python3 (From meta-phosphor rev: edc6affa3a15e0b1a2737763f5a17917f60c11de) Change-Id: I92dda018935b1765b0c809a709785e645282e139 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07ipmi-fru-parser: srcrev bump 686da1839e..0968237b47Andrew Geissler2-4/+4
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-07phosphor-inventory-manager: srcrev bump 5a71b4c637..ebff814fb7Andrew Geissler2-2/+2
And switch recipes to python3native. Patrick Williams (2): scripts: convert to python3 MAINTAINERS: update Deepak's email address (From meta-phosphor rev: 7f303982383ff61ee3d1b4a8b4e9e2037feed7ed) Change-Id: Ie6c9d05af0631e736ce45369076bdf0f768d7f81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07pldm: srcrev bump 8cd60689fe..d823cc0b3cAndrew Geissler1-1/+1
Sampa Misra (1): pldm oem: implement certificate handler Zahed Hossain (1): Bug fix when building pldm with oem-ibm diabled (From meta-phosphor rev: 84c36505e1e0cb3576960280a3ba27dd6881c9ad) Change-Id: I714401d7426401b6956068da5ea37a476e81fda1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07mboxd: Enable virtual pnor based on virtual pnor featureAdriana Kobylak1-2/+2
Enable the virtual pnor if the virtual pnor distro feature is enabled instead if ubi is enabled. This allows for systems to choose virtual pnor without having ubi. The ubi include file already includes the virtual pnor include file that adds the virtual pnor feature. (From meta-phosphor rev: decfb373e348356e995d0378e60f024fb9620d60) Change-Id: Iabd8e69f1c05e67f2f62ce9891f3b310c456cc72 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07obmc-phosphor-systemd: Substitute more variablesWilliam A. Kennington III1-0/+6
(From meta-phosphor rev: 174bce334bc5e4fa960aa600399b5cddeb30b841) Change-Id: I03c2c389c7cfedbfbc4c97a8fa4c9fa3fbf937f7 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-phosphor: PN.inc to BPN.incPatrick Williams6-6/+6
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-hostlogger: use python3Patrick Williams1-1/+1
(From meta-phosphor rev: d65afb3cf79e8e751663993bc86c439fbf8e5f42) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id8934784eb96c53646449a68c00fdf329dda7e78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-phosphor: remove unused config-in-skeleton bbclassPatrick Williams1-36/+0
(From meta-phosphor rev: 501bea332a71385297c2968a16e6782ce96cf5e5) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39a6f05d2180e4965c8767b441743bb66b5a2f07 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-ipmi-fru: Add eeprom detection by OF nameWilliam A. Kennington III3-0/+16
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>
2020-04-07phosphor-debug-collector: srcrev bump 59642e214d..719c5f0821Andrew Geissler1-1/+1
Jayanth Othayoth (1): Switch to python 3 (From meta-phosphor rev: e3acae9d17a7a7fbc94bdff51ff8b2e8b238b09f) Change-Id: I029019f85278cb67afe8d443ca165dc7e7e91455 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>