summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-02 16:36:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-02 22:05:35 +0000
commit49d7aae7df7c0d8956431ed40532228cd7b7c638 (patch)
treef53e230e4b6eeffe93fbb217ccb5fd0383b79cb9 /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parente02016e73bca0ea0ceee14eb794eb8c477dbb3ad (diff)
downloadpoky-49d7aae7df7c0d8956431ed40532228cd7b7c638.tar.gz
linux-yocto/3.14: OcteonIII support
With these SRCREV updates, we add the following support to the kernel: The following has been verified with the branch sources: On 68xx: * SGMII, XAUI Packet IO interfaces. * PCIe devices * EHCI/OHCI USB driver On 78XX: * Ran LTP testsuite * SGMII, XAUI Packet IO interfaces * MMC driver (which covers GPIO interrupts in the driver) * PCIe devices * XHCI USB driver (From OE-Core rev: c32023e75b1cd722f3fca226ec8651dc10cf9dab) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index d110297246..f6b95a218a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14.29"
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "f65678ef48c5d41af914d2769e4dd01411c1df96" 12SRCREV_machine ?= "3bab81113682d3a5ffc8ea60cf770beed4831492"
13SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b" 13SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"