<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-connectivity, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-05-15T17:43:54Z</updated>
<entry>
<title>ofono: Add python-pygobject to ofono-tests package DEPENDS</title>
<updated>2012-05-15T17:43:54Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-05-15T00:10:34Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=30708f1b5bc3844e080ef863fdd22446700ba0b1'/>
<id>urn:sha1:30708f1b5bc3844e080ef863fdd22446700ba0b1</id>
<content type='text'>
Some of the ofono-tests python scripts, such as test-modem and
receive-sms (22 in total) import gobject. Make the ofono-tests package
depend on python-pygobject.

Tested on the meta-intel fri2 BSP in a core-image-sato image. Assorted
ofono tests run correctly.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>openssl: Fix build for mips64(el)</title>
<updated>2012-05-09T20:40:32Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-04-25T22:43:30Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b2f89bd7bf3ae86b7db8cbef4b103d61cb68a218'/>
<id>urn:sha1:b2f89bd7bf3ae86b7db8cbef4b103d61cb68a218</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssl: fix incorrect INC_PR</title>
<updated>2012-05-08T14:58:12Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2012-05-08T14:42:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=370b186b7c39897b868a5e3798a11a285277f145'/>
<id>urn:sha1:370b186b7c39897b868a5e3798a11a285277f145</id>
<content type='text'>
Restore INC_PR to r15 to prevent breakage with out of tree openssl
recipes (e.g, meta-oe).

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>openssh: upgrade to 6.0p1</title>
<updated>2012-05-08T13:00:07Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2012-05-07T22:49:13Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ce1fc60b0044bccf6cf8432700d6c0b6f042dae2'/>
<id>urn:sha1:ce1fc60b0044bccf6cf8432700d6c0b6f042dae2</id>
<content type='text'>
LICENSE checksum changed due to a trivial difference in the credits
list.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>connman: Disable tist plugin on powerpc</title>
<updated>2012-05-07T09:53:14Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-05-07T09:50:03Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=672846b0262add037daa2c9e434fe09388b58da8'/>
<id>urn:sha1:672846b0262add037daa2c9e434fe09388b58da8</id>
<content type='text'>
This plugin doesn't build on powerpc due to powerpc's terminal ioctl defintions
being incompatible with assumptions being made by this module. Until someone has
need and can test this on powerpc, disabling is the safest option.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>connman: enable TI shared transport plugin when wifi or bluetooth are requested</title>
<updated>2012-05-04T14:54:07Z</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-05-04T07:54:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=22254a32f05e9212411216bf1a4e48fd86b9c3ef'/>
<id>urn:sha1:22254a32f05e9212411216bf1a4e48fd86b9c3ef</id>
<content type='text'>
This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips.

The double --enable-tist when both bluetooth and wireless are enabled is ugly, but harmless

The background on the plugin: https://bugs.meego.com/show_bug.cgi?id=8418

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nfs-utils: don't try to unload nfsd module</title>
<updated>2012-05-03T14:15:25Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2012-04-30T19:58:00Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=aba81b64679ec0b1809946cb480e261af47f7625'/>
<id>urn:sha1:aba81b64679ec0b1809946cb480e261af47f7625</id>
<content type='text'>
* When nfsserver get's stopped, "modprobe -r nfsd" may
  hang indefinitely. As there's no need to unload the
  module, just remove the call to modprobe.

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>resolvconf: Update to 1.65</title>
<updated>2012-05-03T14:00:27Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-04-30T18:22:56Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=066e9a8aa13d33f0f96f036dfcbf48e0e0dab80f'/>
<id>urn:sha1:066e9a8aa13d33f0f96f036dfcbf48e0e0dab80f</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>libpcap: use PACKAGECONFIG for bluetooth distro feature</title>
<updated>2012-05-03T14:00:24Z</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2012-04-07T00:01:51Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=78821b3a893c8934d0f0f54df46cdbbc37f082d8'/>
<id>urn:sha1:78821b3a893c8934d0f0f54df46cdbbc37f082d8</id>
<content type='text'>
Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
</content>
</entry>
<entry>
<title>ofono: upgrade to 1.6</title>
<updated>2012-05-01T10:55:41Z</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2012-04-29T08:46:42Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=72684aac1d97469ee5cf9ef0d017a8b933e2a6d6'/>
<id>urn:sha1:72684aac1d97469ee5cf9ef0d017a8b933e2a6d6</id>
<content type='text'>
* 1.5 is not compatible with glib-2.32 and newer
  | In file included from gisi/client.h:30:0,
  |                  from gisi/client.c:33:
  |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only &lt;glib.h&gt; can be included directly."

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
