diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-13 12:54:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:36:26 +0100 |
commit | 5fca4d286eec240ad57d90defa43cd0ff24f88ed (patch) | |
tree | 918649d1963d8d5a5dc16c5647416537c43be6e9 /meta/recipes-kernel | |
parent | 366bd119bd3465add1c12a56341b241315fbfb7e (diff) | |
download | poky-5fca4d286eec240ad57d90defa43cd0ff24f88ed.tar.gz |
linux-yocto/3.10: genericx86 meta data factoring
Updating the 3.10 meta branch to import the following commits from Darren
Hart:
285f93b meta/common-pc-64: Add USB 3.0 support
75072e4 meta/common-pc*: Refactor common-pc-64 to reuse common-pc drivers
da06bde meta/common-pc: Split out CPU and Drivers config fragments
5f55e40 meta/common-pc: Cleanup common-pc.cfg and common-pc-gfx.cfg
0a3f784 meta/common-pc: Add common Wifi drivers
f4b9f5e meta/common-pc: Add common Realtek and Atheros Ethernet drivers
4d9d3eb meta/common-pc: Build Ethernet and Wifi drivers as modules
13141ee meta/common-pc: Refactor Ethernet and Wifi options
These are in support of a new genericx86 multi-target BSP.
(From OE-Core rev: 1ab0813c819d3b785178faa458486efa6992c636)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
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 e28a4afeab..1a2870cbc0 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 ?= "4de6b6b24c44ef644b46405a85c550128d4a779a" | 6 | SRCREV_machine ?= "4de6b6b24c44ef644b46405a85c550128d4a779a" |
7 | SRCREV_machine_qemuppc ?= "24a1786e5ed0d479638af5738375e396bf4c922c" | 7 | SRCREV_machine_qemuppc ?= "24a1786e5ed0d479638af5738375e396bf4c922c" |
8 | SRCREV_meta ?= "b683dce390b1bbe434b15df6308ed03e5fd3a4ac" | 8 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" |
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 7270bcb2ac..f9009c10df 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" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
13 | SRCREV_meta ?= "b683dce390b1bbe434b15df6308ed03e5fd3a4ac" | 13 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" |
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 722f758bfd..77fa3db79c 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 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | |||
10 | SRCREV_machine_qemux86-64 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 10 | SRCREV_machine_qemux86-64 ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
11 | SRCREV_machine_qemumips64 ?= "6b3a777e3724d30ba03d88d75698fa0734c5a73f" | 11 | SRCREV_machine_qemumips64 ?= "6b3a777e3724d30ba03d88d75698fa0734c5a73f" |
12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" | 12 | SRCREV_machine ?= "702040ac7c7ec66a29b4d147665ccdd0ff015577" |
13 | SRCREV_meta ?= "b683dce390b1bbe434b15df6308ed03e5fd3a4ac" | 13 | SRCREV_meta ?= "285f93bf942e8f6fa678ffc6cc53696ed5400718" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||