<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/project, branch 2009.08_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-07-24T00:19:24Z</updated>
<entry>
<title>project: xtensa specific ARCH handling</title>
<updated>2009-07-24T00:19:24Z</updated>
<author>
<name>Maxim Grigoriev</name>
<email>maxim2405@gmail.com</email>
</author>
<published>2009-07-24T00:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=715ab98169f2a41a6954a5027933c90bbf9006df'/>
<id>urn:sha1:715ab98169f2a41a6954a5027933c90bbf9006df</id>
<content type='text'>
Part of #163.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: add STAMP_DIR and use for host builds</title>
<updated>2009-03-19T11:06:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e7b38c71ce55720f7709f0049f5bfc71ca0615ec'/>
<id>urn:sha1:e7b38c71ce55720f7709f0049f5bfc71ca0615ec</id>
<content type='text'>
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use &lt;PACKAGE&gt;_VERSION variables.

This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence &lt;PACKAGE&gt;_VERSION variable is known, screwing up stuff.

The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/&lt;PACKAGE&gt;-* to force a rebuild.
</content>
</entry>
<entry>
<title>Makefile: introduce $(HOST_DIR) for host binaries</title>
<updated>2009-03-16T15:48:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T15:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bd07d92aaddd32f7648d7e1f59d34a41019d4744'/>
<id>urn:sha1:bd07d92aaddd32f7648d7e1f59d34a41019d4744</id>
<content type='text'>
Add HOST_DIR directory handling. HOST_DIR should be used just like
STAGING_DIR, but for host files instead of target ones.
</content>
</entry>
<entry>
<title>BR2_BANNER: set to 'Welcome to Buildroot'</title>
<updated>2009-01-15T14:50:03Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-15T14:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1d29743c72dcd3e225de7fce54b4729379607edb'/>
<id>urn:sha1:1d29743c72dcd3e225de7fce54b4729379607edb</id>
<content type='text'>
Seems a bit more sensible as default.
</content>
</entry>
<entry>
<title>Fix BOARD_PATH for local projects</title>
<updated>2009-01-06T23:38:33Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-06T23:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3f673cfb32ae14d24821de7876965e05e7e4ec84'/>
<id>urn:sha1:3f673cfb32ae14d24821de7876965e05e7e4ec84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buildroot: add QUIET variable and use it for wget/git/svn/configure</title>
<updated>2008-10-21T08:56:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-21T08:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=43af3d35781855cfa987ef163e4c75d8e52f5be0'/>
<id>urn:sha1:43af3d35781855cfa987ef163e4c75d8e52f5be0</id>
<content type='text'>
A lot of tools take a -q option to be quiet.
Set this if make is called with the -s (silent) option and use for
wget, git, svn and configure.
</content>
</entry>
<entry>
<title>project/Makefile.in: workaround issue with out-of-tree builds</title>
<updated>2008-09-26T14:04:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-09-26T14:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=94b3420da9c94c3044faead59f145a99a098c423'/>
<id>urn:sha1:94b3420da9c94c3044faead59f145a99a098c423</id>
<content type='text'>
Other packages might also support Linux-style out of tree builds
with the O=&lt;dir&gt; syntax (E.G. Busybox does). As make automatically
forwards command line variable definitions those packages get very
confused. Fix this by telling make to not do so
</content>
</entry>
<entry>
<title>Makefile: support relative paths for out of tree builds</title>
<updated>2008-09-16T20:53:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-09-16T20:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e3556c886203636c2339c439ddfda0c0207798cd'/>
<id>urn:sha1:e3556c886203636c2339c439ddfda0c0207798cd</id>
<content type='text'>
And complain if the output directory cannot be created.
</content>
</entry>
<entry>
<title>buildroot: support out-of-tree builds</title>
<updated>2008-08-31T20:23:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-31T20:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0732b8cc840efb5927bc143f5091a1da4c6e0dce'/>
<id>urn:sha1:0732b8cc840efb5927bc143f5091a1da4c6e0dce</id>
<content type='text'>
Add support and documentation for out-of-tree builds with syntax
like the Linux kernel (make O=&lt;dir&gt;).
</content>
</entry>
<entry>
<title>buildroot: add /etc/br-version with version info to target dir</title>
<updated>2008-03-31T19:50:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-03-31T19:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bd6561e7813f8d080492bdd7f4c77d306387c918'/>
<id>urn:sha1:bd6561e7813f8d080492bdd7f4c77d306387c918</id>
<content type='text'>
</content>
</entry>
</feed>
