summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-02 19:15:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-04 18:26:51 +0100
commit9d64f3de4a01b488ff49160298bea5356408ac7b (patch)
tree85d7d1be9bf295d87d66fa045fc011b66d50250c /meta
parent9def5c95425d6c49ca0b908573fb82d1b67e86ea (diff)
downloadpoky-9d64f3de4a01b488ff49160298bea5356408ac7b.tar.gz
linux-yocto: enable CONFIG_INPUT_EVDEV as standard policy
We have a number (in fact most) BSPs that require INPUT_EVDEV for basic functionality. The size increase is minimal, so we'll add it to the standard configuration for all platforms. (From OE-Core rev: 965affabbf36fa5b5e466d331479c2295269242e) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 48e4ff8a0a..d55c7b9486 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3" 6SRCREV_machine ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3"
7SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420" 7SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420"
8SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90" 8SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index a55a1977d6..003b936279 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" 11SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
12SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" 12SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
13SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" 13SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 8ef61e2c02..a238b6a15b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.11"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52" 12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
13SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90" 13SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
index 03723de307..b936262169 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.8.13"
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 15SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
16SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" 16SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
17 17
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 80100191f5..3b8121b553 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "e1aa804148370cda6f85640281af156ffa007d52"
10SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52" 10SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52"
11SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7" 11SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7"
12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52" 12SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
13SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90" 13SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index a921a0f87e..5ae92fc60e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -10,7 +10,7 @@ SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
10SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 10SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
11SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 11SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
13SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" 13SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16