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

2013-01-25 Thread Radu Moisan
On 01/24/2013 05:48 PM, Burton, Ross wrote: On 24 January 2013 15:43, Martin Jansa wrote: I think the point is, keep default default.target for images where it's OK (gui or warning) and change default.target to something else only for images where it matters (nogui if you care about warning).

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

2013-01-24 Thread Burton, Ross
On 24 January 2013 15:43, Martin Jansa wrote: > I think the point is, keep default default.target for images where it's > OK (gui or warning) and change default.target to something else only for > images where it matters (nogui if you care about warning). > > Changing default value by patch in sys

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

2013-01-24 Thread Martin Jansa
On Thu, Jan 24, 2013 at 03:37:09PM +, Burton, Ross wrote: > On 24 January 2013 15:30, Samuel Stirtzel wrote: > > There is no reasoning why to change the _default_ so that others have > > to change their image rather than you have to change yours. > > core-image-minimal needs to boot to multi-

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

2013-01-24 Thread Burton, Ross
On 24 January 2013 15:30, Samuel Stirtzel wrote: > There is no reasoning why to change the _default_ so that others have > to change their image rather than you have to change yours. core-image-minimal needs to boot to multi-user. core-image-sato needs to boot to graphical. This isn't a "we'll

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

2013-01-24 Thread Samuel Stirtzel
2013/1/24 Burton, Ross : > On 24 January 2013 15:16, Andreas Müller wrote: >> So I would have to touch all my images to save GUI-less guys from >> systemd warning? Hmm > > It would default to a text console, so you'd need to modify your GUI > images. There may be some common place we can override

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

2013-01-24 Thread Burton, Ross
On 24 January 2013 15:16, Andreas Müller wrote: > So I would have to touch all my images to save GUI-less guys from > systemd warning? Hmm It would default to a text console, so you'd need to modify your GUI images. There may be some common place we can override this globally for anything with X

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

2013-01-24 Thread Andreas Müller
On Thu, Jan 24, 2013 at 4:03 PM, Burton, Ross wrote: > Hi, > > A fairly uncomplicated way would be to have a variable that defaults > to multi-user, but allow images to override it (e.g. all the X images > in oe-core would do this), and set the symlink at image creation time. > > Ross > So I would

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

2013-01-24 Thread Burton, Ross
Hi, A fairly uncomplicated way would be to have a variable that defaults to multi-user, but allow images to override it (e.g. all the X images in oe-core would do this), and set the symlink at image creation time. Ross ___ Openembedded-core mailing lis

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

2013-01-24 Thread Samuel Stirtzel
2013/1/24 Samuel Stirtzel : > 2013/1/24 Radu Moisan : >> >> On 01/24/2013 03:48 PM, Martin Jansa wrote: >>> >>> On Thu, Jan 24, 2013 at 03:36:02PM +0200, Radu Moisan wrote: this fixes a service dependency issue; while graphical.target is the default mode, systemd will try to sta

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

2013-01-24 Thread Andreas Müller
On Thu, Jan 24, 2013 at 2:48 PM, Martin Jansa wrote: > On Thu, Jan 24, 2013 at 03:36:02PM +0200, Radu Moisan wrote: >> 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. > > what abou

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

2013-01-24 Thread Samuel Stirtzel
2013/1/24 Radu Moisan : > > On 01/24/2013 03:48 PM, Martin Jansa wrote: >> >> On Thu, Jan 24, 2013 at 03:36:02PM +0200, Radu Moisan wrote: >>> >>> this fixes a service dependency issue; >>> while graphical.target is the default mode, systemd >>> will try to start display-manager.service which is no

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

2013-01-24 Thread Radu Moisan
On 01/24/2013 03:48 PM, Martin Jansa wrote: On Thu, Jan 24, 2013 at 03:36:02PM +0200, Radu Moisan wrote: 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. what about images with display-m

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

2013-01-24 Thread Martin Jansa
On Thu, Jan 24, 2013 at 03:36:02PM +0200, Radu Moisan wrote: > 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. what about images with display-manager available? meta-efl/recipes-efl/

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

2013-01-24 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. Signed-off-by: Radu Moisan --- .../systemd/set_default_target_to_multi-user.patch | 13 + meta/recipes-core/systemd/systemd_1