<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/fs/skeleton/etc, branch 2012.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-01-11T17:33:03+00:00</updated>
<entry>
<title>Rework of shutdown policy in inittab</title>
<updated>2012-01-11T17:33:03+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2012-01-11T17:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a0aa54eb0d741108743d230bce2f2deb054ba9c5'/>
<id>urn:sha1:a0aa54eb0d741108743d230bce2f2deb054ba9c5</id>
<content type='text'>
This commit follows commit ad501b66. Start up of the busybox logging
daemons were moved to an init script but the shutdown were still
performed in inittab. This commit moves the shutdown policy to an
rcK script that calls the stop function of all the init scripts in
a reversed order.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add ttyGS0 to securetty</title>
<updated>2012-01-10T15:12:34+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2012-01-10T14:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=60033b8f88b477841239fc383349eea5c357fb99'/>
<id>urn:sha1:60033b8f88b477841239fc383349eea5c357fb99</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>/etc/profile: read in /etc/profile.d/*.sh files</title>
<updated>2011-10-28T12:59:27+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-10-19T07:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2c8502e8211d6153830929110611ce18956ae42c'/>
<id>urn:sha1:2c8502e8211d6153830929110611ce18956ae42c</id>
<content type='text'>
For custom projects, it is more maintainable to add custom profile settings
in a separate file, than directly in /etc/profile.

This patch modifies /etc/profile to read in *.sh files from /etc/profile.d/,
a technique commonly used in Linux distributions.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sh: Add ttySC* to securetty</title>
<updated>2011-10-28T11:33:51+00:00</updated>
<author>
<name>Phil Edworthy</name>
<email>phil.edworthy@renesas.com</email>
</author>
<published>2011-10-19T10:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=939f0074ec4a7764647b8bdadcaa0d0403e0d9d9'/>
<id>urn:sha1:939f0074ec4a7764647b8bdadcaa0d0403e0d9d9</id>
<content type='text'>
Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>securetty: update to add ttySC for sh4</title>
<updated>2011-10-26T09:11:03+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-10-25T12:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6f5df8bcfe4c59997329c1ef8cdcf834894679a4'/>
<id>urn:sha1:6f5df8bcfe4c59997329c1ef8cdcf834894679a4</id>
<content type='text'>
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>fs/skeleton: allow rootfs not to be remounted read-write</title>
<updated>2011-07-10T20:44:24+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2011-07-03T10:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=36b4b852eea02a95f6162cba4ed5e7f3079637c0'/>
<id>urn:sha1:36b4b852eea02a95f6162cba4ed5e7f3079637c0</id>
<content type='text'>
[Peter: prefix option with TARGET_GENERIC_]
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&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: inittab: remove /var/log/messages log on tty3</title>
<updated>2011-07-04T19:44:28+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-04T19:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=348e07c88d4c79e78b26dab3745f75da2c2d6b9a'/>
<id>urn:sha1:348e07c88d4c79e78b26dab3745f75da2c2d6b9a</id>
<content type='text'>
Hardcodes policy, is not critical, and people might not have tty3
(E.G. virtual consoles) available.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Rework the logging daemons startup</title>
<updated>2011-07-04T18:57:10+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ad501b6634dc9d974da7e86299041fe441d58088'/>
<id>urn:sha1:ad501b6634dc9d974da7e86299041fe441d58088</id>
<content type='text'>
The logging mechanism startup being in inittab, it isn't easy to
overcharge the default policy. With this patch, the startup of the
syslog daemon is moved to an init.d script, that can easily be
overwritten.

[Peter: use install -D]
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Create and mount /dev/shm</title>
<updated>2011-07-03T19:20:49+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=22fde22e35f98f7830c2f8955465532328348cd1'/>
<id>urn:sha1:22fde22e35f98f7830c2f8955465532328348cd1</id>
<content type='text'>
The /dev/shm directory is neither created nor mounted as tmpfs as boot
time. This will cause troubles when using named semaphores on the
system.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/generic: only show getty port option if default skeleton is used</title>
<updated>2011-05-12T15:21:06+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-12T15:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7d9d09db673abbedc1cc865c213b742e0450268d'/>
<id>urn:sha1:7d9d09db673abbedc1cc865c213b742e0450268d</id>
<content type='text'>
The special marker in etc/inittab might not be present with a custom
skeleton. At the same time make the option always active, remove the
hardcoded tty1/tty2 gettys and reword the option description slightly.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
