* Generating an image with systemd and connman
@ 2013-07-24 2:51 Christian Gagneraud
2013-07-24 7:31 ` Jukka Rissanen
0 siblings, 1 reply; 3+ messages in thread
From: Christian Gagneraud @ 2013-07-24 2:51 UTC (permalink / raw)
To: yocto
Hi there,
I have successfully generated Dylan core-image-minimal with the meta-ti
layer. I would like to know what is the procedure to select systemd for
the init process and connman as the network manager.
It seems to me that systemd can be selected using EXTRA_IMAGE_FEATURES
from local.conf (at least with the poky distro)
The Yocto dev manual mention using DISTRO_FEATURES_append but it is
usable when creating a custom distro.
Concerning connman, I found references only in sato and self-hosted images.
As well, I would like to know how can I make Qt build depends on
connman, so that I get the right bearer plugin.
Any help or point out greatly appreciated.
Regards,
Chris
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Generating an image with systemd and connman
2013-07-24 2:51 Generating an image with systemd and connman Christian Gagneraud
@ 2013-07-24 7:31 ` Jukka Rissanen
2013-07-25 0:55 ` Christian Gagneraud
0 siblings, 1 reply; 3+ messages in thread
From: Jukka Rissanen @ 2013-07-24 7:31 UTC (permalink / raw)
To: Christian Gagneraud; +Cc: yocto
Hi Christian,
On 24.07.2013 05:51, Christian Gagneraud wrote:
> Hi there,
>
> I have successfully generated Dylan core-image-minimal with the meta-ti
> layer. I would like to know what is the procedure to select systemd for
> the init process and connman as the network manager.
>
> It seems to me that systemd can be selected using EXTRA_IMAGE_FEATURES
> from local.conf (at least with the poky distro)
> The Yocto dev manual mention using DISTRO_FEATURES_append but it is
> usable when creating a custom distro.
I have
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = ""
DISTRO_FEATURES_append = " systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED="sysvinit"
in my distro conf file and after that the generated system does only
systemd. But I am creating a custom distro so I am not sure if these
settings are any help for you.
Cheers,
Jukka
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Generating an image with systemd and connman
2013-07-24 7:31 ` Jukka Rissanen
@ 2013-07-25 0:55 ` Christian Gagneraud
0 siblings, 0 replies; 3+ messages in thread
From: Christian Gagneraud @ 2013-07-25 0:55 UTC (permalink / raw)
To: Jukka Rissanen; +Cc: yocto
On 24/07/13 19:31, Jukka Rissanen wrote:
> Hi Christian,
>
> On 24.07.2013 05:51, Christian Gagneraud wrote:
>> Hi there,
>>
>> I have successfully generated Dylan core-image-minimal with the meta-ti
>> layer. I would like to know what is the procedure to select systemd for
>> the init process and connman as the network manager.
>>
>> It seems to me that systemd can be selected using EXTRA_IMAGE_FEATURES
>> from local.conf (at least with the poky distro)
>> The Yocto dev manual mention using DISTRO_FEATURES_append but it is
>> usable when creating a custom distro.
>
> I have
>
> VIRTUAL-RUNTIME_init_manager = "systemd"
> VIRTUAL-RUNTIME_initscripts = ""
> DISTRO_FEATURES_append = " systemd"
> DISTRO_FEATURES_BACKFILL_CONSIDERED="sysvinit"
>
> in my distro conf file and after that the generated system does only
> systemd. But I am creating a custom distro so I am not sure if these
> settings are any help for you.
Thanks, I might have to go this way at some point anyway.
Are you using the meta-systemd layer? If so, could you give me more
details about your setup please?
Chris
>
>
> Cheers,
> Jukka
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-25 0:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 2:51 Generating an image with systemd and connman Christian Gagneraud
2013-07-24 7:31 ` Jukka Rissanen
2013-07-25 0:55 ` Christian Gagneraud
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.