summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* spice: allow separated src and build dirsMark Asselstine2014-05-132-1/+64
| | | | | | | | | Some minor fixes around generated .c and .h files were required to allow separated src and build dirs. Without these builds will fail and you would have to build in the src dir. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* spice: updates to work with latest autotoolsMark Asselstine2014-03-262-4/+37
| | | | | | | | | | | | We were getting several errors during configure related to autoreconf. We need to create an empty m4 directory as well as enable the subdir-objects option to allow configure to complete successfully. There were indications that this second issue was fixed upstream but even using the latest git trees I am seeing this failure. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-services: add celt051Bruce Ashfield2014-03-251-0/+30
| | | | | | spice requires celt051. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-cloud-services: introduce spiceBruce Ashfield2014-03-252-0/+163
A common requirement for many cloud systems is remote console access. Adding spice to the common layer allows a rich console environment to be provided. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>