<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/recipes-support/spice, branch pyro-nfvaccess</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro-nfvaccess</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=pyro-nfvaccess'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2017-06-29T19:27:21+00:00</updated>
<entry>
<title>spice: Fix compilation error</title>
<updated>2017-06-29T19:27:21+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2017-06-29T09:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3f2b10efcd4bfc3f5e69758d09275bccaf17806c'/>
<id>urn:sha1:3f2b10efcd4bfc3f5e69758d09275bccaf17806c</id>
<content type='text'>
| ../../git/server/red_parse_qxl.c:367:18: error: 'BITMAP_FMT_IS_RGB'
defined but not used [-Werror=unused-const-variable=]
|  static const int BITMAP_FMT_IS_RGB[] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1};

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: Add missing license to LICENSE</title>
<updated>2016-08-31T15:03:56+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-08-30T20:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3d497e7aa9382b410ae0a9bc1236da9ad7b61ac4'/>
<id>urn:sha1:3d497e7aa9382b410ae0a9bc1236da9ad7b61ac4</id>
<content type='text'>
There is a new QA check warning which has been added which flags
situation where a subpackage includes a license which is not included
in the recipe's LICENSE string. In this case we are seeing:

WARNING: .../meta-cloud-services/recipes-support/spice/spice_git.bb:
   LICENSE_lib32-spice-protocol includes licenses (BSD) that are not
   listed in LICENSE

Adding the missing license to the LICENSE string.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: add PACKAGECONFIG for xinerama</title>
<updated>2016-05-31T17:29:15+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2016-05-31T07:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=15e532e99ad20cd62b63c9028209b88c05a38e7f'/>
<id>urn:sha1:15e532e99ad20cd62b63c9028209b88c05a38e7f</id>
<content type='text'>
spice auto detect Xinerama library to enable the feature,
but it causes error when using sstate between different
builds, e.g. previous build have xinerama but the later
one doesn't, then it fails on the later one with:

"Package 'xinerama', required by 'spice-server', not found"

Add PACKAGECONFIG for xinerama to ensure we have
deterministic builds.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: add SRCREV_FORMAT to recipe</title>
<updated>2015-09-10T18:44:57+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2015-09-09T00:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=85a79d21084652005c208eda63b61177b2ded162'/>
<id>urn:sha1:85a79d21084652005c208eda63b61177b2ded162</id>
<content type='text'>
Create a composite source revision.  Failure to do so
can cause parsing errors.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: allow separated src and build dirs</title>
<updated>2014-05-13T13:42:03+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-05-09T13:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1b112ca45e3a107bb3d5690600755b702aee3640'/>
<id>urn:sha1:1b112ca45e3a107bb3d5690600755b702aee3640</id>
<content type='text'>
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 &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>spice: updates to work with latest autotools</title>
<updated>2014-03-26T13:26:45+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-03-25T19:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d51c45ef928ccc33bdfe65ca13c78c42be01705a'/>
<id>urn:sha1:d51c45ef928ccc33bdfe65ca13c78c42be01705a</id>
<content type='text'>
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 &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>meta-cloud-services: introduce spice</title>
<updated>2014-03-25T19:38:22+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-25T19:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=adf590f2283097b64976936e530084986c203b2b'/>
<id>urn:sha1:adf590f2283097b64976936e530084986c203b2b</id>
<content type='text'>
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 &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
