From 90a25df6737aef244707a1135df2e8327c4013db Mon Sep 17 00:00:00 2001 From: "Gary S. Robertson" Date: Mon, 21 Dec 2015 09:34:24 -0600 Subject: lng 4.1 kernels: remove x86 inline config mods A config fragment specific to the x86 architecture has been added to the LNG kernel repository for the 4.1 kernels. Consequently it is no longer necessary to add these config settings via a shell 'here document' in the build scripts. Change-Id: I1049be7269408c58d79c86f007d8859780f44f6e Signed-off-by: Gary S. Robertson --- linux-lng-v4.1-pre-merge.yaml | 6 ------ linux-lng-v4.1-rt-pre-merge.yaml | 6 ------ linux-lng-v4.1-rt.yaml | 6 ------ linux-lng-v4.1.yaml | 6 ------ 4 files changed, 24 deletions(-) diff --git a/linux-lng-v4.1-pre-merge.yaml b/linux-lng-v4.1-pre-merge.yaml index 851cd1e..a848216 100644 --- a/linux-lng-v4.1-pre-merge.yaml +++ b/linux-lng-v4.1-pre-merge.yaml @@ -112,12 +112,6 @@ export MAKE_DTBS=false export ARCH="x86_64" export DEVICE_TYPE="x86" - cat << EOF > linaro/configs/x86.conf - CONFIG_DEVTMPFS=y - CONFIG_DEVTMPFS_MOUNT=y - CONFIG_E1000E=y - CONFIG_IXGBE=y - EOF ;; vexpress64) export board_types="juno" diff --git a/linux-lng-v4.1-rt-pre-merge.yaml b/linux-lng-v4.1-rt-pre-merge.yaml index 02108f6..47c8901 100644 --- a/linux-lng-v4.1-rt-pre-merge.yaml +++ b/linux-lng-v4.1-rt-pre-merge.yaml @@ -112,12 +112,6 @@ export MAKE_DTBS=false export ARCH="x86_64" export DEVICE_TYPE="x86" - cat << EOF > linaro/configs/x86.conf - CONFIG_DEVTMPFS=y - CONFIG_DEVTMPFS_MOUNT=y - CONFIG_E1000E=y - CONFIG_IXGBE=y - EOF ;; vexpress64) export board_types="juno" diff --git a/linux-lng-v4.1-rt.yaml b/linux-lng-v4.1-rt.yaml index 5beda7c..cd461bd 100644 --- a/linux-lng-v4.1-rt.yaml +++ b/linux-lng-v4.1-rt.yaml @@ -112,12 +112,6 @@ export MAKE_DTBS=false export ARCH="x86_64" export DEVICE_TYPE="x86" - cat << EOF > linaro/configs/x86.conf - CONFIG_DEVTMPFS=y - CONFIG_DEVTMPFS_MOUNT=y - CONFIG_E1000E=y - CONFIG_IXGBE=y - EOF ;; vexpress64) export board_types="juno" diff --git a/linux-lng-v4.1.yaml b/linux-lng-v4.1.yaml index 624ba43..336153a 100644 --- a/linux-lng-v4.1.yaml +++ b/linux-lng-v4.1.yaml @@ -112,12 +112,6 @@ export MAKE_DTBS=false export ARCH="x86_64" export DEVICE_TYPE="x86" - cat << EOF > linaro/configs/x86.conf - CONFIG_DEVTMPFS=y - CONFIG_DEVTMPFS_MOUNT=y - CONFIG_E1000E=y - CONFIG_IXGBE=y - EOF ;; vexpress64) export board_types="juno" -- cgit v1.2.3