<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-core/systemd/systemd_git.bb, branch denzil</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=denzil</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=denzil'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2013-01-07T10:53:09+00:00</updated>
<entry>
<title>systemd: recover previous _git recipe</title>
<updated>2013-01-07T10:53:09+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2012-12-24T12:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9ef11b2c062464862025a2610d312b2cea882aeb'/>
<id>urn:sha1:9ef11b2c062464862025a2610d312b2cea882aeb</id>
<content type='text'>
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd: move _git to _v189</title>
<updated>2013-01-07T10:52:56+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2012-12-24T12:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=06ea40eb6dd84922423da88f06154aba6574eedc'/>
<id>urn:sha1:06ea40eb6dd84922423da88f06154aba6574eedc</id>
<content type='text'>
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Acked-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd: update to v189</title>
<updated>2012-12-16T09:50:28+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-09-17T10:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e0ddd4526f3e0005babe9381c17c06c22a9eda3'/>
<id>urn:sha1:6e0ddd4526f3e0005babe9381c17c06c22a9eda3</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd: cleanup /var/run on boot and create /var/run/utmp</title>
<updated>2012-08-13T08:39:20+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2012-08-07T07:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a4c4a48148368c884dbc57d50195af3806c4aa37'/>
<id>urn:sha1:a4c4a48148368c884dbc57d50195af3806c4aa37</id>
<content type='text'>
* Angstrom uses /var/run cleanup because:
  Some apps (e.g. avahi-daemon) to clean up their old-style pid files and fail
  to start every other boot. Se we let systemd clean it on boot.
  Which seems general enough, so lets move var-run.conf from base-files.bbappend
  to systemd recipe.

* /var/run/utmp was created by volatiles before, but without sysvinit installed
  systemd-update-utmp-runlevel.service fails to start without this file

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>systemd: create empty machine-id to fix first boot failures</title>
<updated>2012-04-16T09:01:38+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-14T14:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=397dba1ab21184317019e9808a3cc36e61050680'/>
<id>urn:sha1:397dba1ab21184317019e9808a3cc36e61050680</id>
<content type='text'>
Acked-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd: fix emergency and rescue services</title>
<updated>2012-04-13T15:20:48+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-13T15:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=204f537a181e3532ef8ba9ddadb7baf49a3b2be5'/>
<id>urn:sha1:204f537a181e3532ef8ba9ddadb7baf49a3b2be5</id>
<content type='text'>
In OE we use /home/root, not /root.

Bug-reported-by: Graham Murphy &lt;Graham.Murphy@jhuapl.edu&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd: fix vconsole-setup dependencies</title>
<updated>2012-04-09T11:46:21+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-09T09:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5fced1d76e2771be2a90495fd26362f8645411b2'/>
<id>urn:sha1:5fced1d76e2771be2a90495fd26362f8645411b2</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd: bump SRCREV</title>
<updated>2012-04-09T11:46:21+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-09T05:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bd0a6a465f73168b86dded0e1d938c170ba45fc6'/>
<id>urn:sha1:bd0a6a465f73168b86dded0e1d938c170ba45fc6</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core</title>
<updated>2012-03-23T06:55:13+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-03-22T19:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c43b2b36bc2f7795f12e8a537e24c65e3c5d4180'/>
<id>urn:sha1:c43b2b36bc2f7795f12e8a537e24c65e3c5d4180</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd: update to v44 + CVE fix</title>
<updated>2012-03-18T12:04:15+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-03-18T08:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b0a7f2e761f79e8967b1d3f7c67177283805bf75'/>
<id>urn:sha1:b0a7f2e761f79e8967b1d3f7c67177283805bf75</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
</feed>
