<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch dunfell</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=dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2020-09-14T02:20:47+00:00</updated>
<entry>
<title>python3-distro: include as RDEPEND for salt-master</title>
<updated>2020-09-14T02:20:47+00:00</updated>
<author>
<name>Ben Gampe</name>
<email>bengampe@gmail.com</email>
</author>
<published>2020-09-09T01:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ac62b95147f5e7377e7b86aadbed11ccf75adc40'/>
<id>urn:sha1:ac62b95147f5e7377e7b86aadbed11ccf75adc40</id>
<content type='text'>
Required for salt-key with python version &gt; 3.7

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: Remove hardcoded Python 3.7 path</title>
<updated>2020-08-20T19:27:59+00:00</updated>
<author>
<name>Sam Zeter</name>
<email>samuelzeter@gmail.com</email>
</author>
<published>2020-08-19T06:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=67c15579bb3d12d0a5c59dc65d4c8ff17d54353e'/>
<id>urn:sha1:67c15579bb3d12d0a5c59dc65d4c8ff17d54353e</id>
<content type='text'>
The salt bitbake file hardcodes the Python 3.7 path as

 ${libdir}/python3.7

In order to ensure compatibility with Dunfell, which uses Python 3.8,
and other future versions of Python, the variable PYTHON_SITEPACKAGES_DIR
should be used.

Signed-off-by: Sam Zeter &lt;samuelzeter@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>postgresql: Fix install error on non existent file</title>
<updated>2020-06-02T02:31:23+00:00</updated>
<author>
<name>Babak Sarashki</name>
<email>babak.sarashki@windriver.com</email>
</author>
<published>2020-05-29T19:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ba99cce99d248b383871db562d694be5b3d52c77'/>
<id>urn:sha1:ba99cce99d248b383871db562d694be5b3d52c77</id>
<content type='text'>
Commit 103939fec ("postgresql: Allow successful run of postgresql-setup")
renamed .bash_profile to .profile. This commit reflects the file rename.

Signed-off-by: Babak Sarashki &lt;babak.sarashki@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: fix failure on gcc10</title>
<updated>2020-05-22T02:12:20+00:00</updated>
<author>
<name>hongxu</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2020-05-20T01:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e960e1d2d42db7b236616f31e5021998ea93867f'/>
<id>urn:sha1:e960e1d2d42db7b236616f31e5021998ea93867f</id>
<content type='text'>
Since oe-core upgraded gcc to 10.1, there is a failure
...
|../../../../../glusterfs-6.1/rpc/rpc-transport/socket/src/socket.c:4302:24:
error: implicit declaration of function 'EC_KEY_new_by_curve_name'
[-Werror=implicit-function-declaration]
| 4302 |                 ecdh = EC_KEY_new_by_curve_name(nid);
...
Add option -Wno-error=implicit-function-declaration  to workaround

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby: Add sysroot dir to the ldflags and process all the existing extconf.rb</title>
<updated>2020-05-02T15:12:08+00:00</updated>
<author>
<name>Pablo Saavedra Rodi?o</name>
<email>psaavedra@igalia.com</email>
</author>
<published>2020-04-29T10:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e4d1cbbb0dfe99967ed3b3a83badfd2da3a34214'/>
<id>urn:sha1:e4d1cbbb0dfe99967ed3b3a83badfd2da3a34214</id>
<content type='text'>
* add lib path of the sysroot directory [1] to avoid ld errors during
  the installation
* ruby_do_compile() find the extconf.rb file in the sources instance of
  assume a single file.

[1] https://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-STAGING_LIBDIR

Signed-off-by: Pablo Saavedra &lt;psaavedra@igalia.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-debtcollector: add six and wrapt to RDEPENDS</title>
<updated>2020-04-09T03:10:43+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-04-08T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=157ca6fe949d8ef7bb1a589b20e8e85f014c6b89'/>
<id>urn:sha1:157ca6fe949d8ef7bb1a589b20e8e85f014c6b89</id>
<content type='text'>
Add python3-wrapt and python3-six to RDEPENDS as
debtcollector requires them for some functionality,
e.g.:

|root@qemux86-64:~# python3
|Python 3.7.6 (default, Apr  6 2020, 18:11:01)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|&gt;&gt;&gt; from debtcollector import removals
|Traceback (most recent call last):
|  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
|  File "/usr/lib64/python3.7/site-packages/debtcollector/removals.py", line 19, in &lt;module&gt;
|    import wrapt
|ModuleNotFoundError: No module named 'wrapt'
|&gt;&gt;&gt;

python3-six isn't needed for the python3 version of debtcollector,
but add it to the RDEPENDS for consistency in backports of this patch
(as python2 does require it).

Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>libvirt: change bbappend file version</title>
<updated>2020-04-02T02:31:53+00:00</updated>
<author>
<name>Zhang Qiang</name>
<email>qiang.zhang@windriver.com</email>
</author>
<published>2020-03-31T03:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c354bd1cac9930dddd565b0485424653d2c050cb'/>
<id>urn:sha1:c354bd1cac9930dddd565b0485424653d2c050cb</id>
<content type='text'>
Fix meta-cloud-services libvrit bbapend file form v5 to v6

Signed-off-by: Zhang Qiang &lt;qiang.zhang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>conf/layer: update compatibility</title>
<updated>2020-03-24T19:31:59+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-03-24T19:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=40f9827989da1affd5c1a43d8d07efa7b6d8eeac'/>
<id>urn:sha1:40f9827989da1affd5c1a43d8d07efa7b6d8eeac</id>
<content type='text'>
Drop thud/warrior, add dunfell

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: drop 5.2 bbappend</title>
<updated>2020-03-24T19:28:58+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-03-03T16:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2bc2a154011ffb723c7a18fd924b16c7ad0cf885'/>
<id>urn:sha1:2bc2a154011ffb723c7a18fd924b16c7ad0cf885</id>
<content type='text'>
Add dunfell, drop thud/warrior

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>linux-yocto: make FILESEXTRAPATHS explicit</title>
<updated>2020-03-02T20:10:56+00:00</updated>
<author>
<name>Jeremy Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2020-02-27T22:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a060ea5e10488f7764612ef906b604e8515e3015'/>
<id>urn:sha1:a060ea5e10488f7764612ef906b604e8515e3015</id>
<content type='text'>
Something changed in the processing order for FILESEXTRAPATHS, that when
:= is used, defaultpkgname gets used instead of ${PN} and looks as
follows:

/project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/

Alter ${PN} to explictly linux-yocto to resolve the issue.

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>
