<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-core/systemd/systemd-serialgetty, branch dizzy</title>
<subtitle>Mirror of openembedded-core</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/'/>
<entry>
<title>serial-getty service: Add xterm as default TERM</title>
<updated>2014-05-06T16:59:06+00:00</updated>
<author>
<name>Joel Fernandes</name>
<email>joelf@ti.com</email>
</author>
<published>2014-05-04T20:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=473ff65c2f69de4ece3204fadfae7c5cb992149a'/>
<id>473ff65c2f69de4ece3204fadfae7c5cb992149a</id>
<content type='text'>
In poky with systemd enabled, vt102 is selected for getty
causing user to experience a very crappy terminal. Default
TERM to xterm.

Reviewed-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Joel Fernandes &lt;joelf@ti.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In poky with systemd enabled, vt102 is selected for getty
causing user to experience a very crappy terminal. Default
TERM to xterm.

Reviewed-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Joel Fernandes &lt;joelf@ti.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd-serialgetty: update to match systemd 211</title>
<updated>2014-03-27T09:40:54+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2014-03-27T00:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=c48a2827a5494983dcefa70d8bebcc50e8a5fc3b'/>
<id>c48a2827a5494983dcefa70d8bebcc50e8a5fc3b</id>
<content type='text'>
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd-serialgetty: Update to match version in recent systemd</title>
<updated>2014-02-11T22:59:10+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-02-11T22:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=b188bda18690dc1af1cb5d18bb0f3ad40c9a6cc6'/>
<id>b188bda18690dc1af1cb5d18bb0f3ad40c9a6cc6</id>
<content type='text'>
Whilst debugging other issues I noticed this was out of sync with the code
in systemd itself. This brings things back into sync and shouldn't hurt
anything.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whilst debugging other issues I noticed this was out of sync with the code
in systemd itself. This brings things back into sync and shouldn't hurt
anything.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd: update to 204</title>
<updated>2013-05-24T13:07:04+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2013-05-23T09:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=9e39d10ec92db23c9765b83559c32c0302bc8c5d'/>
<id>9e39d10ec92db23c9765b83559c32c0302bc8c5d</id>
<content type='text'>
Removed patches integrated upstream.
Added backport of fix for utmp not running at shutdown.
Updated serial-getty service.
Added missing util-linux dependency.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed patches integrated upstream.
Added backport of fix for utmp not running at shutdown.
Updated serial-getty service.
Added missing util-linux dependency.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd: add systemd recipes</title>
<updated>2013-01-20T12:45:00+00:00</updated>
<author>
<name>Radu Moisan</name>
<email>radu.moisan@intel.com</email>
</author>
<published>2013-01-19T22:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=6a8a48b4d0d0b9b8d8af46cae11245bcb870bbc3'/>
<id>6a8a48b4d0d0b9b8d8af46cae11245bcb870bbc3</id>
<content type='text'>
Add systemd recipes and associated support recipes.

Mostly based on meta-oe/meta-systemd, so almost all credit should go to:

Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Denis 'GNUtoo' Carikli &lt;GNUtoo@no-log.org&gt;
Holger Hans Peter Freyther &lt;holger@moiji-mobile.com&gt;
Khem Raj &lt;raj.khem@gmail.com&gt;
Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Martin Jansa &lt;Martin.Jansa@gmail.com&gt;

Signed-off-by: Radu Moisan &lt;radu.moisan@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add systemd recipes and associated support recipes.

Mostly based on meta-oe/meta-systemd, so almost all credit should go to:

Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Denis 'GNUtoo' Carikli &lt;GNUtoo@no-log.org&gt;
Holger Hans Peter Freyther &lt;holger@moiji-mobile.com&gt;
Khem Raj &lt;raj.khem@gmail.com&gt;
Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Martin Jansa &lt;Martin.Jansa@gmail.com&gt;

Signed-off-by: Radu Moisan &lt;radu.moisan@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
