summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* Watchdog: Add recipe for phosphor-watchdogVishwanatha Subbanna2017-06-155-0/+54
| | | | | Change-Id: I460e086e1e5d3d5db5405ac29927a7b460f56ff6 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I4a67904493c560861a16189ea5f6e4c56d106780 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-fru.inc: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: Ibc6e121081a7e2f79707aa3507b063a93f11d8b0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I8636f9314f0672a2f8f6b412cbef6e39c9530127 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mboxd.bb: Move repo from mboxbridge to phosphor-mboxdAdriana Kobylak2017-06-141-2/+2
| | | | | | | | | | The mboxbridge repo is a reference implementation which has been cloned into phosphor-mbox to be able to add functionality specific to openbmc. Any updates done to the mboxbridge are being merged into phosphor-mboxd as well. Change-Id: I0b8ef4290b043633921055fc60bffbb7f303144d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: I935848fa745508615b2e23e3a2af1f0680119d42 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: I78cbb9ed78a9447b940ee54eeae2320cd673edbd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: Ic83c36f6e731cb6186725ec84ce45788234e8388 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Replace old gpio-monitor with new oneVishwanatha Subbanna2017-06-132-25/+0
| | | | | Change-Id: I8f96987ab61d7657c3ccd3d665fa34ed6cb508ec Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* LEDS: Update udev rule to pass $name than $devpathVishwanatha Subbanna2017-06-131-1/+1
| | | | | | | | | | | | | | | | | | | Physical LED controller expects a sysfs path where it can find leds. Current UDEV rule is passing $devpath and that works fine. Because '-' is converted to '/' when systemd unit file processes it, application needs to put a workaround to fetch the name of LED correctly if the LED itself contains '-' in it. Although $devpath still works to apply that workaround, it becomes difficult for the workaround to look for a particular directory to go beyond looking for led-name since not all LEDs would be having /sys/devices/platform/leds/leds. However, all of those would share 'sys-class-leds' and hence passing 'sys-class-leds' with $name makes it appropriate. Change-Id: Iab5c71cf0c6f601a25b9b4470b46d7fc4d930223 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-debug-collector.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ic768db09a70b3d5f8f96d017986253cf18a58426 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-sysfs.bb: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ia4084f673f67364298b7c2d7d0a29f7d47b759d2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mboxd: Reduce logging verbosityAndrew Jeffery2017-06-121-1/+1
| | | | | | | | | | Andrew Geissler reported that mboxd was flooding the journal during boot, making it difficult to track other behaviours in the log. Fixes openbmc/openbmc#1752 Change-Id: I90d4da42b06fe5a56a399fb849b17f318d6247b5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Id20a460a68de79739f0c978d973f567a9ab29c59 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ice8ad998ce7c0019fee488301e1208731676141a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* MRW: avoid recursive install of hwmon configsBrad Bishop2017-06-121-3/+6
| | | | | | | | | | | | | | | | Fix an issue where any hwmon conf file under WORKDIR is installed in the image. If hwmon-config-mrw is run multiple times, subsequent bakes will install conf files under image, packages-split, etc into the image. Install MRW generated hwmon configs in a directory under WORKDIR. Point the config file search algorithm at this directory, rather than WORKDIR to avoid finding configuration files installed into image, packages-split, etc...from previous bakes. Change-Id: I569092af4033935cc6113e101c8ec7e37b5849c9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix up recipes to address missing fan appsBrandon Wyman2017-06-121-1/+1
| | | | | | | | | | | Change to use the "softer" default value for PACKAGECONFIG by default. Change to append extra paths in bbappend for Witherspoon. Fix up/change some names in bbappend file for Witherspoon. Resolves openbmc/openbmc#1765 Change-Id: I316e1e857b008ccd67e922698ee7e0a9c5d222fc Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* fix duplicate yaml_dir config variable declaration and usageMarri Devender Rao2017-06-122-2/+1
| | | | | | | | | | | | yaml_dir is defined both in phosphor-dbus-interfaces.bbclass and phosphor-obmc-yaml.bbclass pointing to different locations. Fixed the same by removing usage of phosphor-dbus-interfaces Also removed unused openpower-dbus-interfaces.bbclass Change-Id: I74d06a0f7d635bd708f58611444061c6d48db858 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ic6f8d740b5d80240c1f6e10a72602231163aa93e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Create a new package for the phosphor-dump-monitor.Jayanth Othayoth2017-06-124-5/+37
| | | | | Change-Id: I7f61a48b31d2997c1710c7d0bdde387e5c41a598 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: Icde6b64c05267a1d7dfebdac03ebb5904dda0fe9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: I1399938297ee3d14b70f26e4d2253471e67264fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: I5be27ca2356c0def59df5a7192cd545b48daf856 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-debug-collector.inc: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: I6539262bea25178000dab62ba73801f7adab61da Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-gpio-monitor: add libevdev DEPENDSPatrick Williams2017-06-081-0/+2
| | | | | Change-Id: Ib8476f079760a195c89d3caeaebdc79ed82c5f4c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Added include file to reuse SRC_REV and SRC_URLMarri Devender Rao2017-06-082-3/+6
| | | | | Change-Id: I808bc3610506206251015cea5c064c2bf79ba703 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-logging - pass the modified path of the yaml filesMarri Devender Rao2017-06-081-0/+1
| | | | | Change-Id: I5c00ed32f524eef461bd250d4fa0058d08a6c89c Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Package yaml files and generated files as part of base classMarri Devender Rao2017-06-081-4/+1
| | | | | Change-Id: I6a66dc2fd6d7117f1ac8b085858b911955866814 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-06-081-1/+1
| | | | | Change-Id: Iaad64bf5545dd88dd1ecd0898bced0e67cc1b8ae Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Create recipe files for phosphor-cooling-typeBrandon Wyman2017-06-082-9/+6
| | | | | | | | | | | Adding service file for this application. Environment file for Witherspoon. This is currently the only system known to really need this check for water cooling property to be set/updated. Resolves openbmc/openbmc#370 Change-Id: I978de38d09111c38d77e1ca4b287724243acf0a9 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* gpio-monitor: Remove oneshot typeVishwanatha Subbanna2017-06-071-1/+0
| | | | | | | | | | | phosphor-gpio-monitor is designed to be running until some condition is met and hence not a Oneshot application. Currently, it gets started as part of PowerOn and stops as part of PowerOff. Change-Id: I6f0dc7f9061afb07fe5712a81fa1db2132c6aca7 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-071-1/+1
| | | | | Change-Id: I8d9dae999b207ff9cf5d6a8672385124483a1a65 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-06-061-1/+1
| | | | | Change-Id: Icb8eac9aed391324a61f4f1f81400c16c7c572a6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-06-061-1/+1
| | | | | Change-Id: Id8f69a76dd81e813782b6477e5a3599ddd6057a6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-06-061-1/+1
| | | | | Change-Id: I3778a6ddc6433e90d1ab9921e79cde6d032c2848 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-061-1/+1
| | | | | Change-Id: I49162af4a0c1e0ee0c7fa27b25cac120469cb75d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-fru.inc: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: I4d3a8a3efbaac1d95cd3e746a57acea0cb9cd196 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager.inc: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: I1758f55ed0cd9379d7fb0a362631f06620ee2e03 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-06-051-1/+1
| | | | | Change-Id: I25ad23024e76343fb64aab236289a4ce6a88601e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* 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>
* 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>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-06-031-1/+1
| | | | | Change-Id: I64b8dbaad1bcc38b14cd38c9904815245d4e87d1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud