<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/Makefile, branch 2012.11.1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.11.1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.11.1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-01-03T20:43:39Z</updated>
<entry>
<title>Update for 2012.11.1</title>
<updated>2013-01-03T20:43:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-01-03T20:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1264adda0ec0ec5edaff5e372b97972cee6ae33c'/>
<id>urn:sha1:1264adda0ec0ec5edaff5e372b97972cee6ae33c</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2012.11</title>
<updated>2012-12-03T00:33:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-12-03T00:33:09Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93'/>
<id>urn:sha1:d201b95d8c6aa4d21f8655361e12e98630be8c93</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>unexport PKG_CONFIG_SYSROOT_DIR</title>
<updated>2012-12-03T00:32:28Z</updated>
<author>
<name>Charles Manning</name>
<email>cdhmanning@gmail.com</email>
</author>
<published>2012-12-02T11:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4f607edffda4835884f1f013f5d0ae0cb2eadeb7'/>
<id>urn:sha1:4f607edffda4835884f1f013f5d0ae0cb2eadeb7</id>
<content type='text'>
If this is not done then pkg-config can get confused.

Thomas and Arnout really deserve the credit for this - I just did
the testing.

Signed-off-by: Charles Manning &lt;cdhmanning@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>{rand,allyes}packageconfig: ensure legacy test options don't get enabled</title>
<updated>2012-12-02T02:13:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-12-02T02:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8a46d4bf1fe81dc60aca8795d9e2c69a9c252e37'/>
<id>urn:sha1:8a46d4bf1fe81dc60aca8795d9e2c69a9c252e37</id>
<content type='text'>
The legacy BR2_PACKAGE_* options in Config.in.legacy are not supposed to
be user selectable, so {rand,allyes}packageconfig shouldn't enable them.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2012.11-rc2</title>
<updated>2012-12-01T06:59:02Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-12-01T06:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1a59dfae0ce9e93da413285e7c47a16f7317123e'/>
<id>urn:sha1:1a59dfae0ce9e93da413285e7c47a16f7317123e</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: fix thread libraries stripping</title>
<updated>2012-11-30T21:59:40Z</updated>
<author>
<name>Richard Braun</name>
<email>rbraun@sceen.net</email>
</author>
<published>2012-11-20T07:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6ae7886f84e8ca856854fa9ee1a15547f171e8c6'/>
<id>urn:sha1:6ae7886f84e8ca856854fa9ee1a15547f171e8c6</id>
<content type='text'>
Strip libthread_db the same as any other library, but strip libpthread
with --strip-debug. See the relevant mailing list discussion [1] for
additional details.

[1] http://lists.busybox.net/pipermail/buildroot/2012-October/060126.html

Signed-off-by: Richard Braun &lt;rbraun@sceen.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-infra: introduce errors for legacy API</title>
<updated>2012-11-30T20:06:40Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-11-12T10:08:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ebcfa987df4095a7805ff124ab648fb607c89215'/>
<id>urn:sha1:ebcfa987df4095a7805ff124ab648fb607c89215</id>
<content type='text'>
As discussed in the BR developer days, we want to be more strict about API
changes in buildroot. I.e., we want to make it less likely that a user's
customizations break down after upgrading buildroot.

A first step is to make sure that the user is warned about API changes.
This patch introduces Makefile.legacy and Config.in.legacy, which will
issue clear error messages for such situations.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update for 2012.11-rc1</title>
<updated>2012-11-17T22:55:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-11-17T22:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=47ee3051fc49d928d3ba6f83a8dea4102d8536f4'/>
<id>urn:sha1:47ee3051fc49d928d3ba6f83a8dea4102d8536f4</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Allow to run severals post build scripts instead of only one</title>
<updated>2012-11-17T16:23:59Z</updated>
<author>
<name>Philippe Reynes</name>
<email>philippe.reynes@sagemcom.com</email>
</author>
<published>2012-11-17T12:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dbf4978e6b1b24973cb7fbf9be636dda3ae67862'/>
<id>urn:sha1:dbf4978e6b1b24973cb7fbf9be636dda3ae67862</id>
<content type='text'>
Using severals post build scripts is usefull to share
script between severals boards/projects.

[Peter: fix trailing spaces in Config.in]
Signed-off-by: Philippe Reynes &lt;philippe.reynes@sagemcom.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Warn the user about the usage of output/target as the root filesystem</title>
<updated>2012-11-17T16:12:49Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2012-11-17T03:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9226a9907c4eb0fffab777f50e88b74aa14d1737'/>
<id>urn:sha1:9226a9907c4eb0fffab777f50e88b74aa14d1737</id>
<content type='text'>
A very common mistake done by our users is that they use
output/target/ directory as their root filesystem. Even though this is
loudly documented in our Buildroot manual, people don't read
documentation, so it is not sufficient.

This patch adds a text file named
output/target/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM which explains why
output/target isn't appropriate to use as the root filesystem. The
process is:

 * At the beginning of the build, right after the skeleton has been
   copied, support/misc/target-dir-warning.txt is copied to
   output/target/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM

 * In the filesystem images creation code, this file is removed before
   launching fakeroot, and restored right after that, so that this
   file is not present in the generated root filesystem images.

Note that the file has not been added to the default skeleton for two
reasons:

 * It would have annoying to have in our source tree a file named in
   capital letters inside system/skeleton/

 * The proposed way works even if the user uses a custom skeleton.

[Peter: fixed typo]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Juha Lumme &lt;juha.lumme@gmail.com&gt;
Acked-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
