On 24 October 2015 at 00:28, Todd Efflam <todd.eff...@gmail.com> wrote:

> We're trying to disable ipv6 in our build and are able to do so by
> directly editing the file
> meta/conf/distro/include/default-distrovars.inc and deleting "ipv6"
> from "DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace
> lib..."
>
> Is there a better way to disable ipv6 so that we can do this from
> within our own branch?
>

In your distro configuration either define your own DISTRO_FEATURES
entirely from scratch, or use DISTRO_FEATURES_remove = "ipv6".

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to