<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/target/cpio/Config.in, branch 2011.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-04-09T09:04:36Z</updated>
<entry>
<title>Move all filesystem generation code to fs/</title>
<updated>2010-04-09T09:04:36Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-10T21:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0585241505cfaddc9db6ae92739bdfb5ce5f9794'/>
<id>urn:sha1:0585241505cfaddc9db6ae92739bdfb5ce5f9794</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>target/: remove the COPYTO mess</title>
<updated>2010-04-09T09:04:33Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-02T22:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b605699f1f365c55d094c47737d3f5f7e38c1f61'/>
<id>urn:sha1:b605699f1f365c55d094c47737d3f5f7e38c1f61</id>
<content type='text'>
There's no need to provide options to copy the filesystem image after
the build. Just use 'cp' outside of Buildroot.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>target/cpio: cleanup</title>
<updated>2010-04-09T09:04:32Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-02T21:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4bcefe826bbc1bf550a091e7ae86ad5ee7946909'/>
<id>urn:sha1:4bcefe826bbc1bf550a091e7ae86ad5ee7946909</id>
<content type='text'>
 * Remove the dependency on BR2_HOST_FAKEROOT, since we don't have
   config option for host tools.

 * Remove a few useless things.

 * Check that cpio is available on the host in
   toolchain/dependencies/dependencies.sh.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>- fix some whitespace damage..</title>
<updated>2007-10-05T12:55:40Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-10-05T12:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5cfb2f794f603475b82a545356df2ba58a3b1176'/>
<id>urn:sha1:5cfb2f794f603475b82a545356df2ba58a3b1176</id>
<content type='text'>
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
</content>
</entry>
<entry>
<title>Allow compression of cpio targets</title>
<updated>2007-08-11T22:01:13Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-08-11T22:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=90b4498219622856e9b8c4c102dc39e2dd468f0a'/>
<id>urn:sha1:90b4498219622856e9b8c4c102dc39e2dd468f0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/FAKEROUTE/FAKEROOT/</title>
<updated>2007-05-03T08:25:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2007-05-03T08:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4cdef5138dc2b2bef76019f6ccbd9024c5805ca2'/>
<id>urn:sha1:4cdef5138dc2b2bef76019f6ccbd9024c5805ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- make sure to download fakeroot if needed</title>
<updated>2007-04-06T16:36:48Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-04-06T16:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=73be7f9ef4b22e6250b77dda2d1a72245f6ce36d'/>
<id>urn:sha1:73be7f9ef4b22e6250b77dda2d1a72245f6ce36d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- add a simple cpio target, to be used with an initramfs.</title>
<updated>2006-11-22T19:10:59Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-11-22T19:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=119e9af1b5eca89a6961126193017ce4704c3940'/>
<id>urn:sha1:119e9af1b5eca89a6961126193017ce4704c3940</id>
<content type='text'>
  Thanks to Goetz Bock
</content>
</entry>
</feed>
