<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-systemd/meta-efl, branch walnascar</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2013-04-15T14:22:02+00:00</updated>
<entry>
<title>entrance: move systemd support from meta-systemd back to meta-efl</title>
<updated>2013-04-15T14:22:02+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-13T11:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=48442f26214e67567321e9091f2c43f745cfe980'/>
<id>urn:sha1:48442f26214e67567321e9091f2c43f745cfe980</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: 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>entrance: rename xserver-nodm.service to entrance.service so it does not conflict with xserver-nodm-init in sysroot</title>
<updated>2012-12-11T00:52:55+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-12-02T14:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4be645b4f5ada8c6fb43085bf59fc8fa6d63d34d'/>
<id>urn:sha1:4be645b4f5ada8c6fb43085bf59fc8fa6d63d34d</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-systemd: elsa: rename to entrance</title>
<updated>2012-08-20T07:57:43+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-08-10T10:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9af01097c29b70e248a619b751bf3b23cb0ee840'/>
<id>urn:sha1:9af01097c29b70e248a619b751bf3b23cb0ee840</id>
<content type='text'>
* elsa was killed in r75060 and reintroduced in r75061 with old name - entrance
* also use Alias=display-manager.service like gdm does now

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