summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
...
* phosphor-rest.inc: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: Id2b7891b5521517a30955b3cd688cb7613ba18ad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: I12d1e735e37460cdc3ee0257211b3ff767e02126 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Install events yaml for fan controlMatthew Barth2017-06-053-0/+19
| | | | | | | | | | | | Updated the fan control recipe files to include the events config yaml file. For witherspoon, an events yaml file was added initially supporting the fan degraded events of missing or containing a nonfunctional fan resulting in the fans running at full speed. Resolves openbmc/openbmc#944 Change-Id: I5cbc69694d2a05ec2d5daab55f045e1e28764828 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* mboxd.bb: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: I0a2f787863cdd139a105504ec56aa0d14afb5c0b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-debug-collector: add missing inheritJayanth Othayoth2017-06-051-1/+2
| | | | | | | Inherit pythonnative. Change-Id: If5d48c44057186c47b958f0e84dead0c3364ce0f Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-041-1/+1
| | | | | Change-Id: I0f005531592f69e91f6f3697adfd693e3b389ce9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-debug-collector.inc: bump versionPatrick Williams2017-06-041-1/+1
| | | | | Change-Id: I8f99d4ad1f8988a2639abed5ae817b4e874c5c3d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-041-1/+1
| | | | | Change-Id: I216d926af1860ab553794595ca9aafe7ff137a94 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* busybox: Install watchdogMatt Spinler2017-06-041-0/+1
| | | | | | | Enable the watchdog application Change-Id: I83829b7e4270359a4dcf2a7aad92035f783b9a6c Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* phosphor-gpio-monitor.bb: bump versionPatrick Williams2017-06-031-1/+1
| | | | | Change-Id: I235fe3b7943c324de62e0a9f916c8933ce113a76 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-06-031-1/+1
| | | | | Change-Id: I788eaa4e35c0a0f719347c9b4e52a11771b358e5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add known path of the error yaml file in base classMarri Devender Rao2017-06-031-0/+1
| | | | | Change-Id: Iea12235cfd5bd01902b187ea4f6f2d6869a016e3 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-06-031-1/+1
| | | | | Change-Id: I64b8dbaad1bcc38b14cd38c9904815245d4e87d1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe that facilitates in error metadata generationMarri Devender Rao2017-06-032-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | New error log native recipe added which will be built before phosphor-logging recipe. Applications that have error yaml files need to add a native recipe that copies the error yaml files to a known location and add a DEPEND relationship with this error log native recipe. phosphor-logging will have a DEPEND's relationship on the error log native recipe. error log native recipe ensure's that all the error log yaml files are available in the known location before phosphor-logging is built. phosphor-logging during the build process will pick all the error yaml files from the known location and generates error meta data. Change-Id: I1a4c627ced854241cafa41d0d6388ef69c8b0356 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Remove the org.openbmc.records.events serviceAdriana Kobylak2017-06-037-50/+0
| | | | | | | | | | The records.events implementation has been replaced with xyz.openbmc_project.Logging Closes: openbmc/openbmc#1313 Change-Id: Ie2cc3dc48763301989de63214c37edb601290c91 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* phosphor-fan: Fix a whitespace errorBrad Bishop2017-06-031-1/+1
| | | | | Change-Id: I499e8fd282cb7db33dbc88ad2c36aa52b9b94f86 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Ensure watchdog is disabled on chassis offAndrew Geissler2017-06-031-0/+7
| | | | | | | | | | If the user elects to do a hard power off on a system via the chassis poweroff target, need to ensure we still disable the host watchdog. This service will now be called in both the host and chassis off targets. Change-Id: I83c8c1b657056dab0dbbaaea0dea230f9c3ade4e Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Ensure soft poweroff service stopped on host startAndrew Geissler2017-06-031-0/+1
| | | | | | | | | | | There are some error scenarios where the soft poweroff application/service can get stuck waiting for the OS to shut down(45 min). If the user forces a power off and then powers back on, we just need to be sure to stop this service. Change-Id: I7518d5059cfab122f5ded86e9b66d01d2029508a Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Only run soft power off when not host requestedAndrew Geissler2017-06-032-0/+2
| | | | | | | | | | | When a power off or reboot is host initiated, do not run the soft power off service. Since the host is the one requesting the action, there's no need to execute the soft off function (notification to host to shutdown). Change-Id: Ia6e833598e6042646e5d5bd17821ed29e141fa6f Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Ensure host-shutdown target calls the host-stop targetAndrew Geissler2017-06-0310-1/+23
| | | | | | | | | As a part of the soft power off (host-shutdown) ensure that the host-stop target always gets called. Updated the involved services to ensure they are run in the correct order. Change-Id: I7e9113631786f0d0cb0f89b94c4b97fdc0328e7b Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* phosphor-settings: bump and use .inc for SRC_URIPatrick Williams2017-06-032-4/+3
| | | | | Change-Id: If9a464c49336154f88c74e8c65012740af0672bd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-fru.inc: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: I7e6bc3e7c3745bcd2210f0db6bbd01ba0f4965ec Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Remove the extra space from the directory nameRatan Gupta2017-06-021-2/+2
| | | | | | | | | | | | There was extra space at the start of the path and due to that bitbake creates the directory named "". This fix strips the spaces from either end. Resolves openbmc/openbmc#1413 Change-Id: I860aa9cbf95c556b938c591e2438b0504207a9f9 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: I7db7f9c7cdb47b30a32f7488ac50a570a45d5c05 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* pyphosphor.bb: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: I214b03945b01805933cfdf229af51d0c0e97c27b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: I476af7f5ceed60a4b0320e50c12b07954f02d035 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: Ice061a196659cda3e4dde3196f3284896898f3b0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: I80065445998eb8f3317aa1b423540a2971dc39f0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager.inc: bump versionPatrick Williams2017-06-021-1/+1
| | | | | Change-Id: Ic849953fc7fd1b055d0f5d01bf91edcb7da226cb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe for the new settings managerDeepak Kodihalli2017-06-028-0/+106
| | | | | Change-Id: I28b3454c0066649b0c163616247f9ca1bbf3abb3 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-05-311-1/+1
| | | | | Change-Id: Ieb957e69be8329706edc77ee19107c5b45489db1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* sdbusplus.bb: bump versionPatrick Williams2017-05-311-1/+1
| | | | | Change-Id: Idcc9db37875175090a35b5c52ca6a4e69d1539f4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Improve phosphor-logging summary and descriptionBrad Bishop2017-05-311-2/+3
| | | | | Change-Id: I06a161a35790051ced90000bd81b4bd58b355b3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-05-311-1/+1
| | | | | Change-Id: I57c4131716d27c909a04c9fcfa97ea662bf0b6f4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-settings.bb: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: I1003d277ef65113aacbec33accf04b83afc78c2a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe file for phosphor-gpio-monitorVishwanatha Subbanna2017-05-313-0/+40
| | | | | | | | | | phosphor-gpio-monitor is a generic GPIO monitor application which can be used for any purpose where a GPIO needs to be monitored for certain state. Due to this need, it has been added to obmc package group. Change-Id: I8e11e8d5567d6f4c56479b335d1f6bd9b39401fd Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-networkd: move SRCREV to common bbclassPatrick Williams2017-05-293-7/+4
| | | | | Change-Id: I692f8b97a23728630ac2e5595a26c6a82cca90ad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan.inc: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: I6e515c49b63523b4f554fb1fbf03002848b63cf4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: I6c3ce4e7f63683aa19bd269db0f9518be08b3c1e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: Ic49806c164623757ee0723a98cf0e59f67085414 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: Icabadf097020ff4832e14cbd59d4ea377ab6e069 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-phosphor-user.bb: bump versionPatrick Williams2017-05-301-1/+1
| | | | | Change-Id: Id4f4ddb82472c3cf58ae8cc1224a21242732ab34 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* network.bb: bump versionPatrick Williams2017-05-261-1/+1
| | | | | Change-Id: I0f50e778d285b8c03f26d092cf04fb71affa4f10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add target files that gpio monitor can call intoVishwanatha Subbanna2017-05-262-1/+14
| | | | | | | | | | When GPIO monitor sees that a particular line is asserted, it calls into one of the configured systemd targets and this is one such. For now, the target just has host-quiesce and will be enhanced to contain a service that logs an error. Change-Id: I09afea5fcab3efce7bbfa5124af9b8cb2e0594bf Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* kernel: Fix 4.10 BarreleyeEdward A. James2017-05-252-0/+197
| | | | | | | Patch the dts to allow Barreleye BMC to boot. Change-Id: I61bf1d6a1751a78162505811a2cb5799ecfc517f Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Add MAX31785 driverEdward A. James2017-05-252-0/+822
| | | | | Change-Id: Ie435a0dd50cb528d5d3686c586dd65794ec3909e Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: Patch in i2c, sbefifo, and occ driversEdward A. James2017-05-2511-0/+3676
| | | | | Change-Id: I845752ca9f64f42f1fc46e14cac90a48f7195ca3 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: Move to Linux 4.10 treeEdward A. James2017-05-252-6/+6
| | | | | | | Tested on witherspoon. Change-Id: Ib74dd9b3acaf3528d029591645ca30add67de71e Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Block host power on when ActivationBlocksTransition existsAdriana Kobylak2017-05-254-11/+16
| | | | | | | | | | | | Add a dependency to the power on target so that it waits to start until the ActivationBlocksTransition interface is not present on any of the Software subtrees, which would indicate that a code update is in progress. Closes openbmc/openbmc#1344 Change-Id: I926d209ce4d3106e09e35a35c1e9cfde1ec2f613 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-05-251-1/+1
| | | | | Change-Id: I980b3d873da57d2a4d499a533f3eae42bc3f7471 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud