<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain, branch 2009.08_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-07-31T09:40:34+00:00</updated>
<entry>
<title>Fix PROGRAM_INVOCATION handling with external toolchains</title>
<updated>2009-07-31T09:40:34+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-31T09:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8d880c3e5c68bea752c2a075d0ef0c64805df93f'/>
<id>urn:sha1:8d880c3e5c68bea752c2a075d0ef0c64805df93f</id>
<content type='text'>
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option,
like BR2_INET_IPV6, BR2_INET_RPC, on which some packages
depend. Therefore, it should be handled like BR2_INET_IPV6 and
BR2_INET_RPC in order to work properly with external toolchains.

Since we move it out of toolchain/uClibc/Config.in into
toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION
(since BR2_INET_RPC and others don't have UCLIBC in their name).

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 2.6.27 / 2.6.30 stable versions</title>
<updated>2009-07-31T07:57:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-31T07:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d4a8eebf597da6e992e663c73f152c49724f7236'/>
<id>urn:sha1:d4a8eebf597da6e992e663c73f152c49724f7236</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: Clean up locale support menu</title>
<updated>2009-07-27T08:41:56+00:00</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-07-27T08:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=27ce942e6536174a9fa6f5dd13f87d52bca0950c'/>
<id>urn:sha1:27ce942e6536174a9fa6f5dd13f87d52bca0950c</id>
<content type='text'>
Closes #421.

This patch cleans up and fixes some minor issues with the locale support
section of the toolchain menu.

1. uClibc requires wchar support if locales are enabled, make locale
   support select wchar support.

2.  Allow purging of locale information even if there is no locale
    support in the C library.  This cleans up after packages that
    install things into /usr/share/locale on the target.

Signed-off-by: Will Newton &lt;will.newton@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/uClibc: add patch to rename getline to get_line in unifdef.c</title>
<updated>2009-07-27T07:43:06+00:00</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2009-05-28T21:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a248954890ad84e63943a7533e22bbd5ba515e5e'/>
<id>urn:sha1:a248954890ad84e63943a7533e22bbd5ba515e5e</id>
<content type='text'>
getline() is a standard libc function with a different signature.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 2.6.27.x stable version</title>
<updated>2009-07-26T15:52:21+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-26T15:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c972a086e5f4d57b1119809e5e90457792268b22'/>
<id>urn:sha1:c972a086e5f4d57b1119809e5e90457792268b22</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/uclibc: xtensa patches</title>
<updated>2009-07-25T18:25:34+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-25T18:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c1b3b6cab0c921e74534b8fe789b8f7f8dbe62b4'/>
<id>urn:sha1:c1b3b6cab0c921e74534b8fe789b8f7f8dbe62b4</id>
<content type='text'>
New files missing from 58050c28.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 2.6.30.x stable version</title>
<updated>2009-07-25T18:15:22+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-25T18:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=48abfcf5f0d935ca502c2ffcff392387c5153908'/>
<id>urn:sha1:48abfcf5f0d935ca502c2ffcff392387c5153908</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: xtensa toolchain patch support</title>
<updated>2009-07-24T00:32:33+00:00</updated>
<author>
<name>Maxim Grigoriev</name>
<email>maxim2405@gmail.com</email>
</author>
<published>2009-07-24T00:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=adb9e905da23a26c00ab2f811f3359d37aaac4ae'/>
<id>urn:sha1:adb9e905da23a26c00ab2f811f3359d37aaac4ae</id>
<content type='text'>
Part of #163.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/patch-kernel.sh: xtensa directory overlay support</title>
<updated>2009-07-24T00:31:34+00:00</updated>
<author>
<name>Maxim Grigoriev</name>
<email>maxim2405@gmail.com</email>
</author>
<published>2009-07-24T00:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ebb049593653f51475ca255445058a70a373fb62'/>
<id>urn:sha1:ebb049593653f51475ca255445058a70a373fb62</id>
<content type='text'>
Part of #163.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/uclibc: xtensa support</title>
<updated>2009-07-24T00:22:08+00:00</updated>
<author>
<name>Maxim Grigoriev</name>
<email>maxim2405@gmail.com</email>
</author>
<published>2009-07-24T00:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=58050c286baebf14fa59d6ad90b61a594c57f9fd'/>
<id>urn:sha1:58050c286baebf14fa59d6ad90b61a594c57f9fd</id>
<content type='text'>
Part of #163.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
