<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/CHANGES, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-11-08T09:24:59Z</updated>
<entry>
<title>Update for 2010.11-rc1</title>
<updated>2010-11-08T09:24:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-08T09:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ea252b0e040453223858a0eda385e895e4d65b93'/>
<id>urn:sha1:ea252b0e040453223858a0eda385e895e4d65b93</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xserver-xorg: enable glx support if mesa3d is enabled</title>
<updated>2010-11-07T20:02:38Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-07T20:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=69a8991bdc7f2f7262c81166430c825b61fc1c7c'/>
<id>urn:sha1:69a8991bdc7f2f7262c81166430c825b61fc1c7c</id>
<content type='text'>
Closes #2533

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>wireless-tools: add option to install shared lib</title>
<updated>2010-11-07T19:25:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-07T19:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=70fb5d46ee05a1bb74fc3361b64c7bfcd8a87297'/>
<id>urn:sha1:70fb5d46ee05a1bb74fc3361b64c7bfcd8a87297</id>
<content type='text'>
Closes #2461

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>config: fix crash with too long paths</title>
<updated>2010-11-07T18:52:13Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-07T18:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=937367785a568d1b683b1e31b8ad9bdbe0cb607b'/>
<id>urn:sha1:937367785a568d1b683b1e31b8ad9bdbe0cb607b</id>
<content type='text'>
Closes #2737

Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98
(kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: move target-{finalize,purgelocales} after bootloader/linux step</title>
<updated>2010-11-07T18:33:11Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-07T18:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=64d8e9a0c1e6fffb0085c65b3879a2e327649d7f'/>
<id>urn:sha1:64d8e9a0c1e6fffb0085c65b3879a2e327649d7f</id>
<content type='text'>
Closes #2731

Bootloader and Linux kernel steps can add content to the rootfs, so ensure
the cleanup / postprocess steps are moved after those.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add kbd package</title>
<updated>2010-11-07T09:50:44Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2010-09-19T23:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=603030af4519b60315b94a4369d75537a13af53b'/>
<id>urn:sha1:603030af4519b60315b94a4369d75537a13af53b</id>
<content type='text'>
[Peter: use BR2_KERNEL_MIRROR]
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>tslib: needs libtool patch</title>
<updated>2010-11-05T20:00:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-05T20:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a3a88a31552460c1e2aac6a746480eef98d07dfb'/>
<id>urn:sha1:a3a88a31552460c1e2aac6a746480eef98d07dfb</id>
<content type='text'>
Otherwise it fails with 'cannot install to a directory not ending in
/usr/lib/ts'.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>New package: nuttcp</title>
<updated>2010-11-05T15:53:09Z</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2010-10-08T10:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6097b191d3bfae34c27c077c369869e4b49ff76f'/>
<id>urn:sha1:6097b191d3bfae34c27c077c369869e4b49ff76f</id>
<content type='text'>
Add a new TCP/UDP network testing tool, that provides some advanced
features compared to ttcp.

[Peter: cleanup, fix FLAGS, move to network]
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>slang: convert to gentargets</title>
<updated>2010-11-05T13:34:29Z</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-10-08T08:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2d925fc790d4c469861df7918bfee63f4043ffbc'/>
<id>urn:sha1:2d925fc790d4c469861df7918bfee63f4043ffbc</id>
<content type='text'>
Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sfdisk: mark as deprecated</title>
<updated>2010-11-05T13:24:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-05T13:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61'/>
<id>urn:sha1:2b9e2fb4eb34aff57ca1fd6ca18b18dc6c29cf61</id>
<content type='text'>
We're using an ancient uclibc specific snapshot, and should rather focus
on moving our util-linux package forward.

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