diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-10 14:49:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-10 17:33:54 +0100 |
commit | 20625df0f88b1948bfc05be0d2cbdaa201c3b2f0 (patch) | |
tree | 8c5f6cb1ec0d1fc7e6f383b4f0a6e705889e0fef /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |
parent | c95ae50dc0817fee291ca981c41cb556bf7db582 (diff) | |
download | openembedded-core-20625df0f88b1948bfc05be0d2cbdaa201c3b2f0.tar.gz openembedded-core-20625df0f88b1948bfc05be0d2cbdaa201c3b2f0.tar.bz2 openembedded-core-20625df0f88b1948bfc05be0d2cbdaa201c3b2f0.zip |
linux-yocto/3.10: intel BSP configuration updates
Updating the SRCREV for the following configuration changes:
7df9ef8ee47d minnow: Add minnow-drivers-extra fragment
4f12b62002ca meta: smp.scc: increase default NR_CPUS to 64
de70ccd19f86 intel-common: change intel-corei7064-preempt-rt-scc filename
e3780cd93809 meta: mohonpeak: remove branch 'mohonpeak'
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.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 |
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 7eacfc0f25..099655f381 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.35" KMETA = "meta" SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" -SRCREV_meta ?= "5824403ba2b877eca33969425ac1ac5dbeb72720" +SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" PV = "${LINUX_VERSION}+git${SRCPV}" |