<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/target/generic/target_skeleton/etc, branch master</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-07-18T21:08:55Z</updated>
<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.hiegel.fr/cgit/buildroot.git/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>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/generic: inittab: fix devpts mounts when devtmpfs is used</title>
<updated>2010-05-03T10:01:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T10:01:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d39641ccd64b82494716e4bf35ac5d0c8fa67201'/>
<id>urn:sha1:d39641ccd64b82494716e4bf35ac5d0c8fa67201</id>
<content type='text'>
If devtmpfs (the kernel-maintained /dev filesystem) is used, no
/dev/pts directory is created, causing the devpts mount to fail, which
in term causes stuff like dropbear to fail.

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>Add support for Freescale's MXC serial terminals</title>
<updated>2009-06-10T18:00:59Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-06-10T07:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ee0ebdfd596925277634c8ecde95eb33c960acfc'/>
<id>urn:sha1:ee0ebdfd596925277634c8ecde95eb33c960acfc</id>
<content type='text'>
This patch makes ttymxc[012] an option to choose for
BR2_TARGET_GENERIC_GETTY.

It also adds these ports to the generic device table and to securetty.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/generic: add ttySACx support to serial console config</title>
<updated>2009-06-07T21:10:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-06-07T21:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d41f360565feee04697764cf0006161a3dadfc13'/>
<id>urn:sha1:d41f360565feee04697764cf0006161a3dadfc13</id>
<content type='text'>
Add ttySACx (samsung s3c SoC) support to the generic serial console
config.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/generic: add kconfig for serial getty config (port + baudrate)</title>
<updated>2009-03-20T21:59:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-20T21:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9611fd600bbc2e6458c3a7bad1ca651b34940cc6'/>
<id>urn:sha1:9611fd600bbc2e6458c3a7bad1ca651b34940cc6</id>
<content type='text'>
These are the settings people most often want to tweak for embedded boards,
so add kconfig variables to make it easy to do.
</content>
</entry>
<entry>
<title>target/generic: skeleton: add netdev group for dbus</title>
<updated>2009-03-20T08:38:33Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-20T08:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1a57a5480495870da55023634f6f6b4826dd4cc3'/>
<id>urn:sha1:1a57a5480495870da55023634f6f6b4826dd4cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>target/generic: add ttyCPMx device nodes to device_table / securetty</title>
<updated>2009-02-03T14:30:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-03T14:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=87736033ab385b25b40eeff75042870e7fb858d9'/>
<id>urn:sha1:87736033ab385b25b40eeff75042870e7fb858d9</id>
<content type='text'>
Serial devices for CPM cores on ppc.
</content>
</entry>
<entry>
<title>target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)</title>
<updated>2008-12-23T14:54:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-23T14:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cd7245fc11f6682d76debc623d2f2f8c930dc7dd'/>
<id>urn:sha1:cd7245fc11f6682d76debc623d2f2f8c930dc7dd</id>
<content type='text'>
</content>
</entry>
</feed>
