aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-05-26 16:10:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-27 22:35:18 +0100
commit36b594160c6ca12f0a0d06a2809e4dbea1fa53ca (patch)
tree4f2712dd92147456ae6c8569cd91d6086c1e7c52 /meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
parent6c2e2afe9dbc43554e552e5a293ca7ffeb669f35 (diff)
downloadopenembedded-core-contrib-36b594160c6ca12f0a0d06a2809e4dbea1fa53ca.tar.gz
linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
Updating the kernel meta data with the following configuration change: When we set NR_CPUS to something > than 8, we also need to set X86_BIGSMP according to Kconfig: config X86_BIGSMP bool "Support for big SMP systems with more than 8 CPUs" otherwise NR_CPU will end up being reset to 8 [YOCTO #10362] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 98278549d960a84605f01fec73aefe5d8792d4bb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index dd84d84e80..a55decae84 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f"
-SRCREV_meta ?= "517106befbfadda8aac38eda9e4dfd51df264e2f"
+SRCREV_meta ?= "5fd0435f4d40c03bc5a06389d22dbafd5086e7ab"
PV = "${LINUX_VERSION}+git${SRCPV}"