<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-systemd/meta-oe/recipes-devtools, 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>2013-04-15T14:22:03+00:00</updated>
<entry>
<title>cloud9: move systemd support from meta-systemd back to meta-oe</title>
<updated>2013-04-15T14:22:03+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-13T11:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eb0e685982643787b5c4787a2640a1b92102b35e'/>
<id>urn:sha1:eb0e685982643787b5c4787a2640a1b92102b35e</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTS</title>
<updated>2013-04-12T16:50:16+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-12T11:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=739fc9759909215ba7c4831e839e3479631de04f'/>
<id>urn:sha1:739fc9759909215ba7c4831e839e3479631de04f</id>
<content type='text'>
with this combo opkg should automatically remove PN-systemd and replace it with PN
</content>
</entry>
<entry>
<title>meta-systemd: bump PRINC in all .bbappends</title>
<updated>2013-04-12T16:50:15+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-12T11:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1482cfe735de97eec6bc87cb653c92aef002bc10'/>
<id>urn:sha1:1482cfe735de97eec6bc87cb653c92aef002bc10</id>
<content type='text'>
* opkg upgrade will fail to upgrade every package PN when PN-system is installed
  * check_data_file_clashes: Package xserver-nodm-init wants to install file /lib/systemd/system/xserver-nodm.service
    But that file is already provided by package  * xserver-nodm-init-systemd
  You need to manually remove all PN-systemd packages on your target
  opkg remove -force-depends -force-remove `opkg list-installed | grep "\-systemd"`
  be careful with stuff like openssh-sshd-systemd or
  wpa-supplicant-systemd when you have access to target only over
  network
* this PRINC bump will force you to do it now even for people not using
  OEBasicHash or PR service

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"</title>
<updated>2013-04-12T16:50:15+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-12T11:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a179ca25a4223bab312d2717fce63a7b160dc769'/>
<id>urn:sha1:a179ca25a4223bab312d2717fce63a7b160dc769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>meta-systemd: Append ${PN} to SYSTEMD_SERVICE</title>
<updated>2013-04-12T16:49:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-02-13T17:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=313f0ae25925caead4f588695ac9c9bcf00b2755'/>
<id>urn:sha1:313f0ae25925caead4f588695ac9c9bcf00b2755</id>
<content type='text'>
When using systemd class from OE-Core we also need
to install the units explicitly.

systemd packages ending with -systemd are consumed
and now provided by package proper.

MJ: fix RPROVIDES_PN = PN-systemd in entrance
MJ: add RPROVIDES for ntp*-systemd in ntp
MJ: the same for wpa-supplicant

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloud9 bbappend: add EnvironmentFile</title>
<updated>2013-04-11T09:33:39+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2013-04-10T16:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=919e2e87ff030203012bdfbc17fbb2b3fbe68173'/>
<id>urn:sha1:919e2e87ff030203012bdfbc17fbb2b3fbe68173</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloud9: add autorestart on crash</title>
<updated>2013-04-11T09:33:39+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2013-04-10T16:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fe9cbb0d3b805ccb733f49bb3a9dcf9422668eeb'/>
<id>urn:sha1:fe9cbb0d3b805ccb733f49bb3a9dcf9422668eeb</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "cloud9: add EnvironmentFile"</title>
<updated>2013-04-10T16:17:22+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-10T16:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b6e963562ecfb9c8660e7bd3272312c11730ef63'/>
<id>urn:sha1:b6e963562ecfb9c8660e7bd3272312c11730ef63</id>
<content type='text'>
* as Koen reported, creates gentooism /etc/conf.d,
* most OE packages prefer debianisms in /etc/default

This reverts commit 222b4eb3e469a84e929a968def6773405f369a3d.
</content>
</entry>
<entry>
<title>cloud9: add EnvironmentFile</title>
<updated>2013-04-09T19:34:17+00:00</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2013-04-08T07:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=222b4eb3e469a84e929a968def6773405f369a3d'/>
<id>urn:sha1:222b4eb3e469a84e929a968def6773405f369a3d</id>
<content type='text'>
* Allows specification of NODE_PATH

Signed-off-by: Jason Kridner &lt;jdk@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloud9: move systemd support to meta-systemd</title>
<updated>2012-07-16T07:39:07+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-06-10T21:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=23d5e850653e92a97bb06a678e5bc07249427f57'/>
<id>urn:sha1:23d5e850653e92a97bb06a678e5bc07249427f57</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
</feed>
