[meta-intel] [meta-intel-quark][PATCH 1/1] meta-intel-quark: systemd: Enable networkd and resolved features.

Burton, Ross ross.burton at intel.com
Tue Jul 28 04:30:37 PDT 2015


First, enabling of networkd and resolved should be in a distro layer as
using those instead of eg connman and resolvconf is a distro choice and not
a BSP choice.

On 28 July 2015 at 08:02, <yugeraj.ramajayam at intel.com> wrote:

> +PACKAGECONFIG[resolved] = ""
> +PACKAGECONFIG[networkd] = ""
>

That's not how to enable a feature.

If you want to literally enable just those two features and leave the
existing set untouched, then use append:

PACKAGECONFIG_append = " resolved networkd"

But again, this should be in you *distro* layer not your *bsp* layer.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20150728/6e676822/attachment-0001.html>


More information about the meta-intel mailing list