[rcar-gen3] Disable ipv6 65/8765/14
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 2 Mar 2017 16:22:00 +0000 (17:22 +0100)
committerronan Le Martret <ronan@iot.bzh>
Sun, 19 Mar 2017 20:06:56 +0000 (20:06 +0000)
 * 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 <ronan.lemartret@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg [new file with mode: 0644]
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend

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 (file)
index 0000000..bc5299a
--- /dev/null
@@ -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
index 5781e40..44f8022 100644 (file)
@@ -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 \
        "