summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #106 from bradbishop/dbusPatrick Williams2015-12-022-2/+2
|\ | | | | Bump mapper and rest server revisions
| * Bump mapper and rest server revisionsBrad Bishop2015-11-302-2/+2
| | | | | | | | Fixes for freedesktop ObjectManager signal handling.
* | Merge pull request #111 from causten/s3c3nkskjames2015-12-011-1/+1
|\ \ | | | | | | Add debug mode
| * | Add debug modeChris Austen2015-12-011-1/+1
| | |
* | | Merge pull request #108 from shenki/linux-gpio-irq-fixnkskjames2015-12-011-1/+1
|\ \ \ | |_|/ |/| | Update kernel version
| * | Update kernel versionJoel Stanley2015-12-021-1/+1
|/ / | | | | | | | | | | Brings in a fix for the GPIO interrupts. Signed-off-by: Joel Stanley <joel@jms.id.au>
* | Merge pull request #102 from causten/s3c3nkskjames2015-11-257-28/+13
|\ \ | |/ | | Updating base build with sprint 3 candidate 3
| * Updates for SkeletonChris Austen2015-11-241-1/+1
| |
| * Updating base build with sprint 3 candidate 3Chris Austen2015-11-247-28/+13
|/
* Merge pull request #97 from causten/sprint3prelimnkskjames2015-11-231-1/+1
|\ | | | | Move up bt bridge
| * Move up bt bridgeChris Austen2015-11-231-1/+1
| |
* | Merge pull request #89 from bradbishop/dtreenkskjames2015-11-237-657/+8
|\ \ | | | | | | switch back to in-tree device trees
| * | Update kernel versionBrad Bishop2015-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The kernel contains many changes, including - rewritten i2c driver - interrupt facilities for the iBT host driver - drop dts patches, we now use the in-tree device tree - rebased on Linux 4.3
| * | Switch back to using in-tree Barreleye device treeBrad Bishop2015-11-233-327/+2
| | |
| * | Switch back to using in-tree Palmetto device treeBrad Bishop2015-11-233-327/+3
|/ /
* | Merge pull request #95 from causten/sprint3prelimnkskjames2015-11-211-1/+1
|\ \ | |/ | | systems can power on without fans powering on
| * systems can power on without fans powering onChris Austen2015-11-211-1/+1
|/
* 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.
* | Merge pull request #87 from bradbishop/pythonnkskjames2015-11-2014-601/+77
|\ \ | | | | | | Python cleanup
| * | 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.
* | Merge pull request #88 from bradbishop/versionPatrick Williams2015-11-201-6/+16
|\ \ | |/ |/| os-release bug fixes
| * os-release bug fixesBrad Bishop2015-11-191-6/+16
|/ | | | | | The existing version wasn't handling non-default build directories or build from tarball (no git repository) type setups.
* Merge pull request #84 from nkskjames/devtreePatrick Williams2015-11-171-8/+0
|\ | | | | need the nct7904 removed until pinmux driver is complete
| * need the nct7904 removed until pinmux driver is completeNorman James2015-11-171-8/+0
|/
* Merge pull request #83 from causten/connectionsPatrick Williams2015-11-172-2/+2
|\ | | | | Too many dbus connections
| * Too many dbus connectionsChris Austen2015-11-172-2/+2
|/ | | | This code reduces all ipmi connections to just 1
* Merge pull request #82 from causten/updaterestPatrick Williams2015-11-163-3/+3
|\ | | | | update build to support rest features
| * Enable new rest interface at boot timeChris Austen2015-11-161-1/+1
| |
| * update build to support rest featuresChris Austen2015-11-162-2/+2
|/ | | | list, enumerate, https, etc
* Merge pull request #80 from bradbishop/rocketPatrick Williams2015-11-1317-5/+621
|\ | | | | prepare for rocket wsgi server
| * Pull in rocket and bottleBrad Bishop2015-11-131-0/+2
| | | | | | | | | | Will be using the bottle framework and the rocket wsgi server eventually.
| * 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.
* | Merge pull request #79 from causten/skeletonPatrick Williams2015-11-132-2/+2
|\ \ | | | | | | support multiple event logs
| * | support multiple event logsChris Austen2015-11-112-2/+2
| |/
* | Merge pull request #77 from csmart/csmart/build_statusPatrick Williams2015-11-131-0/+4
|\ \ | | | | | | add: build status on main page
| * | add: build status on main pageChris Smart2015-11-111-0/+4
| |/
* | Merge pull request #78 from bradbishop/versionnkskjames2015-11-131-0/+8
|\ \ | |/ |/| Add git version information to os-release
| * Add git version information to os-releaseBrad Bishop2015-11-111-0/+8
|/ | | | | VERSION_ID = `git tag` BUILD_ID = `git describe --dirty`
* Merge pull request #76 from causten/skeletonPatrick Williams2015-11-101-1/+1
|\ | | | | Not all virtual sensors had properties
| * Not all virtual sensors had propertiesChris Austen2015-11-091-1/+1
| |
* | Merge pull request #75 from causten/ipmiupdatePatrick Williams2015-11-101-1/+1
|\ \ | |/ |/| boot sensor was not reporting
| * boot sensor was not reportingChris Austen2015-11-091-1/+1
|/
* Merge pull request #74 from bradbishop/bottlePatrick Williams2015-11-096-0/+125
|\ | | | | Add bottle and cherrypy
| * 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.
* | Merge pull request #69 from causten/ipmitoolPatrick Williams2015-11-092-0/+38
|\ \ | | | | | | Add ipmitool for qemu image only
OpenPOWER on IntegriCloud