<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/Makefile, branch 2010.08_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-07-30T08:46:37Z</updated>
<entry>
<title>Remove gdb plugins from target</title>
<updated>2010-07-30T08:46:37Z</updated>
<author>
<name>Malte Starostik</name>
<email>m-starostik@versanet.de</email>
</author>
<published>2010-07-24T19:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e48a72e5e958ca8227c04a3ee1e47cac2037a56e'/>
<id>urn:sha1:e48a72e5e958ca8227c04a3ee1e47cac2037a56e</id>
<content type='text'>
* Don't install gdb plugins unless BR2_TARGET_GDB is set

Signed-off-by: Malte Starostik &lt;m-starostik@versanet.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Globally remove aclocal directories from target</title>
<updated>2010-07-30T08:45:00Z</updated>
<author>
<name>Malte Starostik</name>
<email>m-starostik@versanet.de</email>
</author>
<published>2010-07-24T11:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80'/>
<id>urn:sha1:bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80</id>
<content type='text'>
* Remove $(TARGET_DIR)/usr/share/aclocal from target-finalize when not
  installing devfiles and
* Remove some (now) redundant cleanup from individual packages

Signed-off-by: Malte Starostik &lt;m-starostik@versanet.de&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>toolchain: move makefile includes</title>
<updated>2010-07-28T14:20:06Z</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@anciens.enib.fr</email>
</author>
<published>2010-07-27T22:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ed0200993e38194314c44f3eb6952fca25b2255a'/>
<id>urn:sha1:ed0200993e38194314c44f3eb6952fca25b2255a</id>
<content type='text'>
Including a bunch of Makefiles with wildcard makes it impossible to add
new toolchain backends. Avoid that by namely including needed files.

The external toolchain still needs to include all the toolchain/*/*.mk
sub-makefiles, as they are needed to build a toolchain that runs on the
target. It is to be noted that the cross-toolchain is not built in this
case, as the make-targets to build the cross-toolchain are not present
in the $(BASE_TARGETS) variable, which is later used to create the
dependency rules.

Also, the comment 'Explicit ordering' has been removed, as it is mis-
leading. It is make's responsibility to create the proper ordering based
on the dependency rules it finds in the Makefiles

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>toolchain: move helper functions from external toolchain</title>
<updated>2010-07-28T14:19:56Z</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@anciens.enib.fr</email>
</author>
<published>2010-07-27T22:08:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ed181aeedb4d478f789f81525bd8c93025ba7a29'/>
<id>urn:sha1:ed181aeedb4d478f789f81525bd8c93025ba7a29</id>
<content type='text'>
The helper functions used for external toolchains may also be useful
to alternate toolchain backends (currently, the external toolchain is
the sole user).

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: fix ldconfig selection for internal toolchains</title>
<updated>2010-07-26T21:57:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-26T21:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e49e2feda47fffb5e7a568a89d1f36615e75ce87'/>
<id>urn:sha1:e49e2feda47fffb5e7a568a89d1f36615e75ce87</id>
<content type='text'>
Commit ed0d45fdd (Choose host/target ldconfig based on availability)
added a runtime check for a cross-ldconfig being available.
Unfortunately this checks runs too early (at package/Makefile.in parsing
time), so it always fails when using an internal toolchain as ldconfig
isn't built yet.

Fix it by moving the check to the only place it is used (target-finalize).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix default skeleton path</title>
<updated>2010-07-19T07:42:56Z</updated>
<author>
<name>Malte Starostik</name>
<email>m-starostik@versanet.de</email>
</author>
<published>2010-07-19T06:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fbc22ecaef7b3422b8e74e50832b210577d8898f'/>
<id>urn:sha1:fbc22ecaef7b3422b8e74e50832b210577d8898f</id>
<content type='text'>
Signed-off-by: Malte Starostik &lt;m-starostik@versanet.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs: add option to define path to custom rootfs skeleton</title>
<updated>2010-07-18T21:15:55Z</updated>
<author>
<name>Dmytro Milinevskyy</name>
<email>milinevskyy@gmail.com</email>
</author>
<published>2010-06-16T20:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2b3a43f4e336d1af90200f5f34b931d09119e1e5'/>
<id>urn:sha1:2b3a43f4e336d1af90200f5f34b931d09119e1e5</id>
<content type='text'>
Signed-off-by: Dmytro Milinevskyy &lt;milinevskyy@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>move default skeleton to fs/ and drop busybox skeleton</title>
<updated>2010-07-18T21:08:55Z</updated>
<author>
<name>Dmytro Milinevskyy</name>
<email>milinevskyy@gmail.com</email>
</author>
<published>2010-06-16T20:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d9119c0bc55de95967b3de67be1fc49101a9d896'/>
<id>urn:sha1:d9119c0bc55de95967b3de67be1fc49101a9d896</id>
<content type='text'>
[Peter: fixup patch, adjust for busybox.mk changes]
Signed-off-by: Dmytro Milinevskyy &lt;milinevskyy@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>Introduce support for host config cache</title>
<updated>2010-07-07T06:14:41Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-06-20T13:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=26082e79af64550d16fb1e314a904456b90a464e'/>
<id>urn:sha1:26082e79af64550d16fb1e314a904456b90a464e</id>
<content type='text'>
We now have for quite some time a configuration cache used to speed-up
the execution of ./configure scripts when compiling programs for the
target. This commit introduces a similar concept when Buildroot
compiles programs for the host.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Makefile: fixup make distclean after kconfig build in BUILD_DIR</title>
<updated>2010-07-01T07:03:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-01T07:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8e29430410f37fe152c374d1c103a32f1906740e'/>
<id>urn:sha1:8e29430410f37fe152c374d1c103a32f1906740e</id>
<content type='text'>
We don't actually need to explicitly clean the kconfig stuff, as distclean
already removes the entire BUILD_DIR, but fix up the packag/config makefile
to do the right thing if make clean/distclean is called manually for
completeness.

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