<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/target/device/Atmel/root, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-06-09T11:38:58Z</updated>
<entry>
<title>skeleton: remove loopback interface configuration from inittab</title>
<updated>2010-06-09T11:38:58Z</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2010-06-03T05:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8dad77bac4a027ede5ea95400dbf5c8131bbf635'/>
<id>urn:sha1:8dad77bac4a027ede5ea95400dbf5c8131bbf635</id>
<content type='text'>
The lo interface is marked auto in /etc/network/interfaces, so the
configuration of the loopback network interface is part of the
S40network init script. This causes the "RTNETLINK answers: File exists" error
message to appear at startup time.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&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>target: update default /etc/issue and /etc/hostname</title>
<updated>2009-09-19T19:37:25Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-09-19T19:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0c050a7fe567c94856cf975258983882110b9aa6'/>
<id>urn:sha1:0c050a7fe567c94856cf975258983882110b9aa6</id>
<content type='text'>
Adjust default /etc/issue to print 'Welcome to Buildroot' like the
recently removed BR2_BANNER did, and adjust default hostname to be
'buildroot' instead of uclibc as we now support external glibc
toolchains as well.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/device/Atmel: get rid of unused files</title>
<updated>2009-09-15T07:20:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-09-15T07:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5d9d30a111b24244dedfd95b82eff0a728f37b04'/>
<id>urn:sha1:5d9d30a111b24244dedfd95b82eff0a728f37b04</id>
<content type='text'>
No references to these anywhere in the tree.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>add .empty files for git-svn</title>
<updated>2009-01-05T15:47:00Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-05T15:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=585aca9a5a3bbac6d9f6225802d626f53bf613b3'/>
<id>urn:sha1:585aca9a5a3bbac6d9f6225802d626f53bf613b3</id>
<content type='text'>
git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.

Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.
</content>
</entry>
<entry>
<title>target: add /sys directory to target skeletons needing it</title>
<updated>2008-10-18T13:00:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-18T13:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cb9d03ca6e09a75228c2a30e25b5e18a217b825d'/>
<id>urn:sha1:cb9d03ca6e09a75228c2a30e25b5e18a217b825d</id>
<content type='text'>
The remaining target_skeletons where /etc/fstab mentions sysfs
</content>
</entry>
<entry>
<title>target/device/Atmel: add /sys to target skeletons</title>
<updated>2008-10-18T12:47:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-18T12:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ca672dc4dc95b5b54de407f01a03b77dd9cf259f'/>
<id>urn:sha1:ca672dc4dc95b5b54de407f01a03b77dd9cf259f</id>
<content type='text'>
Reported by John Schimandle
</content>
</entry>
<entry>
<title>target_skeleton: mark empty directories with .empty files</title>
<updated>2008-03-30T20:45:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-03-30T20:45:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=01c51685795e012b992ee6820016119c807a1d95'/>
<id>urn:sha1:01c51685795e012b992ee6820016119c807a1d95</id>
<content type='text'>
Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).
</content>
</entry>
<entry>
<title>Add /etc/ld.so.conf to Atmel based root fs</title>
<updated>2008-01-10T09:27:25Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2008-01-10T09:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e267955bbaccbec0a1722422a1998e951c28af98'/>
<id>urn:sha1:e267955bbaccbec0a1722422a1998e951c28af98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AT91 targets</title>
<updated>2007-07-17T12:19:56Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-07-17T12:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a1e6a84bb32d2c691103ee7548506c6bb68cb101'/>
<id>urn:sha1:a1e6a84bb32d2c691103ee7548506c6bb68cb101</id>
<content type='text'>
</content>
</entry>
</feed>
