summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* Fix i2c-tools SRCURI syntaxRick Altherr2016-05-251-1/+2
| | | | | | | | | | | | Override syntax (FOO_append, FOO_prepend) doesn't insert spaces to separate the append from the original value. This caused the two URIs to be incorrectly merged into one and caused a download failure. It happens that the fallback in that case is to use the Yocto mirror so it kept working other than emitting a warning. Using =+ prepend syntax correctly adds the separating space. Change-Id: I36f48cb53aa29ea9a4bde738c975784f6ce24250 Signed-off-by: Rick Altherr <raltherr@google.com>
* Merge pull request #85 from bradbishop/dbusnkskjames2015-11-202-0/+39
|\ | | | | python-dbus dbus.Byte.__str__ produces broken utf8
| * python-dbus dbus.Byte.__str__ produces broken utf8Brad Bishop2015-11-172-0/+39
| | | | | | | | | | | | Byte to string simply copied the byte, which isn't valid utf8 for non ascii values. Since dbus.byte is an int subclass, should just be using int's __str__ implementation anyway.
* | Python cleanupBrad Bishop2015-11-1814-601/+77
|/ | | | | | | CherryPy won't be used so remove it. Use wsgi and email that comes with python. Remove wsgi and email standalone recipes. Update bottle and rocket to use new packages.
* Refactor bottle recipeBrad Bishop2015-11-135-5/+14
| | | | | | Adopting some typical conventions: -use python_site_packages variable -python recipe naming conventions
* Add python-rocket recipeBrad Bishop2015-11-134-0/+62
| | | | Rocket is an minimal wsgi http server.
* Add python-wsgiref-standaloneBrad Bishop2015-11-133-0/+243
| | | | | This is a standalone version of the wsgi ref library that comes with python.
* Add python-email-utils-standalone recipeBrad Bishop2015-11-134-0/+300
| | | | | This is a stripped down version of python-email without any dependencies, for packages that just use email.utils.
* Add Bottle recipeBrad Bishop2015-11-094-0/+72
| | | | | Bottle is a python wsgi micro-framework for developing web applications.
* Add CherryPy recipeBrad Bishop2015-11-092-0/+53
| | | | | | CherryPy implements a WSGI server. I am planning on using it for the REST server initially. WSGI is very modular so a better server can be dropped in later if one is available.
* add screen and i2ctoolsNorman James2015-10-281-0/+4
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add recipe for https://github.com/msoulier/tftpyBrad Bishop2015-10-191-0/+19
A pure python library for TFTP.
OpenPOWER on IntegriCloud