<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-support, branch master</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=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2026-05-11T20:17:14+00:00</updated>
<entry>
<title>iproute2: upgrade bbappend to 7.%</title>
<updated>2026-05-11T20:17:14+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2026-05-08T05:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=74403ddda46ff852997a065fe603d3bb1a6eaed1'/>
<id>urn:sha1:74403ddda46ff852997a065fe603d3bb1a6eaed1</id>
<content type='text'>
Compatibility with OE-core nanbield.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: update and move from meta-openstack to main layer</title>
<updated>2026-04-08T16:13:11+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2026-04-08T12:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=fd8ebe954a8497d5fddd790ab58665db62314153'/>
<id>urn:sha1:fd8ebe954a8497d5fddd790ab58665db62314153</id>
<content type='text'>
memcached is a general-purpose caching system, not OpenStack-specific.

We also:
  - refresh hugetlbfs patch for 1.6.41
  - 1.6.x configure.ac uses pkg-config macros (AS_IF, AC_CACHE_CHECK) that require pkg.m4 from pkgconfig-native.
  - fix WORKDIR -&gt; UNPACKDIR for config file

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: Fix whitespace warnings</title>
<updated>2025-07-18T03:49:59+00:00</updated>
<author>
<name>Ryosuke Saito</name>
<email>ryosuke.saito@linaro.org</email>
</author>
<published>2025-07-17T03:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6c5afb77aa5580dbe737f682ee2f792122c0c2f3'/>
<id>urn:sha1:6c5afb77aa5580dbe737f682ee2f792122c0c2f3</id>
<content type='text'>
Add whitespaces around variable assignments to eliminate the build warnings:

WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment:
 'KEYSTONE_HOST="${CONTROLLER_IP}"'
...

Signed-off-by: Ryosuke Saito &lt;ryosuke.saito@linaro.org&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer/global: update S assignments</title>
<updated>2025-07-16T18:42:13+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2025-07-16T18:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d'/>
<id>urn:sha1:24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d</id>
<content type='text'>
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR
changes. The techniques mentioned in the following commit are used:

  Author: Alexander Kanavin &lt;alex@linutronix.de&gt;
  Date:   Tue Jun 24 13:53:51 2025 +0200

      migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes

      (From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277)

      Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
      Signed-off-by: Antonin Godard &lt;antonin.godard@bootlin.com&gt;
      Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>mod-wsgi: upgrade 4.9.0 -&gt; 5.0.2</title>
<updated>2024-12-10T03:45:20+00:00</updated>
<author>
<name>Vijay Anusuri</name>
<email>vanusuri@mvista.com</email>
</author>
<published>2024-12-03T07:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e606fa3e70bc407f695e2bbfadd2c6519eda4107'/>
<id>urn:sha1:e606fa3e70bc407f695e2bbfadd2c6519eda4107</id>
<content type='text'>
mod-wsgi version 4.9.0 doesn't build against python 3.13
update it to 5.0.2 which does build.

Refreshed configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch for 5.0.2 version.

Signed-off-by: Anand Je Sypureddy &lt;anandje@mvista.com&gt;
Signed-off-by: Vijay Anusuri &lt;vanusuri@mvista.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>openldap: update bbappend to match meta-oe</title>
<updated>2024-10-12T01:45:59+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-10-12T01:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=40325fb095482e2771432f14ba56d4d504a8dee8'/>
<id>urn:sha1:40325fb095482e2771432f14ba56d4d504a8dee8</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>iproute2: upgrade bbappend to 6.%</title>
<updated>2024-02-01T14:19:09+00:00</updated>
<author>
<name>Alex Stewart</name>
<email>alex.stewart@ni.com</email>
</author>
<published>2024-01-26T17:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3625ac277a5bd22aeb878f2cfba23f4a09c1002d'/>
<id>urn:sha1:3625ac277a5bd22aeb878f2cfba23f4a09c1002d</id>
<content type='text'>
Compatibility with OE-core nanbield.

Signed-off-by: Alex Stewart &lt;alex.stewart@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: convert license to SPDX variants</title>
<updated>2022-03-25T03:09:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2022-03-25T03:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de6d4eeb3202e04bca0e645571a612a745d7ebe2'/>
<id>urn:sha1:de6d4eeb3202e04bca0e645571a612a745d7ebe2</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>mod-wsgi: inherit setuptools3-base not distutils3-base</title>
<updated>2022-01-30T22:13:34+00:00</updated>
<author>
<name>wangmy</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-01-19T05:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=89fbe2f2a1cf39514f18ab21b90fe036a8c86d2b'/>
<id>urn:sha1:89fbe2f2a1cf39514f18ab21b90fe036a8c86d2b</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>mod-wsgi: move to 4.9.0</title>
<updated>2021-12-21T01:52:01+00:00</updated>
<author>
<name>Jeremy Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2021-12-20T19:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b770408ae220de81c6c33ca97d3992a41de972f7'/>
<id>urn:sha1:b770408ae220de81c6c33ca97d3992a41de972f7</id>
<content type='text'>
Older version of mod-wsgi no longer builds against python 3.10

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