<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-support, branch havana</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=havana</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-08-19T13:32:29+00:00</updated>
<entry>
<title>memcached: re-sync to meta-networking version</title>
<updated>2014-08-19T13:32:29+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-19T04:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8804c1facd7a22029deb88ac176628f542913084'/>
<id>urn:sha1:8804c1facd7a22029deb88ac176628f542913084</id>
<content type='text'>
To avoid configuration errors, we need to get the latest meta-networking
changes.

This recipe will be dropped eventually, but will stay a bit longer for
migration purposes.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>ldap/pam authentication: package nss-pam-ldapd</title>
<updated>2014-07-31T19:15:30+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-18T19:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6238a9a2e9b0d66485cc972c4df0b65766e16051'/>
<id>urn:sha1:6238a9a2e9b0d66485cc972c4df0b65766e16051</id>
<content type='text'>
Package nss-pam-ldapd, this is a daemon enabling pam/ldap
authentication.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>tgt: prevent service from being started multiple times</title>
<updated>2014-05-26T15:34:25+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-05-26T13:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5bb6ced1ddfa65bc0c3be688a93a1883dd751b08'/>
<id>urn:sha1:5bb6ced1ddfa65bc0c3be688a93a1883dd751b08</id>
<content type='text'>
Using the /etc/init.d/tgtd script, allows the service be started
multiple times, but only the last instance can be stopped using
the script.  This fix ensures that the service isn't running
before attempting to start the service multiple times.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: fixes</title>
<updated>2014-05-24T04:27:57+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-21T13:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b77402b033fdf4b9eafb2515729e625d777dab3f'/>
<id>urn:sha1:b77402b033fdf4b9eafb2515729e625d777dab3f</id>
<content type='text'>
Make ruby binaries more accessible by creating symlinks from
${libdir}/ruby/gems/${ruby version}/bin/ to /usr/bin

RDEPENDS needs to be package specific

coderay needs to depends on yard

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Ruby/chef solo: Add recipes-support/chef/chef_git.bb</title>
<updated>2014-05-24T04:27:57+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-20T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d9d99d1b1109f37ffcd040c4a3e0ea9fc06e8e96'/>
<id>urn:sha1:d9d99d1b1109f37ffcd040c4a3e0ea9fc06e8e96</id>
<content type='text'>
Use chef-solo to help reconfigure and deployment of controller
and compute nodes. Install script downloaded from this link
(https://www.opscode.com/chef/install.sh) and the attached archives created from it.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>autotools: B != S build fixes</title>
<updated>2014-05-21T17:29:36+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-21T17:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2b297e2d196171a086f614fe2ece79c21206cdbb'/>
<id>urn:sha1:2b297e2d196171a086f614fe2ece79c21206cdbb</id>
<content type='text'>
Since oe-core introduced the autotools separated build and source
directory changes, some package builds broke.

With this change, we can build against the latest oe-core master.

It should be noted that this masks the build issues, and the bbappends
should be removed as dependency layers update or "real" fixes are
generated.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>bbappends: update bbappends to match oe-core, meta-oe and meta-virtualization versions</title>
<updated>2014-05-21T17:29:27+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-21T17:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2cdfbbe2c830171a21b9e15b2ec91e21ad265118'/>
<id>urn:sha1:2cdfbbe2c830171a21b9e15b2ec91e21ad265118</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>mod-wsgi: allow builds with separated src/build dirs</title>
<updated>2014-05-21T17:28:57+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-05-09T13:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c7727843423dcc65eb3a6224a209d6e89b177fcd'/>
<id>urn:sha1:c7727843423dcc65eb3a6224a209d6e89b177fcd</id>
<content type='text'>
Unfortunately the use of apxs, which isn't that friendly with
separated src/build dirs, makes things tricky to acheive src/build
separation. With the use of a symlink and a few other minor tweaks we
are able to get this working.

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>cleanup: leave source config files pristine</title>
<updated>2014-04-24T03:36:03+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2014-04-23T01:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0ae7fe2223c6aca2e6ab0a71946ef59a2de2472c'/>
<id>urn:sha1:0ae7fe2223c6aca2e6ab0a71946ef59a2de2472c</id>
<content type='text'>
Editing the files in ${WORKDIR} using sed or similar tools as part of
do_install means they can only be edited once. Supplying a modified
CONTROLLER_IP in local.conf and building the image again will not
result in the CONTROLLER_IP being properly updated since the
substitution placeholders will no longer exist. We therefore simply
swap the other of things, installing the configuration files first,
then editing them to swap the placeholders. This means we can run the
do_install again and again and get the results we expect.

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>tgt: Fix the path of header files check</title>
<updated>2014-04-15T23:43:32+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2014-04-10T03:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3af9bf1831b89887da53e7804930010784338b4b'/>
<id>urn:sha1:3af9bf1831b89887da53e7804930010784338b4b</id>
<content type='text'>
Current Makefile will check headers on host instead of Yocto sysroot, following
error appears. Change the path of header check.
| bs_aio.c:34:20: fatal error: libaio.h: No such file or directory
| #include &lt;libaio.h&gt;
|                     ^
| compilation terminated.

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
