Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 16:30 heeft "Burton, Ross" het volgende geschreven: > On 4 April 2013 08:37, Koen Kooi wrote: >> 1) console-image already using systemd, used as-is >> 2) gdm-image already using systemd, used as-is >> 3) console-image already using systemd, gdm will be opkg-installed at some

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 16:17, Andreas Müller wrote: > On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross wrote: >> In my world order, console-image uses the >> default.target->multi-user.target as defined by systemd. The gdm >> package as it's a graphical session manager (like xserver-nodm-init) >> should sw

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Andreas Müller
On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross wrote: > In my world order, console-image uses the > default.target->multi-user.target as defined by systemd. The gdm > package as it's a graphical session manager (like xserver-nodm-init) > should switch the alternative graphical.target, with a higher

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 08:37, Koen Kooi wrote: > 1) console-image already using systemd, used as-is > 2) gdm-image already using systemd, used as-is > 3) console-image already using systemd, gdm will be opkg-installed at some > point. > > What will be different between 2 clean builds before and after th

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Samuel Stirtzel
2013/4/4 Koen Kooi : > > Op 3 apr. 2013, om 17:27 heeft "Burton, Ross" het > volgende geschreven: > >> On 3 April 2013 15:51, Samuel Stirtzel wrote: >>> When we decide that we handle standard behavior different than the >>> rest of the world, then this patch is basically a fork of systemd. >>> A

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 3 apr. 2013, om 17:27 heeft "Burton, Ross" het volgende geschreven: > On 3 April 2013 15:51, Samuel Stirtzel wrote: >> When we decide that we handle standard behavior different than the >> rest of the world, then this patch is basically a fork of systemd. >> Also we tell every affected soft

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:59:11AM +0200, Samuel Stirtzel wrote: > 2013/4/3 Burton, Ross : > > On 3 April 2013 15:51, Samuel Stirtzel wrote: > >> When we decide that we handle standard behavior different than the > >> rest of the world, then this patch is basically a fork of systemd. > >> Also we

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Burton, Ross : > On 3 April 2013 15:51, Samuel Stirtzel wrote: >> When we decide that we handle standard behavior different than the >> rest of the world, then this patch is basically a fork of systemd. >> Also we tell every affected software developer: >> "No your software won't work wit

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Richard Purdie : > On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote: >> 2013/4/3 Burton, Ross : >> > Hi, >> > >> > On 2 April 2013 15:15, Samuel Stirtzel wrote: >> > For xserver-nodm-init we would then have something like: >> > inherit update-alternatives >> > ALTERNAT

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Burton, Ross
On 3 April 2013 15:51, Samuel Stirtzel wrote: > When we decide that we handle standard behavior different than the > rest of the world, then this patch is basically a fork of systemd. > Also we tell every affected software developer: > "No your software won't work with OE-core / Yocto Project with

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Richard Purdie
On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote: > 2013/4/3 Burton, Ross : > > Hi, > > > > On 2 April 2013 15:15, Samuel Stirtzel wrote: > > For xserver-nodm-init we would then have something like: > > inherit update-alternatives > > ALTERNATIVE_${PN} = "systemd-def-target" >

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Burton, Ross : > Hi, > > On 2 April 2013 15:15, Samuel Stirtzel wrote: > For xserver-nodm-init we would then have something like: > inherit update-alternatives > ALTERNATIVE_${PN} = "systemd-def-target" > ALTERNATIVE_TARGET[systemd-def-target] = > "${systemd_unitdir}/s

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-03 Thread Burton, Ross
Hi, On 2 April 2013 15:15, Samuel Stirtzel wrote: For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = "systemd-def-target" ALTERNATIVE_TARGET[systemd-def-target] = "${systemd_unitdir}/system/graphical.target" ALTER

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-02 Thread Samuel Stirtzel
2013/4/2 Radu Moisan : > > On 04/02/2013 04:02 PM, Samuel Stirtzel wrote: >> >> 2013/4/2 Radu Moisan : >>> >>> This fixes a service dependency issue; >>> While graphical.target is the default mode, systemd >>> will try to start display-manager.service which is not >>> available. >>> >>> For xserver

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-02 Thread Radu Moisan
On 04/02/2013 04:02 PM, Samuel Stirtzel wrote: 2013/4/2 Radu Moisan : This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. For xserver-nodm-init we would then have something like: inherit up

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-02 Thread Samuel Stirtzel
2013/4/2 Radu Moisan : > This fixes a service dependency issue; > While graphical.target is the default mode, systemd > will try to start display-manager.service which is not > available. > > For xserver-nodm-init we would then have something like: > inherit update-alternatives > ALTERNATIVE_${PN}

[OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-02 Thread Radu Moisan
This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = "systemd-def-target" ALTERNATIVE_TAR