<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/recipes-support, branch styhead</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=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2024-10-12T01:40:06+00:00</updated>
<entry>
<title>spice: remove recipe</title>
<updated>2024-10-12T01:40:06+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-12T01:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=12538d64862366eb365ed5f8a67fbb082bae1620'/>
<id>urn:sha1:12538d64862366eb365ed5f8a67fbb082bae1620</id>
<content type='text'>
meta-oe has a more updated version.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>puppet-vswitch: update to v21.1.0</title>
<updated>2024-10-12T01:37:14+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-12T01:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9dd2c1df9cc4dc5486e6c2bdd5555a98fc6af8d4'/>
<id>urn:sha1:9dd2c1df9cc4dc5486e6c2bdd5555a98fc6af8d4</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>puppet-labs-stdlib: update to v9.6.0</title>
<updated>2024-10-12T01:16:20+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-12T01:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=10f244fc36babc24eca62277f1bc95b966c15373'/>
<id>urn:sha1:10f244fc36babc24eca62277f1bc95b966c15373</id>
<content type='text'>
We also update our gemspec file.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>WIP update puppetlabs-stdlib</title>
<updated>2024-10-11T20:14:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-11T20:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc'/>
<id>urn:sha1:31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>puppet: update to 7.33.0</title>
<updated>2024-10-11T20:14:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-11T20:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e07ac58169824977f657b124ed2693d25bb04ccb'/>
<id>urn:sha1:e07ac58169824977f657b124ed2693d25bb04ccb</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby-shadow: update and supply extconf.rb</title>
<updated>2024-10-11T20:14:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-11T19:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d32416d4d8df71f219318084f78cdb37d2926f62'/>
<id>urn:sha1:d32416d4d8df71f219318084f78cdb37d2926f62</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby/rubyv2: add new rubyv2 bbclass and support external extconf</title>
<updated>2024-10-11T20:14:43+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-11T19:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=dc37ea052ed74321c5244938f8d702372f663776'/>
<id>urn:sha1:dc37ea052ed74321c5244938f8d702372f663776</id>
<content type='text'>
When building/installing gems with native components, the target
OS and cross compile settings were not correctly being picked up.

Enhance the existing bbclass with the ability to copy a extconf.rb
from UNPACKDIR, so a recipe can specify fixes in it's own copy of
the file.

We also bring in a class from meta-rubygems which has more advanced
cross compile settings. There are a few minor modifications to
this class (copying of extconf.rb) and some spec generation. But
it is now available if the basic ruby class cannot compile and install
a gem.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>heira: update to 3.12.0</title>
<updated>2024-10-09T23:42:21+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-09T23:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4f7788bbebe80f1c6b13bd3bc2db875e900bfa29'/>
<id>urn:sha1:4f7788bbebe80f1c6b13bd3bc2db875e900bfa29</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>facter: update to 4.9.0</title>
<updated>2024-10-09T23:30:19+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-09T23:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8b265b87cd347a0bddd271c2731ff6ebb697a647'/>
<id>urn:sha1:8b265b87cd347a0bddd271c2731ff6ebb697a647</id>
<content type='text'>
This has been build tested only. This updates facter to
a much newer release.

It also adapts to copying versus patching in the gemspec
(Which was pull from the facter repository):

https://github.com/puppetlabs/facter/blob/main/facter.gemspec

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>celt051: drop recipe</title>
<updated>2024-10-09T19:43:49+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-09T19:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0bba9413052ea744e5920800517b3660d2a24399'/>
<id>urn:sha1:0bba9413052ea744e5920800517b3660d2a24399</id>
<content type='text'>
meta-networking has a similar recipe.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
