<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena, branch 2012.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-05-30T21:23:07Z</updated>
<entry>
<title>Update for 2012.05</title>
<updated>2012-05-30T21:23:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-30T21:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bce34ab199dea7e8430971ae31d743e246049785'/>
<id>urn:sha1:bce34ab199dea7e8430971ae31d743e246049785</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>docs/docs.html: Point users to html asciidoc documentation</title>
<updated>2012-05-30T20:39:13Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-30T20:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=37297183507a4b43c3a15e9c078d2c760898a2c9'/>
<id>urn:sha1:37297183507a4b43c3a15e9c078d2c760898a2c9</id>
<content type='text'>
Rather than the outdated buildroot.html. The asciidoc documentation is
still not autogenerated from git, instead a static snapshot is made per
release (like we did for /downloads/buildroot.html).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pptp-linux: fix build with high BR2_JLEVEL settings</title>
<updated>2012-05-29T08:05:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-29T08:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ffc4afe084a76e7246bd373c73b706f512a86c2b'/>
<id>urn:sha1:ffc4afe084a76e7246bd373c73b706f512a86c2b</id>
<content type='text'>
The pptp-linux build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/a75fab3f04d03cb39cd41a86b6f57307198ba5f1

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: bump 1.20.x version</title>
<updated>2012-05-28T07:25:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-28T07:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8a1e83823de62f55ac06f4a67452ee7cc1ce3ace'/>
<id>urn:sha1:8a1e83823de62f55ac06f4a67452ee7cc1ce3ace</id>
<content type='text'>
Bugfix release.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>netsnmp: fix build with high BR2_JLEVEL settings</title>
<updated>2012-05-27T19:10:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-27T19:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7643670052a7adc1c2a5f275664774c6d50e6a3d'/>
<id>urn:sha1:7643670052a7adc1c2a5f275664774c6d50e6a3d</id>
<content type='text'>
The netsnmp build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/5bb827425ed07617a47a0c0d942a3c6c423fc02f

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2012.05-rc3</title>
<updated>2012-05-25T19:09:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-25T19:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0b0d7badb0338f7c33c86e2ab60c413a973ca348'/>
<id>urn:sha1:0b0d7badb0338f7c33c86e2ab60c413a973ca348</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>mtd: fix build when no sub options are enabled</title>
<updated>2012-05-25T19:02:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-05-25T19:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=573a740998f6345317dca1d62f3efcda4d067499'/>
<id>urn:sha1:573a740998f6345317dca1d62f3efcda4d067499</id>
<content type='text'>
mtd-utils with no sub options enabled should be a noop, but we end up
calling make with the default target (E.G. to build everything), breaking
the build if zlib/lzo aren't available.

Fixes http://autobuild.buildroot.net/results/a0781db394792e6d3831c1884fc4bb3525fedb2e/

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-download.mk: Add missing argument when downloading from primary mirror (scp)</title>
<updated>2012-05-23T19:49:40Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2012-05-23T09:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3ae7d814075095b43e25c8ef11be6a14234241cc'/>
<id>urn:sha1:3ae7d814075095b43e25c8ef11be6a14234241cc</id>
<content type='text'>
This problem was already fixed by Markos Chandras for wget, but not for scp.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libmpeg2: move ARM patch to the correct directory</title>
<updated>2012-05-23T11:42:17Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-05-23T11:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a3c46e4f17c4381ff526b00f805194fde72b8492'/>
<id>urn:sha1:a3c46e4f17c4381ff526b00f805194fde72b8492</id>
<content type='text'>
The patch was added after the multimedia category reorganization so it
became unreachable.
Move it to the final libmpeg2 package directory.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qemu/configs: update to use kernel 3.3.7</title>
<updated>2012-05-22T19:26:16Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-05-22T04:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4f0bc3b74faa6966e5014dc5950d85d0bd8369ec'/>
<id>urn:sha1:4f0bc3b74faa6966e5014dc5950d85d0bd8369ec</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
