<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/recipes-extended, branch zeus</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=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2019-09-03T19:57:51+00:00</updated>
<entry>
<title>glusterfs: fix RDEPENDS of glusterfs-geo-replication</title>
<updated>2019-09-03T19:57:51+00:00</updated>
<author>
<name>Chen Qi</name>
<email>Qi.Chen@windriver.com</email>
</author>
<published>2019-08-30T09:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f350ef4a6e61cba3166032a48516d360543100a0'/>
<id>urn:sha1:f350ef4a6e61cba3166032a48516d360543100a0</id>
<content type='text'>
It should rdepend on python3-core and bash. Otherwise, we get the
following QA issue.

  glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/peer_georep-sshkey.py contained in package glusterfs-geo-replication requires /usr/bin/python3, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps]
  glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/set_geo_rep_pem_keys.sh contained in package glusterfs-geo-replication requires /bin/bash, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps]

Signed-off-by: Chen Qi &lt;Qi.Chen@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: support usrmerge</title>
<updated>2019-09-03T19:51:19+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-08-30T06:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bd81d776d4debf4966c555b4c325bb1536c64049'/>
<id>urn:sha1:bd81d776d4debf4966c555b4c325bb1536c64049</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: recovery original author address of each patch</title>
<updated>2019-06-25T04:10:44+00:00</updated>
<author>
<name>Hongzhi.Song</name>
<email>hongzhi.song@windriver.com</email>
</author>
<published>2019-06-21T02:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8e1fe5e2803e2950ca639d8e4844142aaf8a57a8'/>
<id>urn:sha1:8e1fe5e2803e2950ca639d8e4844142aaf8a57a8</id>
<content type='text'>
Signed-off-by: Hongzhi.Song &lt;hongzhi.song@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>librdmacm: set imcompatible with arm 32 and mips arches</title>
<updated>2019-05-06T19:47:56+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2019-05-06T02:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=802d64131c59d83cc79e6592123ef1a402a09960'/>
<id>urn:sha1:802d64131c59d83cc79e6592123ef1a402a09960</id>
<content type='text'>
librdmacm depends on package libibverbs which has been set imcompatible
with arm 32 and mips arches by commit 215b975.

When build librdmacm it shows errors:

| NOTE: Resolving any missing task queue dependencies
| ERROR: Nothing PROVIDES 'virtual/libibverbs' (but
|   .../meta-cloud-services/recipes-extended/librdmacm/librdmacm_1.1.0.bb
|   DEPENDS on or otherwise requires it)
| libibverbs PROVIDES virtual/libibverbs but was skipped: incompatible
|   with host arm-wrs-linux-gnueabi (not in COMPATIBLE_HOST)
| ERROR: Required build target 'librdmacm' has no buildable providers.
|   Missing or unbuildable dependency chain was: ['librdmacm', 'virtual/libibverbs']

So set librdmacm imcompatible with arm 32 and mips arches too.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: remove PACKAGECONFIG libibverbs for arm 32 and mips</title>
<updated>2019-05-06T19:47:56+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2019-05-06T02:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=163e8baef5f3eb366182c5b95645bffea2524174'/>
<id>urn:sha1:163e8baef5f3eb366182c5b95645bffea2524174</id>
<content type='text'>
Package libibverbs has been set imcompatible with arm 32 and mips arches
by commit 215b975. So disable libibverbs support of glusterfs for arm 32
and mips arches too.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: set CVE_PRODUCT</title>
<updated>2019-05-06T19:47:53+00:00</updated>
<author>
<name>Chen Qi</name>
<email>Qi.Chen@windriver.com</email>
</author>
<published>2019-05-05T05:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ddda8d68b5d980d484380a1b4aee0928eccfc990'/>
<id>urn:sha1:ddda8d68b5d980d484380a1b4aee0928eccfc990</id>
<content type='text'>
Signed-off-by: Chen Qi &lt;Qi.Chen@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>glusterfs: uprev from v5.4 to v6.1</title>
<updated>2019-04-26T15:02:14+00:00</updated>
<author>
<name>Hongzhi.Song</name>
<email>hongzhi.song@windriver.com</email>
</author>
<published>2019-04-25T07:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=271b850274deb2187d97a3cd623486b2568bb2f8'/>
<id>urn:sha1:271b850274deb2187d97a3cd623486b2568bb2f8</id>
<content type='text'>
The release-6.1 fixes a lot of CVEs.

Modify parts of patches for v6.1.
Remove bd-xlator configure which has been dropped.

Signed-off-by: Hongzhi.Song &lt;hongzhi.song@windriver.com&gt;
</content>
</entry>
<entry>
<title>libibverbs: do not try to build for arm 32 bit or any mips</title>
<updated>2019-04-12T14:51:43+00:00</updated>
<author>
<name>Joe Slater</name>
<email>joe.slater@windriver.com</email>
</author>
<published>2019-04-08T21:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=215b97571f52d43915eda1fdc5cd80719687abcd'/>
<id>urn:sha1:215b97571f52d43915eda1fdc5cd80719687abcd</id>
<content type='text'>
arch.h does not contain macros for 32 bit arm or any mips arch.

Signed-off-by: Joe Slater &lt;joe.slater@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>librdmacm: upgrade to 1.1.0</title>
<updated>2019-03-25T03:14:23+00:00</updated>
<author>
<name>Dengke Du</name>
<email>dengke.du@windriver.com</email>
</author>
<published>2019-03-22T02:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=106a30b756289990070068ecc18b680afee76351'/>
<id>urn:sha1:106a30b756289990070068ecc18b680afee76351</id>
<content type='text'>
Signed-off-by: Dengke Du &lt;dengke.du@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>libibverbs: upgrade to 1.2.1</title>
<updated>2019-03-25T03:14:23+00:00</updated>
<author>
<name>Dengke Du</name>
<email>dengke.du@windriver.com</email>
</author>
<published>2019-03-22T02:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=29b76f4c82a4402e64b96eb766d7cd628122d646'/>
<id>urn:sha1:29b76f4c82a4402e64b96eb766d7cd628122d646</id>
<content type='text'>
Signed-off-by: Dengke Du &lt;dengke.du@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
