From: Ronan Le Martret Date: Thu, 2 Mar 2017 16:22:00 +0000 (+0100) Subject: [rcar-gen3] Disable ipv6 X-Git-Tag: 3.99.1~119^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d88997d1d16897abb83a161c215cbec25d9b5e0f;hp=-c;p=AGL%2Fmeta-agl.git [rcar-gen3] Disable ipv6 * ipv6 was disable in the previous version of the Renesas gen3 BSP (v2.12) and boot with ipv6 doesn't work, for now, on the Gen3 board. Bug-AGL: SPEC-471 Change-Id: I0c0f14cbf3b5d8404e9b8108d24740ecaea762c2 Signed-off-by: Ronan Le Martret --- d88997d1d16897abb83a161c215cbec25d9b5e0f diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg new file mode 100644 index 000000000..bc5299acd --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg @@ -0,0 +1,4 @@ +# CONFIG_NET_IP_TUNNEL is not set +# CONFIG_INET_TUNNEL is not set +# CONFIG_IPV6 is not set +# CONFIG_DST_CACHE is not set diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend index 5781e40c6..44f802218 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend @@ -2,6 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append = " file://namespace_fix.cfg \ file://nbd.cfg \ - file://ramdisk.cfg \ + file://ramdisk.cfg \ file://bluetooth.cfg \ + file://disable_ipv6.cfg \ "