<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git, branch 2011.08_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-08-04T20:31:30Z</updated>
<entry>
<title>Update for 2011.08-rc1</title>
<updated>2011-08-04T20:31:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-04T20:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7ff457cdb5949a7e8d9409495d1342f71b7d3adf'/>
<id>urn:sha1:7ff457cdb5949a7e8d9409495d1342f71b7d3adf</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-config: Add "mapdir" to sysroot handled variables</title>
<updated>2011-08-04T20:13:37Z</updated>
<author>
<name>Michael J. Hammel</name>
<email>mjhammel@graphics-muse.org</email>
</author>
<published>2011-04-24T02:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5496bc399bc9eee202dbd7bd1d143722f30536e9'/>
<id>urn:sha1:5496bc399bc9eee202dbd7bd1d143722f30536e9</id>
<content type='text'>
Closes #3583, #3649

Fixes xfonts_font-adobe build failure.

Signed-off-by: Michael J. Hammel &lt;mjhammel@graphics-muse.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-08-04T20:03:37Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-08-04T20:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5255a7197b858c4cb5632e12d2097b75b68518e7'/>
<id>urn:sha1:5255a7197b858c4cb5632e12d2097b75b68518e7</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain-external: fix some typos CodeSoucery -&gt; CodeSourcery</title>
<updated>2011-08-04T19:56:33Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-08-02T18:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=54624512d8602bccd2c5e19e6b769e180dbdb886'/>
<id>urn:sha1:54624512d8602bccd2c5e19e6b769e180dbdb886</id>
<content type='text'>
Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@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>initramfs/init: make sure that 0, 1, 2 fds are available</title>
<updated>2011-08-04T19:52:21Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-08-04T19:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=10a130f91e5b947e2d2558443ff09b1686eac273'/>
<id>urn:sha1:10a130f91e5b947e2d2558443ff09b1686eac273</id>
<content type='text'>
As the kernel doesn't automatically mount devtmpfs when an initramfs
is used, commit 424888e47431db738f5f9b3c6392435bfce7a842 has
introduced a small wrapper script that mounts devtmpfs before starting
the real init.

Unfortunately, the problem is that in this case, the init process runs
without any 0, 1 and 2 file descriptors, so none of the
messages/errors printed by the various initialization scripts can be
seen. This is due to the fact the init process relies on 0, 1 and 2
being opened by the kernel before init is started. However, as
/dev/console isn't present on the filesystem at the time the kernel
tries to open the console to create the 0, 1 and 2 file descriptors,
the kernel fails on this and prints the famous "Warning: unable to
open an initial console".

The proposed workaround is to actually open 0, 1 and 2 to /dev/console
in the wrapper script, right after mounting the devtmpfs filesystem,
and before starting the real init. The "Warning" from the kernel is
still shown, but at least the messages from the init scripts are
visible.

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>package: fix &lt;pkg&gt;_DL_VERSION value</title>
<updated>2011-08-04T19:48:08Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-08-04T19:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f940d7602ca0810da0432638d2ce8441d6486991'/>
<id>urn:sha1:f940d7602ca0810da0432638d2ce8441d6486991</id>
<content type='text'>
993e51bc22f508fbaf39c5c49fd0595fc5c56013 introduced a &lt;pkg&gt;_DL_VERSION
in addition to &lt;pkg&gt;_VERSION. This variable, purely internal to the
package infrastructure, allows to store the *raw* version name, as
defined in the package .mk file. However, as this version string can
contain slashes, it is not appropriate to be part of the build
directory name of the package. This is why &lt;pkg&gt;_VERSION is defined to
be the same thing as &lt;pkg&gt;_DL_VERSION, except that slashes are
replaced by underscores.

However, the initial implementation didn't take into account the case
of host packages. So 763822e874fd8d39b591feaa9639f76183897fb7 was
committed to fix this. But unfortunately, this commit got it wrong
again: it forgot the case where &lt;pkg&gt;_VERSION is set, but not
HOST_&lt;pkg&gt;_VERSION. In this case, HOST_&lt;pkg&gt;_DL_VERSION remained
empty. This can be seen for example by building host-sstrip.

This problem has been noticed by Julien Boibessot
&lt;julien.boibessot@free.fr&gt;, who also helped in fixing the
issue. Thanks!

The fix is simply to ensure that &lt;pkg&gt;_DL_VERSION is properly set in
all cases: when HOST_&lt;pkg&gt;_VERSION is defined, when only &lt;pkg&gt;_VERSION
is defined, and when no version is defined.

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>midori: bump to 0.3.6</title>
<updated>2011-08-04T19:46:24Z</updated>
<author>
<name>Frederic Bassaler</name>
<email>frederic.bassaler@gmail.com</email>
</author>
<published>2011-08-04T19:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b0d0e060771c80de5afed4d591e63a2b6520eec4'/>
<id>urn:sha1:b0d0e060771c80de5afed4d591e63a2b6520eec4</id>
<content type='text'>
midori 0.4.0 is out, but requires an additionnal dependency : vala
(maybe a more experienced person could add it?)

Signed-off-by: Frederic Bassaler &lt;frederic.bassaler@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>'source' target should depend on 'dirs'</title>
<updated>2011-08-04T19:44:56Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-07-27T09:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4eb982cf90f16927442f4e7692ce51dd5d21f37b'/>
<id>urn:sha1:4eb982cf90f16927442f4e7692ce51dd5d21f37b</id>
<content type='text'>
In the following command flow:
make distclean
make &lt;board&gt;_defconfig
make source

the dl directory would normally be created by the first wget download. If there are no such downloads, e.g. because you use a local download mirror (e.g. scp, file) or only use git/svn/hg/bzr repositories, the dl directory is not created automatically. This causes e.g. the 'pushd' command in the respective _DOWNLOAD commands to fail.

This patch adds a dependency to the 'dirs' target to 'source', fixing this scenario.

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>iw: bump to version 3.0</title>
<updated>2011-08-04T19:38:33Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-07-28T20:14:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3633557c9574290cac64c96c8e7965183118ced3'/>
<id>urn:sha1:3633557c9574290cac64c96c8e7965183118ced3</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>
<entry>
<title>samba: bump to version 3.3.15</title>
<updated>2011-08-04T19:37:38Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-07-28T20:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ced6c9df4328eea1c10bba11be8c02debe499ec4'/>
<id>urn:sha1:ced6c9df4328eea1c10bba11be8c02debe499ec4</id>
<content type='text'>
Bump samba to version 3.3.15 and add security patches for CVE-2011-2522
and CVE-2011-2694.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
