summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 14:24:29 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:36:08 +0000
commit11b4f74aa688e38e00120c157c398acbe0e7afa3 (patch)
tree4f0edb75f11d2695c26399e5c88a5686a17407ed
parentc8c5d301795e23e3c92d102153e918f3245e30da (diff)
downloaddefinitions-11b4f74aa688e38e00120c157c398acbe0e7afa3.tar.gz
Enable virtual ethernet support in kernels
-rw-r--r--strata/bsp-armv7-highbank/linux-armv7-highbank.morph1
-rw-r--r--strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph1
-rw-r--r--strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph1
-rw-r--r--strata/bsp-jetson/linux-jetson-tk1.morph1
-rw-r--r--strata/bsp-ppc64-generic/linux-ppc64.morph1
-rw-r--r--strata/bsp-wandboard/linux-armv7-wandboard.morph1
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph1
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph1
8 files changed, 8 insertions, 0 deletions
diff --git a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
index 45868cb2..cf0907de 100644
--- a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
+++ b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
@@ -40,6 +40,7 @@ configure-commands:
- scripts/config -e VFAT_FS
- scripts/config -e VLAN_8021Q
- scripts/config -e BRIDGE_VLAN_FILTERING
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make zImage $MAKEFLAGS
diff --git a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph
index d9c5ece2..a6c0242d 100644
--- a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph
+++ b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph
@@ -42,6 +42,7 @@ configure-commands:
- scripts/config -e VFAT_FS
- scripts/config -e VLAN_8021Q
- scripts/config -e BRIDGE_VLAN_FILTERING
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make zImage vexpress-v2p-ca15_a7.dtb
diff --git a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
index 07acbb2c..19557f8d 100644
--- a/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
+++ b/strata/bsp-armv8l64-generic/linux-armv8l64-generic.morph
@@ -88,6 +88,7 @@ configure-commands:
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
+- scripts/config -e VETH
# Required for M400
- scripts/config -e SATA_AHCI_PLATFORM
- scripts/config -e AHCI_XGENE
diff --git a/strata/bsp-jetson/linux-jetson-tk1.morph b/strata/bsp-jetson/linux-jetson-tk1.morph
index a7b1ddbe..530d0b7f 100644
--- a/strata/bsp-jetson/linux-jetson-tk1.morph
+++ b/strata/bsp-jetson/linux-jetson-tk1.morph
@@ -66,6 +66,7 @@ configure-commands:
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
+- scripts/config -e VETH
- yes '' | make ARCH=arm oldconfig
build-commands:
- make $MAKEFLAGS ARCH=arm LOADADDR=0x80200000 zImage dtbs
diff --git a/strata/bsp-ppc64-generic/linux-ppc64.morph b/strata/bsp-ppc64-generic/linux-ppc64.morph
index 9e9cf449..1fd6aeaf 100644
--- a/strata/bsp-ppc64-generic/linux-ppc64.morph
+++ b/strata/bsp-ppc64-generic/linux-ppc64.morph
@@ -66,6 +66,7 @@ configure-commands:
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS ARCH=powerpc zImage
diff --git a/strata/bsp-wandboard/linux-armv7-wandboard.morph b/strata/bsp-wandboard/linux-armv7-wandboard.morph
index b77c3f7a..a3a79254 100644
--- a/strata/bsp-wandboard/linux-armv7-wandboard.morph
+++ b/strata/bsp-wandboard/linux-armv7-wandboard.morph
@@ -47,6 +47,7 @@ configure-commands:
- scripts/config -e NFSD_V3
- scripts/config -e VLAN_8021Q
- scripts/config -e BRIDGE_VLAN_FILTERING
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS ARCH=arm LOADADDR=0x10800000 uImage dtbs
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index c661666d..1e1fa62d 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -98,6 +98,7 @@ configure-commands:
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index 03f412df..a1e9fe1a 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -98,6 +98,7 @@ configure-commands:
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
+- scripts/config -e VETH
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS