<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/fs/skeleton/etc, branch 2011.02</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-02-21T22:30:46Z</updated>
<entry>
<title>fs/skeleton: mount /proc before remounting rw</title>
<updated>2011-02-21T22:30:46Z</updated>
<author>
<name>ANDY KENNEDY</name>
<email>ANDY.KENNEDY@adtran.com</email>
</author>
<published>2011-01-27T18:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a7da53bd2c80caf9ae3883857a82b97772a369c7'/>
<id>urn:sha1:a7da53bd2c80caf9ae3883857a82b97772a369c7</id>
<content type='text'>
inittab ordering causes mount to fail on remount,rw.  inittab
changed to mount /proc first.

Signed-off-by: Andy Kennedy &lt;Andy.Kennedy@AdTran.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target skeleton: add audio group</title>
<updated>2011-01-11T15:46:00Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-01-11T13:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8497c46a57e740cb9d236cae2c2a4cc4d9962a23'/>
<id>urn:sha1:8497c46a57e740cb9d236cae2c2a4cc4d9962a23</id>
<content type='text'>
Add audio group to the target skeleton.
Some multimedia applications based on alsa-lib need it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>etc/securetty: Add ttyAM for ep93xx</title>
<updated>2011-01-10T23:03:58Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2011-01-07T03:14:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=aaa291d40b1e746c81092ecac7a6388486325bd2'/>
<id>urn:sha1:aaa291d40b1e746c81092ecac7a6388486325bd2</id>
<content type='text'>
Allow root login on the Cirrus ep93xx ARM AMBA serial ports.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>etc/securetty: Add ttyO0 to ttyO3 for omap</title>
<updated>2010-12-30T21:03:22Z</updated>
<author>
<name>Guillaume Gardet</name>
<email>guillaume.gardet@free.fr</email>
</author>
<published>2010-12-30T15:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f3931ca1a159530026adc3964fbb173f8113aef6'/>
<id>urn:sha1:f3931ca1a159530026adc3964fbb173f8113aef6</id>
<content type='text'>
Recent kernels (2.6.37*) use a different name for OMAP serial ports.
They are no longer called ttySx but ttyOx.

Signed-off-by: Guillaume GARDET &lt;guillaume.gardet@free.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add network scripting folders to fs/skeleton</title>
<updated>2010-12-16T14:16:31Z</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2010-12-05T20:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=32a8c0119fce072ea9c91bcf40dcd5c912662fb5'/>
<id>urn:sha1:32a8c0119fce072ea9c91bcf40dcd5c912662fb5</id>
<content type='text'>
Those folders are currently created using makedevs according to the
specifications in device_table.txt. However, as makedevs is no longer
executed when dynamic device creation methods are selected (devtmpfs,
udev, mdev), those folders must be created differently. We choose to
put them directly into the default filesystem skeleton.

Signed-off-by: Yegor Yefremov &lt;yegor_sub1@visionsystems.de&gt;
Signed-off-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.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>
</feed>
