<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/iw, branch mickledore-net</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-net</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-net'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-09-08T14:21:38+00:00</updated>
<entry>
<title>iw: remove, this is now in oe-core</title>
<updated>2015-09-08T14:21:38+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2015-09-02T00:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8a5df66704ce01f5d53c20d85d50d0a9c9dacc9e'/>
<id>urn:sha1:8a5df66704ce01f5d53c20d85d50d0a9c9dacc9e</id>
<content type='text'>
Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>iw: upgrade 3.15 -&gt; 4.1</title>
<updated>2015-07-30T19:07:35+00:00</updated>
<author>
<name>Li xin</name>
<email>lixin.fnst@cn.fujitsu.com</email>
</author>
<published>2015-07-22T08:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=16e4f398810319ec0004987dfeb2eed16278f422'/>
<id>urn:sha1:16e4f398810319ec0004987dfeb2eed16278f422</id>
<content type='text'>
Signed-off-by: Li Xin &lt;lixin.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>iw: uprev to version 3.15</title>
<updated>2014-08-21T19:35:07+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-08-18T03:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c73e26932dcbb8bbe1895ba969e0c41cd9bbf850'/>
<id>urn:sha1:c73e26932dcbb8bbe1895ba969e0c41cd9bbf850</id>
<content type='text'>
- change to use tar.gz since bz2 is no longer provided in upstream
- adjust the patch for new version

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>iw: use BP instead of P to fix multilib builds</title>
<updated>2014-04-20T09:19:10+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-04-11T09:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e4ff69be06c49c23ad7306431276c2dd44dfbbdb'/>
<id>urn:sha1:e4ff69be06c49c23ad7306431276c2dd44dfbbdb</id>
<content type='text'>
Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>iw: Update to 3.11</title>
<updated>2013-10-05T10:36:01+00:00</updated>
<author>
<name>Philipp Wagner</name>
<email>lists@philipp-wagner.com</email>
</author>
<published>2013-09-15T13:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=653c667a56a2134a883fadc64fccb8a7a6b8bd8e'/>
<id>urn:sha1:653c667a56a2134a883fadc64fccb8a7a6b8bd8e</id>
<content type='text'>
Signed-off-by: Philipp Wagner &lt;mail@philipp-wagner.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Unify indentation</title>
<updated>2013-04-15T14:23:17+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-13T20:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a45830a39bb47a9eab27980d52966226c9504ea4'/>
<id>urn:sha1:a45830a39bb47a9eab27980d52966226c9504ea4</id>
<content type='text'>
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>meta-openembedded: use correct format of Upstream-Status</title>
<updated>2012-12-23T08:40:44+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-12-23T08:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=580fd6c7438ac99956cfb376913109f226fc6bd0'/>
<id>urn:sha1:580fd6c7438ac99956cfb376913109f226fc6bd0</id>
<content type='text'>
* some patches have also incorrect value, but e.g. "Unknown" is as good as
  "Pending" to me

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>iw: update to 3.6</title>
<updated>2012-10-09T09:04:58+00:00</updated>
<author>
<name>jackie huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2012-10-08T06:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=26b3c797464c55ff957ddd8bc5329f81b9afea6c'/>
<id>urn:sha1:26b3c797464c55ff957ddd8bc5329f81b9afea6c</id>
<content type='text'>
Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>iw: fix build breakage with top-level git repos</title>
<updated>2011-11-29T16:07:14+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2011-11-29T16:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=300e13209f258f44ba74af5c42bb19dd1c6120a1'/>
<id>urn:sha1:300e13209f258f44ba74af5c42bb19dd1c6120a1</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>iw: update to 3.2</title>
<updated>2011-11-29T08:13:33+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2011-11-22T00:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2af926ac27dd9400a93e0991d4a69a72be2a4543'/>
<id>urn:sha1:2af926ac27dd9400a93e0991d4a69a72be2a4543</id>
<content type='text'>
to prepare support for libnl-3 we need to update iw.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
</feed>
