<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain, branch 2012.02_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-02-16T11:20:01Z</updated>
<entry>
<title>uClibc: add upstream 0.9.33 fixes</title>
<updated>2012-02-16T11:20:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-16T11:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7553f043ad7e682e65867e3504f7dbf220b10bd7'/>
<id>urn:sha1:7553f043ad7e682e65867e3504f7dbf220b10bd7</id>
<content type='text'>
Fixes build on E.G. powerpc.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 3.0.x / 3.2.x stable versions</title>
<updated>2012-02-13T23:13:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-13T23:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=74c7b15a90c78098ca170757b11b8068e2d46d52'/>
<id>urn:sha1:74c7b15a90c78098ca170757b11b8068e2d46d52</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dependencies: move from toolchain/ to support/</title>
<updated>2012-02-09T20:45:59Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2012-02-08T16:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a792668b58fd5f551f30d40c2352f16011f1f92f'/>
<id>urn:sha1:a792668b58fd5f551f30d40c2352f16011f1f92f</id>
<content type='text'>
As suggested by Arnout Vandecappelle, move toolchain/dependencies to
support/dependencies, as it really is not toolchain-specific anymore.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 3.2.x stable version</title>
<updated>2012-02-09T07:51:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-09T07:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2987a6fef5b2d5cd136217ecd806eb1fcc7168bf'/>
<id>urn:sha1:2987a6fef5b2d5cd136217ecd806eb1fcc7168bf</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dependencies.sh: fix host g++ check when ccache is used</title>
<updated>2012-02-08T22:40:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-08T22:40:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7100a2cc337976b1a88a393881402a9590d42f2d'/>
<id>urn:sha1:7100a2cc337976b1a88a393881402a9590d42f2d</id>
<content type='text'>
Similar to how we do it for gcc.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 3.0.x / 3.2.x stable versions</title>
<updated>2012-02-06T16:24:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-06T16:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=436ceeafbc59ad8a68f995f8cd5f11dc3abfd2ae'/>
<id>urn:sha1:436ceeafbc59ad8a68f995f8cd5f11dc3abfd2ae</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uClibc: tweak 0.9.33 / snapshot configs</title>
<updated>2012-02-02T09:06:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-02T09:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a4937957148f4d82b35923c55619fe37407d7d2'/>
<id>urn:sha1:4a4937957148f4d82b35923c55619fe37407d7d2</id>
<content type='text'>
With default values so it doesn't stop build and ask user. Also disable
2.4 modules support by default like upstream does.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain-buildroot: enable / default to NPTL fr uClibc 0.9.33 as well</title>
<updated>2012-02-02T08:07:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-02T08:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8ed392f3d649ef373f2cebce3b4dbab60a867a4e'/>
<id>urn:sha1:8ed392f3d649ef373f2cebce3b4dbab60a867a4e</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uClibc: add 0.9.33</title>
<updated>2012-02-01T23:34:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-01T23:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=aea3ac7a9fc1caeac500df33afe2c40cc32d5c8a'/>
<id>urn:sha1:aea3ac7a9fc1caeac500df33afe2c40cc32d5c8a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 3.0.x / 3.2.x stable versions</title>
<updated>2012-01-26T08:03:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-01-26T08:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e157720be341daa04296bcee9f7d310e861dedc0'/>
<id>urn:sha1:e157720be341daa04296bcee9f7d310e861dedc0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
