summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10Merge pull request #76 from causten/skeletonPatrick Williams1-1/+1
Not all virtual sensors had properties
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-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-06Add ipmitool for qemu image onlyChris Austen2-0/+38
2015-11-05linux-ombc: Fixes for i2c bus & device driversJeremy Kerr1-1/+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 Williams1-1/+11
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 Williams2-0/+32
Add ipmi fru write to dbus
2015-11-02Merge pull request #61 from bradbishop/restPatrick Williams5-58/+6
Update rest-dbus
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 Austen2-0/+32
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-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 #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-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-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 Austen5-39/+26
removed the eventd program from the skeleton includes
2015-10-30Merge pull request #48 from bradbishop/btbridgePatrick Williams3-0/+37
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-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 )
2015-10-30Make networkd grab dhcp addressBrad Bishop2-0/+12
2015-10-30Add btbridged recipeBrad Bishop3-0/+37
2015-10-29Bump object mapper revisionBrad Bishop1-1/+1
2015-10-29Merge pull request #36 from causten/addipmioemPatrick Williams3-2/+40
Added liboemhandler.so to the official build
2015-10-29Merge pull request #44 from bradbishop/networkdPatrick Williams1-0/+1
Add systemd-networkd to image
2015-10-29Add rest server and mapper to imageBrad Bishop1-0/+1
2015-10-29Add REST server recipeBrad Bishop2-0/+34
2015-10-29Add object manager recipeBrad Bishop3-0/+43
2015-10-29Update skeleton version to pick up new executablesAdriana Kobylak1-4/+6
Update skeleton commit version in the recipe Get executables from bin and libraries from lib
2015-10-29Add systemd-networkd to imageBrad Bishop1-0/+1
2015-10-29Added liboemhandler.so to the official buildChris Austen3-2/+40
Moved ipmi up to the latest level to allow the ipmid-api.h to be exported in the package fixed bb files to ensure RECCOMNDS do not get overwritten
2015-10-28add screen and i2ctoolsNorman James2-0/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2015-10-28Merge pull request #43 from bradbishop/kernelPatrick Williams1-1/+1
Don't AUTOREV kernel
2015-10-28Don't AUTOREV kernelBrad Bishop1-1/+1
2015-10-28Remove quotes from skeleton service descriptionBrad Bishop1-1/+1
2015-10-28Don't set source dir to gitBrad Bishop1-4/+6
So that patches can apply.
2015-10-22skeleton: move up to latest commitNorman James1-1/+1
2015-10-22Merge pull request #32 from bradbishop/examplesPatrick Williams3-1/+14
Remove example applications from palmetto build.
2015-10-22Remove example applications from build.Brad Bishop3-1/+14
They can still be built. Not included in any images. Part 2 of 2 (meta-palmetto, meta-phosphor).