<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/initscripts, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>initscripts: add CoreCDP flash on reboot support</title>
<updated>2010-04-30T15:48:31+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2010-04-30T15:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cd5e509fb9514c902e954392574f91ce56a4e1d0'/>
<id>cd5e509fb9514c902e954392574f91ce56a4e1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initscripts. Fix devices script for machine jornada6xx</title>
<updated>2009-12-26T21:36:10+00:00</updated>
<author>
<name>Kristoffer Ericson</name>
<email>kristoffer.ericson@gmail.com</email>
</author>
<published>2009-12-26T21:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e61ee97dd7d5610192d740cb137f9f7c30a8b406'/>
<id>e61ee97dd7d5610192d740cb137f9f7c30a8b406</id>
<content type='text'>
Signed-off-by: Alex Ferguson &lt;thoughtmonster@gmail.com&gt;
Signed-off-by: Kristoffer Ericson &lt;kristoffer.ericson@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alex Ferguson &lt;thoughtmonster@gmail.com&gt;
Signed-off-by: Kristoffer Ericson &lt;kristoffer.ericson@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SlugOS: initscripts - add in the correct device_table.txt for SlugOS,</title>
<updated>2009-09-27T06:21:29+00:00</updated>
<author>
<name>Mike Westerhof</name>
<email>mwester@dls.net</email>
</author>
<published>2009-09-27T06:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ea0b022b71fa7a217f963fe735439c025341fea3'/>
<id>ea0b022b71fa7a217f963fe735439c025341fea3</id>
<content type='text'>
makes turnup work once again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
makes turnup work once again.
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: correct checkroot rootfs read-write check</title>
<updated>2009-07-03T10:12:55+00:00</updated>
<author>
<name>Brian Bloniarz</name>
<email>phunge0@hotmail.com</email>
</author>
<published>2009-07-03T02:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8c2db6479de9bc12e548e80a92b33ab81837b953'/>
<id>8c2db6479de9bc12e548e80a92b33ab81837b953</id>
<content type='text'>
initscripts: correct checkroot rootfs read-write check

Fixes a regexp typo when checking whether the rootfs needs
to be remounted. Also alters the remount logic to not
assume that the root will be mounted RW.

Signed-off-by: Brian Bloniarz &lt;phunge0@hotmail.com&gt;

 recipes/initscripts/initscripts-1.0/checkroot |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initscripts: correct checkroot rootfs read-write check

Fixes a regexp typo when checking whether the rootfs needs
to be remounted. Also alters the remount logic to not
assume that the root will be mounted RW.

Signed-off-by: Brian Bloniarz &lt;phunge0@hotmail.com&gt;

 recipes/initscripts/initscripts-1.0/checkroot |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: Get rid of the vtmaster stuff, bump PR.</title>
<updated>2009-06-01T17:06:18+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-06-01T17:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d63d3549606cab7ef3f2ee68967f960828acc386'/>
<id>d63d3549606cab7ef3f2ee68967f960828acc386</id>
<content type='text'>
I ran into this on my boards that start out with the really minimal
(console and null only) set of dev nodes prior to udev running.  The
banner script looks around for what might be the vtmaster (aka what's
got console) to say that we're booting.  But that's where things go by
default anyhow.

Signed-off-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I ran into this on my boards that start out with the really minimal
(console and null only) set of dev nodes prior to udev running.  The
banner script looks around for what might be the vtmaster (aka what's
got console) to say that we're booting.  But that's where things go by
default anyhow.

Signed-off-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.</title>
<updated>2009-05-30T17:33:24+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-05-25T20:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fd94b63f7036a6b2bedc1055c5fef510b27704b1'/>
<id>fd94b63f7036a6b2bedc1055c5fef510b27704b1</id>
<content type='text'>
Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: fixed bootmisc.sh so that hwclock.sh is only called if installed</title>
<updated>2009-05-27T19:51:01+00:00</updated>
<author>
<name>Martin Dietze</name>
<email>martin@the-little-red-haired-girl.org</email>
</author>
<published>2009-05-23T11:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cb901464380fb0d06133f1c644d20653ad74c90f'/>
<id>cb901464380fb0d06133f1c644d20653ad74c90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SlugOS: slugos-image.bb, initscripts-slugos_1.0.bb - remove devfs support</title>
<updated>2009-04-30T21:29:53+00:00</updated>
<author>
<name>Mike Westerhof</name>
<email>mwester@dls.net</email>
</author>
<published>2009-04-30T21:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=74efae1b1ab7b6cf37b08de1c0eb1e2c564d2b3c'/>
<id>74efae1b1ab7b6cf37b08de1c0eb1e2c564d2b3c</id>
<content type='text'>
Remove devfs startup scripts, and revert to the standard OE means to
initially populate the /dev directory.  This has the side-effect of
fixing the empty /dev dir problem when extracting the tar.gz image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove devfs startup scripts, and revert to the standard OE means to
initially populate the /dev directory.  This has the side-effect of
fixing the empty /dev dir problem when extracting the tar.gz image.
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: modifications for hipox machine</title>
<updated>2009-04-22T09:10:49+00:00</updated>
<author>
<name>Steffen Sledz</name>
<email>sledz@dresearch.de</email>
</author>
<published>2009-04-22T09:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b3ee52abc51599c1b801015e428524412ffb71ba'/>
<id>b3ee52abc51599c1b801015e428524412ffb71ba</id>
<content type='text'>
- add kexec handling in /etc/init.d/reboot
- make /sys available again for /etc/init.d/reboot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add kexec handling in /etc/init.d/reboot
- make /sys available again for /etc/init.d/reboot
</pre>
</div>
</content>
</entry>
<entry>
<title>initscripts: set alignment to 0 for armv7a</title>
<updated>2009-03-31T15:38:50+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-03-31T15:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b48e4e380f359631131bebace6e768ebfdefcfd8'/>
<id>b48e4e380f359631131bebace6e768ebfdefcfd8</id>
<content type='text'>
* the previous change was meant to do that, but depended on kernel config
* runtime tested on beagleboard, omap3evm and omapzoom
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* the previous change was meant to do that, but depended on kernel config
* runtime tested on beagleboard, omap3evm and omapzoom
</pre>
</div>
</content>
</entry>
</feed>
