<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/classes/systemd.bbclass, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2012-07-16T07:39:05+00:00</updated>
<entry>
<title>systemd.bbclass: move to meta-systemd</title>
<updated>2012-07-16T07:39:05+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-07-11T11:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5ed19733f5193b752da650841a1383adb532fffd'/>
<id>urn:sha1:5ed19733f5193b752da650841a1383adb532fffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>systemd.bbclass: extract SYSTEMD_SERVICE properly</title>
<updated>2012-06-05T08:46:50+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-06-01T09:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b52a74b7a245a28dcdd91c3336e1cd86604befac'/>
<id>urn:sha1:b52a74b7a245a28dcdd91c3336e1cd86604befac</id>
<content type='text'>
To set service files the following syntax is allowed:

SYSTEMD_SERVICE = &lt;service_file&gt;
or
SYSTEMD_SERVICE_{&lt;systemd_package_name&gt;} = &lt;service_file&gt;

A function get_package_var was introduced to handle all use-cases [1]
properly.

Build tested / buildhistory checks

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-May/039870.html

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: remove unused code</title>
<updated>2012-06-05T08:46:49+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-06-01T09:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=27e2e32869c705ac42f64ffc7073b63219778226'/>
<id>urn:sha1:27e2e32869c705ac42f64ffc7073b63219778226</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>Revert "systemd.bbclass: drop postrm, use prerm instead"</title>
<updated>2012-05-21T12:07:25+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-05-21T12:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f6330ed09c8632845410c0a75d629ecbae874382'/>
<id>urn:sha1:f6330ed09c8632845410c0a75d629ecbae874382</id>
<content type='text'>
This removed the $D check, which should stay

This reverts commit 637cb7e3d2cfdc74d239a4257e6f3477aa17da4e.
</content>
</entry>
<entry>
<title>systemd.bbclass: drop postrm, use prerm instead</title>
<updated>2012-05-17T07:37:57+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2012-05-16T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=637cb7e3d2cfdc74d239a4257e6f3477aa17da4e'/>
<id>urn:sha1:637cb7e3d2cfdc74d239a4257e6f3477aa17da4e</id>
<content type='text'>
* Calling "systemctl disable" from postrm is too late and
  causes the following error:

| Failed to issue method call: No such file or directory

* Messing with $D is not needed in *rm scripts.

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: allow recipe to inherit systemd with empty SYSTEMD_SERVICE</title>
<updated>2012-04-26T11:47:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-04-24T13:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=154d0bb399ce6a0bdc2bf756d1a8a9c77dd0a755'/>
<id>urn:sha1:154d0bb399ce6a0bdc2bf756d1a8a9c77dd0a755</id>
<content type='text'>
* I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it
* install was moved intentionaly, so that /lib/systemd/system is not
  created if there is no .service file (causing QA Warning about
  unpackaged dir)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>systemd bbclass: allow recipes to silence WARNING during parsing when ${PN}-systemd is unwanted</title>
<updated>2012-04-18T08:49:50+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-04-18T08:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=21c47cff7a2bfc07c6c2a4850e8c7aaf921b2294'/>
<id>urn:sha1:21c47cff7a2bfc07c6c2a4850e8c7aaf921b2294</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: remove systemd_unitdir it is set in oe-core</title>
<updated>2012-03-23T06:55:11+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-03-22T19:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ed8bbbc690948ae772e576dca0714f2472394a93'/>
<id>urn:sha1:ed8bbbc690948ae772e576dca0714f2472394a93</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.bbclass: fix regression caused by c9f5703aded</title>
<updated>2012-02-25T08:51:54+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-02-25T02:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=504f2e084cfd14778f223c807ab5250becd32a7a'/>
<id>urn:sha1:504f2e084cfd14778f223c807ab5250becd32a7a</id>
<content type='text'>
The parsing condition was broken causing the packages not being
expanded to include &lt;PN&gt;-systemd packages automatically.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>systemd.bbclass: do not mangle PACKAGES variable in native, nativesdk and cross</title>
<updated>2012-02-24T22:42:16+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-02-24T20:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c9f5703aded908f2c61171abe2969e41d35028e2'/>
<id>urn:sha1:c9f5703aded908f2c61171abe2969e41d35028e2</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
</feed>
