<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain/dependencies, branch 2011.02_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-12-29T22:35:52Z</updated>
<entry>
<title>Reset critical environment variables</title>
<updated>2010-12-29T22:35:52Z</updated>
<author>
<name>Daniel Nyström</name>
<email>daniel.nystrom@timeterminal.se</email>
</author>
<published>2010-12-25T23:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2bf3c1660965d73a553d3c99d6f1a62f36e0069b'/>
<id>urn:sha1:2bf3c1660965d73a553d3c99d6f1a62f36e0069b</id>
<content type='text'>
Reset them early in top-level Makefile to ensure they're keept unset
all the way through the build process.

This also removes the requirement of these variables being unset
globally prior the build.

Signed-off-by: Daniel Nyström &lt;daniel.nystrom@timeterminal.se&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sstrip: make it a proper package</title>
<updated>2010-12-28T19:43:58Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-12-28T19:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f78b344ea82f6f45547788652c4352ba2a623cbb'/>
<id>urn:sha1:f78b344ea82f6f45547788652c4352ba2a623cbb</id>
<content type='text'>
* Convert sstrip to a proper gentargets package
* Use openwrt svn version, it's basically the same one we used
* Change the hooks from old toolchain/sstrip to new package/sstrip
* Drop the old toolchain/sstrip directory
* sstrip for the target is now in Package -&gt; Development

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>infrastructure: only require download tools when needed</title>
<updated>2010-12-24T16:48:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-24T14:57:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=960d268b25f61c407056c2eba946612a38d7de9f'/>
<id>urn:sha1:960d268b25f61c407056c2eba946612a38d7de9f</id>
<content type='text'>
Instead of having to require svn, git or bzr unconditionally, only
require them when one package needs them to be downloaded.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>dependencies: add unzip</title>
<updated>2010-12-16T13:43:17Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ba62fde481cb312fa35123f4e633f09ed2c50240'/>
<id>urn:sha1:ba62fde481cb312fa35123f4e633f09ed2c50240</id>
<content type='text'>
unzip is needed to uncompress at91bootstrap, so let's add it as a
dependency. This can be discussed, and if we think it shouldn't be a
new dependency, we can also build a host-unzip.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ccache: rework ccache management</title>
<updated>2010-12-08T16:51:49Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-07T20:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=17b66affdf439ed7c35d2825a1e2bf7967191e14'/>
<id>urn:sha1:17b66affdf439ed7c35d2825a1e2bf7967191e14</id>
<content type='text'>
 * ccache is now a normal package (both for the host and the target).

 * ccache option is now part of the "Build options" menu. It will
   automatically build ccache for the host before building anything,
   and will use it to cache builds for both host compilations and
   target compilations.

 * bump ccache to 3.1.3

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sed: get rid of host-sed variant</title>
<updated>2010-09-30T21:09:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-30T21:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d0c3d1cf4365a80ba2ec35eef0c3ed7ac907f320'/>
<id>urn:sha1:d0c3d1cf4365a80ba2ec35eef0c3ed7ac907f320</id>
<content type='text'>
And all the infrastructure surrounding it. A broken sed implementation
is quite rare nowadays, as seen by the fact that the current host-sed
support has been broken for a while, so just get rid of it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Detect early if an UTF-8 locale is needed</title>
<updated>2010-08-11T11:10:54Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-08-11T11:10:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=01c1279f9f8764520aeb683fc3f269f928f3e3d7'/>
<id>urn:sha1:01c1279f9f8764520aeb683fc3f269f928f3e3d7</id>
<content type='text'>
Check in toolchain/dependencies/dependencies.sh if an UTF-8 locale is
properly present on the system before trying to build a locale enabled
toolchain. As this test is only needed when a locale enabled toolchain
is going to be built, we pass the configuration file path to the
dependencies.sh script so that it can grep for the current value of
various options.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>dependencies: add svn as a mandatory tool</title>
<updated>2010-07-29T14:04:38Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T06:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3b207de011d13042b589031061bbe0d940e7b204'/>
<id>urn:sha1:3b207de011d13042b589031061bbe0d940e7b204</id>
<content type='text'>
Now that two packages (tremor and libsvgtiny) are being downloaded
from svn, svn becomes a mandatory tool to run Buildroot.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>check-host-sed.sh: use mktemp for temporary file</title>
<updated>2010-06-21T21:02:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-21T20:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bec3480a4403d8b666e7b04348306b49202ffac5'/>
<id>urn:sha1:bec3480a4403d8b666e7b04348306b49202ffac5</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dependencies.sh: fix CWD in PATH check</title>
<updated>2010-06-09T10:04:25Z</updated>
<author>
<name>Nick Leverton</name>
<email>nick@leverton.org</email>
</author>
<published>2010-06-09T10:04:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=016eb67078952e6309d573d447b7df25cde0aa15'/>
<id>urn:sha1:016eb67078952e6309d573d447b7df25cde0aa15</id>
<content type='text'>
Closes #1999

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