diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-06 16:45:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:10:33 +0100 |
commit | 301997219366a3e8003afb1f501c4c24c28efbc4 (patch) | |
tree | 536875ab10a87a477be6625c3a56b462d49cb6e1 /meta/recipes-kernel | |
parent | 5b594449f73f6cff99695119eb00ee5dcc672aed (diff) | |
download | poky-301997219366a3e8003afb1f501c4c24c28efbc4.tar.gz |
linux-yocto/3.10: intel-core*/common configuration updates
Importing the following configuration changes to support the latest intel
common BSPs:
6e0e756d5137 intel-common: Remove GMA500 support
226c3b7a2b82 intel-core*: Add baytrail soc support
25df7acf2cc4 baytrail: Add feature/soc/baytrail
8715856ab617 meta: input: add CONFIG_INPUT dependency
(From OE-Core rev: 88d2bb9c5959a9b1e744bb517c26a322cd537023)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 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 f0c732b4e7..72af2d8d8a 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 | ||
6 | SRCREV_machine ?= "5f466af88f885705efe0f018c027b2631f6724e4" | 6 | SRCREV_machine ?= "5f466af88f885705efe0f018c027b2631f6724e4" |
7 | SRCREV_machine_qemuppc ?= "e497cba7496e4ae6fc4d018bce57695a61766d22" | 7 | SRCREV_machine_qemuppc ?= "e497cba7496e4ae6fc4d018bce57695a61766d22" |
8 | SRCREV_meta ?= "7b3b87d4d5e4c41c235da13aaa9f45d5d338e2c6" | 8 | SRCREV_meta ?= "6e0e756d51372c8b176c5d1e6f786545bceed351" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_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-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 2ceb946160..b2ddb10f39 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.32" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" | 12 | SRCREV_machine ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" |
13 | SRCREV_meta ?= "7b3b87d4d5e4c41c235da13aaa9f45d5d338e2c6" | 13 | SRCREV_meta ?= "6e0e756d51372c8b176c5d1e6f786545bceed351" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 9bc873570c..c950199559 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -18,7 +18,7 @@ SRCREV_machine_qemux86 ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" | |||
18 | SRCREV_machine_qemux86-64 ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" | 18 | SRCREV_machine_qemux86-64 ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" |
19 | SRCREV_machine_qemumips64 ?= "3e1899546c014808fed8d336b777bf8d81f50d7b" | 19 | SRCREV_machine_qemumips64 ?= "3e1899546c014808fed8d336b777bf8d81f50d7b" |
20 | SRCREV_machine ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" | 20 | SRCREV_machine ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" |
21 | SRCREV_meta ?= "7b3b87d4d5e4c41c235da13aaa9f45d5d338e2c6" | 21 | SRCREV_meta ?= "6e0e756d51372c8b176c5d1e6f786545bceed351" |
22 | 22 | ||
23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
24 | 24 | ||