summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 11:55:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-14 17:01:54 +0000
commit89c986c2b292f4f4b6e5ce9aa0317be111cd1b58 (patch)
tree81fae887258cc3b28bf8ab5772881ce415a56912 /meta/recipes-kernel
parentde5f4ffeb662cfadab48e29a5f7d9b595c72184d (diff)
downloadpoky-89c986c2b292f4f4b6e5ce9aa0317be111cd1b58.tar.gz
linux-yocto/3.10: meta: ARM: OMAP3: Add USB PHY driver for Beagleboard
Updating the meta branch SRCREV to update the USB configuration: The Beagleboard needs the USB PHY drivers in the kernel in order to enable USB and Ethernet functionality. This fix ensures that they are built in by tweaking the kernel config. Tested on Beagleboard xM Rev. C2. (From OE-Core rev: 2a9944514362445ee891f6e77c4ae62950e247b3) 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.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
3 files changed, 3 insertions, 4 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 ab95ad13bf..ab36e6ad02 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 ?= "97499dfaea61934719b91f1347f468c6f0125b2c" 6SRCREV_machine ?= "97499dfaea61934719b91f1347f468c6f0125b2c"
7SRCREV_machine_qemuppc ?= "54cb4efa033af86301934d58d890a5324cc95a75" 7SRCREV_machine_qemuppc ?= "54cb4efa033af86301934d58d890a5324cc95a75"
8SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" 8SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
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-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index c15c311647..d503d4416e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -10,8 +10,7 @@ LINUX_VERSION ?= "3.10.17"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b" 12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
13SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" 13SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
14
15 14
16PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
17 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index eff245da81..383e645158 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 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
10SRCREV_machine_qemux86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b" 10SRCREV_machine_qemux86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
11SRCREV_machine_qemumips64 ?= "8d21f71847640fc052bda1bf1f3792634cae5bb1" 11SRCREV_machine_qemumips64 ?= "8d21f71847640fc052bda1bf1f3792634cae5bb1"
12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b" 12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
13SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" 13SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
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