summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-13 16:40:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-14 19:51:42 +0000
commite1e1ee5ebfa7a7d21f9426764135fd772a8ed7b5 (patch)
tree345e66d12611358e6948e8d71093a2ab506a9060 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parent1893d1576c1e7acc9881b3392a838c575019f18d (diff)
downloadpoky-e1e1ee5ebfa7a7d21f9426764135fd772a8ed7b5.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: 89a372840a957e540bed954e629aa68335b3dfe0) 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/recipes-kernel/linux/linux-yocto-tiny_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
1 files changed, 1 insertions, 1 deletions
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 d503d4416e..6bd8ae68e2 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.17"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b" 12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
13SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7" 13SRCREV_meta ?= "6ad20f049abd52b515a8e0a4664861cfd331f684"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16