Re: [OE-core] [PATCH V2 1/1] image.bbclass: add ability to set systemd default target

2013-12-18 Thread ChenQi
On 12/18/2013 03:53 PM, Koen Kooi wrote: Op 18 dec. 2013, om 08:49 heeft qi.c...@windriver.com het volgende geschreven: From: Chen Qi Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEATRUES typo contains 'x

Re: [OE-core] [PATCH V2 1/1] image.bbclass: add ability to set systemd default target

2013-12-17 Thread Koen Kooi
Op 18 dec. 2013, om 08:49 heeft qi.c...@windriver.com het volgende geschreven: > From: Chen Qi > > Add ability to set the default target for systemd images. > > The default value for the target is derived from checking whether > IMAGE_FEATRUES typo > contains 'x11-base' or not. Each image co

[OE-core] [PATCH V2 1/1] image.bbclass: add ability to set systemd default target

2013-12-17 Thread Qi.Chen
From: Chen Qi Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEATRUES contains 'x11-base' or not. Each image could override this value in its own recipe. For now, we don't need to do any change, because all images