summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10Merge pull request #76 from causten/skeletonPatrick Williams1-1/+1
Not all virtual sensors had properties
2015-11-10Merge pull request #75 from causten/ipmiupdatePatrick Williams1-1/+1
boot sensor was not reporting
2015-11-10Not all virtual sensors had propertiesChris Austen1-1/+1
2015-11-10boot sensor was not reportingChris Austen1-1/+1
2015-11-10Merge pull request #74 from bradbishop/bottlePatrick Williams6-0/+125
Add bottle and cherrypy
2015-11-10Merge pull request #69 from causten/ipmitoolPatrick Williams2-0/+38
Add ipmitool for qemu image only
2015-11-10Merge pull request #70 from causten/dropbear4robottestPatrick Williams2-0/+29
Enable robottest for ssh
2015-11-09Add Bottle recipeBrad Bishop4-0/+72
Bottle is a python wsgi micro-framework for developing web applications.
2015-11-09Add CherryPy recipeBrad Bishop2-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.
2015-11-06Enable robottest for sshChris Austen2-0/+29
Dropbear last year added a change that breaks the SSHLibrary for robot test framework. Details about the problem... https://github.com/robotframework/SSHLibrary/issues/128 The actual commit that caused the problem https://github.com/mkj/dropbear/commit/ca86726f9f943b2b18e5694b442d3d2e1c0fa903
2015-11-06Add ipmitool for qemu image onlyChris Austen2-0/+38
2015-11-05Merge pull request #67 from jk-ozlabs/kernel-i2c-updatesnkskjames2-4/+1
linux-ombc: Fixes for i2c bus & device drivers
2015-11-05Merge pull request #68 from bradbishop/kernelnkskjames2-1/+5
Add TMP421 to Palmetto config
2015-11-05Add TMP421 to Palmetto configBrad Bishop2-1/+5
2015-11-05linux-ombc: Fixes for i2c bus & device driversJeremy Kerr2-4/+1
We have an update for the kernel, containing fixes for the i2c subsystem. This includes a defconfig update. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2015-11-03Merge pull request #62 from bradbishop/kernelPatrick Williams10-3/+681
Out of (kernel) tree device trees
2015-11-03Merge pull request #64 from causten/candidate3Patrick Williams1-2/+1
stop the build break for btbridge on qemu
2015-11-03Merge pull request #65 from causten/addfruPatrick Williams3-0/+33
Add ipmi fru write to dbus
2015-11-02Merge pull request #61 from bradbishop/restPatrick Williams5-58/+6
Update rest-dbus
2015-11-02Merge pull request #66 from causten/skeletoncan3nkskjames1-1/+1
move up skeleton for flash fix, this fix works on both my systems.
2015-11-02move up skeleton for flash fixChris Austen1-1/+1
During testing found a pnor locked problem
2015-11-02Add ipmi fru write to dbusChris Austen3-0/+33
x
2015-11-02stop the build break for btbridge on qemuChris Austen1-2/+1
btbridge is not even part of the qemu image
2015-11-02Bump kernel version to openbmc-20151102-1Brad Bishop1-1/+1
2015-11-02Update rest-dbusBrad Bishop5-58/+6
Removed upstreamed patches to makefile. Updated path in systemd service file. Add dependency on mapper.
2015-11-02Use out of (kernel) tree device tree (Barreleye)Brad Bishop4-1/+337
2015-11-02Use out of (kernel) tree device tree (Palmetto)Brad Bishop5-1/+333
2015-11-02Copy device tree into unpacked kernel sourceBrad Bishop1-0/+10
This bit of logic enables out of (kernel) tree device trees but still use the kernel build and oe support for device tree to compile it.
2015-11-01Merge pull request #59 from bradbishop/oemnkskjames2-4/+3
Use OEM parser on all OpenPOWER systems
2015-11-01Use OEM parser on all OpenPOWER systemsBrad Bishop2-4/+3
This was only being picked up on Palmetto.
2015-11-01Merge pull request #58 from bradbishop/kernelnkskjames1-1/+1
Fix mkcimage task dependency in kernel-cuimage
2015-11-01Fix mkcimage task dependency in kernel-cuimageBrad Bishop1-1/+1
The cuimage is used in the install task so it must be generated by then.
2015-11-01Merge pull request #55 from bradbishop/btbridgenkskjames2-1/+19
Patch btbridge makefile.
2015-11-01Merge pull request #57 from causten/candidate2Patrick Williams2-2/+2
update for esel not sending mesages
2015-11-01update for esel not sending mesagesChris Austen2-2/+2
2015-11-01Patch btbridge makefile.Brad Bishop2-1/+19
It doesn't work inside OE at the moment.
2015-10-31btbridge: update versionChris Austen2-13/+2
- Move to version that supports correct seq/net/lun/cmd order. - Remove unneeded makefile.patch. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2015-10-31Merge pull request #53 from causten/AddeventmanagerPatrick Williams1-3/+4
Adding real event log manager
2015-10-31Move obmc build to use useful eventChris Austen1-3/+4
2015-10-30Moving openbmc's ipmid and oem to support Nov1 releaseChris Austen2-2/+2
2015-10-30Adding real event log managerChris Austen6-40/+28
removed the eventd program from the skeleton includes
2015-10-30Merge pull request #51 from bradbishop/masterPatrick Williams1-1/+1
Fix build break
2015-10-30Fix build breakBrad Bishop1-1/+1
Missing a 'file://' in linux-obmc SRC_URI
2015-10-30Merge pull request #48 from bradbishop/btbridgePatrick Williams4-1/+38
enable btbridge
2015-10-30Merge pull request #40 from bradbishop/restPatrick Williams6-0/+78
rest/mapper recipes
2015-10-30Merge pull request #49 from bradbishop/networkPatrick Williams2-0/+12
Enable DHCP
2015-10-30Merge pull request #50 from bradbishop/kernelnkskjames8-47/+211
Use local defconfig, enable hwmon and various sensor chips
2015-10-30Enable hwmon and sensor driversBrad Bishop2-1/+5
hwmon core, nct7904, lm75, and at24.
2015-10-30Use out of (kernel) tree defconfigBrad Bishop2-1/+205
I finally figured out how to get kernel config fragments working. This allows removal of some earlier kernel recipe hacks. Part 2 of 2 ( meta-phosphor, meta-openbmc-bsp )
2015-10-30Use out of (kernel) tree defconfigBrad Bishop5-46/+2
I finally figured out how to get kernel config fragments working. This allows removal of some earlier kernel recipe hacks. Part 1 of 2 ( meta-phosphor, meta-openbmc-bsp )