From 4b00778778452158a07fcff40c35da03e5e92a5f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 26 May 2017 16:10:45 -0400 Subject: 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] (From OE-Core rev: 98278549d960a84605f01fec73aefe5d8792d4bb) Signed-off-by: Alejandro Hernandez Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb index 0a832b90c1..e6890e3497 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "d2c1ed3c0cbc0d8dcf429346f7ab2e96d470b504" -SRCREV_meta ?= "e61353b33d00ea3d3eeed125d59477b3797f6751" +SRCREV_meta ?= "21488a58127eebac2b6b656305aa0fb695e46c50" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf