<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-connectivity, branch hardknott</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=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2020-01-22T18:02:40+00:00</updated>
<entry>
<title>bbappends: make distro feature safe</title>
<updated>2020-01-22T18:02:40+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T18:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1d174d4e851b1dc74c4c4778cf7d0c52d1f38142'/>
<id>urn:sha1:1d174d4e851b1dc74c4c4778cf7d0c52d1f38142</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssh: update bbappend</title>
<updated>2019-07-19T19:16:39+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2019-07-17T07:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=859e54494516442ccaf07d5ee7d17276f2b2ddd8'/>
<id>urn:sha1:859e54494516442ccaf07d5ee7d17276f2b2ddd8</id>
<content type='text'>
Update the bbappend since openssh had been upgraded to 8.x in oe-core.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>housekeeping: replace deprecated base_contains</title>
<updated>2016-12-21T16:47:05+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-12-21T15:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bd2525ceb47699747f9370773fa629bf28c999d6'/>
<id>urn:sha1:bd2525ceb47699747f9370773fa629bf28c999d6</id>
<content type='text'>
Fixes:
base_contains is deprecated, please use bb.utils.contains instead.

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>openssh: update 6.% -&gt; 7.%</title>
<updated>2016-02-09T19:33:57+00:00</updated>
<author>
<name>Ioan-Adrian Ratiu</name>
<email>adrian.ratiu@ni.com</email>
</author>
<published>2016-02-02T11:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a33a22ea8217dac25410e3dc8e54c14768f25e48'/>
<id>urn:sha1:a33a22ea8217dac25410e3dc8e54c14768f25e48</id>
<content type='text'>
Signed-off-by: Ioan-Adrian Ratiu &lt;adrian.ratiu@ni.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>open-iscsi-user: upgrade 2.0-871-&gt;2.0-873</title>
<updated>2015-08-18T17:11:05+00:00</updated>
<author>
<name>Lei Maohui</name>
<email>leimaohui@cn.fujitsu.com</email>
</author>
<published>2015-08-18T01:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=fdf50abfa807705b285fdc5454ecfc881b19d4ff'/>
<id>urn:sha1:fdf50abfa807705b285fdc5454ecfc881b19d4ff</id>
<content type='text'>
-deleted patch not used any more
-add new patch for new version

Signed-off-by: Lei Maohui &lt;leimaohui@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: fix dangling bbappends by adding wildcard</title>
<updated>2015-08-06T13:35:50+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-08-05T20:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4c5711daa52b584d73c69d4c7a3818c9982b1480'/>
<id>urn:sha1:4c5711daa52b584d73c69d4c7a3818c9982b1480</id>
<content type='text'>
Several bbappends were raising 'dangling' warnings since the base
recipe version has changed without a similar change being made in this
repo. The following are renames that include a wildcard to broaden the
versions to which these bbappends will be applied to. This will
address the 'dangling' warnings while ensuring the changes made in
this repo are properly applied to the associated recipes.

For the most part the files remain unchanged, in the case of
postgresql the 'brokensep' has been removed as there exists no more S
!= B issues in the base recipe.

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>open-iscsi-user: fix warnings and errors.</title>
<updated>2015-06-19T19:24:22+00:00</updated>
<author>
<name>Li xin</name>
<email>lixin.fnst@cn.fujitsu.com</email>
</author>
<published>2015-06-18T06:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f343094f58fc45dc0a2d89de3387eccc66e58b05'/>
<id>urn:sha1:f343094f58fc45dc0a2d89de3387eccc66e58b05</id>
<content type='text'>
WARNING: QA Issue: /usr/sbin/iscsi@underscore@discovery_open-iscsi-user contained
in package open-iscsi-user requires /bin/bash,
but no providers found in its RDEPENDS [file-rdeps]

ERROR: Function failed: SYSTEMD_SERVICE_open-iscsi-user-systemd value
iscsi-initiator.service does not exist

Also,modify the LICENSE from GPL to GPLv2.

Signed-off-by: Li Xin &lt;lixin.fnst@cn.fujitsu.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>bbappends: resync to oe-core versions</title>
<updated>2015-02-20T20:41:06+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-02-20T20:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c43afe3b7383ce93fef9cdd1ebb18de5dda0044a'/>
<id>urn:sha1:c43afe3b7383ce93fef9cdd1ebb18de5dda0044a</id>
<content type='text'>
Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>housekeeping: remove PRINC from recipes</title>
<updated>2014-08-29T14:20:18+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T14:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=fd6479f1a9b4f950291b58298d32a0224bc93e4e'/>
<id>urn:sha1:fd6479f1a9b4f950291b58298d32a0224bc93e4e</id>
<content type='text'>
Removing PRINC from recipes to silence the bitbake warning about
it being a depreciated variable.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>bbappends: resync bbappends to oe-core/meta-oe latest</title>
<updated>2014-08-25T17:44:03+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-25T17:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2d4fa14e545084acd35cbe19e32807ff96d93859'/>
<id>urn:sha1:2d4fa14e545084acd35cbe19e32807ff96d93859</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
