<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/Makefile, branch 2011.08_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<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.bnewbold.net/buildroot-novena/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>'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.bnewbold.net/buildroot-novena/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>make help: sort defconfigs for make 3.82</title>
<updated>2011-07-17T20:19:19Z</updated>
<author>
<name>Danomi Mocelopolis</name>
<email>d_mo1234@yahoo.com</email>
</author>
<published>2011-07-17T20:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b979619973dad84c2ef6a978b3a3b04b35d6ce3a'/>
<id>urn:sha1:b979619973dad84c2ef6a978b3a3b04b35d6ce3a</id>
<content type='text'>
Closes #3985

The wildcard function in make 3.82 no longer sorts the output, so
add an explicit sort so the defconfigs are listed in a sensible order.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: unbreak source-check</title>
<updated>2011-07-15T18:57:59Z</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@anciens.enib.fr</email>
</author>
<published>2011-07-14T11:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7c2974596971e20a7d8d606d88bfd1b682472edb'/>
<id>urn:sha1:7c2974596971e20a7d8d606d88bfd1b682472edb</id>
<content type='text'>
'source-check' breaks because the *_DEFCONFIG options are empty strings.
There is an explicit check to avoid erroring-out when doing 'source', but
not when doing 'source-check'.

This patch set DL_MODE right from the first sub-make call.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@anciens.enib.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile.package.in: Add BR2_XZCAT for LZMA compression type</title>
<updated>2011-07-12T21:14:44Z</updated>
<author>
<name>Allan W. Nielsen</name>
<email>a@awn.dk</email>
</author>
<published>2011-05-10T06:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=177b4b4ac036a34fd2a037f22f121722ce163dd2'/>
<id>urn:sha1:177b4b4ac036a34fd2a037f22f121722ce163dd2</id>
<content type='text'>
Signed-off-by: Allan W. Nielsen &lt;a@awn.dk&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>Remove unused variable definitions</title>
<updated>2011-06-12T19:56:09Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-05-30T21:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=97fafb9adc0fc8a3610fe28e8394accf96ad0a9c'/>
<id>urn:sha1:97fafb9adc0fc8a3610fe28e8394accf96ad0a9c</id>
<content type='text'>
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>kickoff 2011.08 development cycle</title>
<updated>2011-06-06T11:36:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-06-06T11:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0a5e7905a63f39ddba9c66db53ff1c8b8d4f19b6'/>
<id>urn:sha1:0a5e7905a63f39ddba9c66db53ff1c8b8d4f19b6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2011.05</title>
<updated>2011-05-27T14:18:21Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-27T14:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9ab73b51e8f0f30e1720639d40732fa20aab9d1a'/>
<id>urn:sha1:9ab73b51e8f0f30e1720639d40732fa20aab9d1a</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2011.05-rc2</title>
<updated>2011-05-24T13:02:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-24T13:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=effcc9a2a2a6678dbc04d3c5b6957df3987dccc6'/>
<id>urn:sha1:effcc9a2a2a6678dbc04d3c5b6957df3987dccc6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2011.05-rc1</title>
<updated>2011-05-18T20:03:57Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-18T19:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=137a4d7e92baf57e46e35280feb5c0fddfb49af1'/>
<id>urn:sha1:137a4d7e92baf57e46e35280feb5c0fddfb49af1</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
