summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-07-03 22:57:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-27 22:36:45 +0100
commit5d5d7c2f0587f434a4ef1fc4128a6f21c1e50374 (patch)
treeea675896fe125c49122b2215ed707810c29bed9d /meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
parent2fd84d63a5d052233462a09eb6d21311812440fd (diff)
downloadpoky-5d5d7c2f0587f434a4ef1fc4128a6f21c1e50374.tar.gz
kernel-yocto/meta: smp configuration changes
Integrating the following kernel configuration changes to clean up the SMP configuration fragments and fix a configuration audit warning. d0e5ea0e199b smp: Separate smp into 32 and 64 bit versions to avoid kernel warnings f1369c1d817e bsp/mohonpeak: smp gets added by default, remove unnecessary include 6fc22aa1200b bsp/rangeley: smp gets added by default, remove unnecessary include [YOCTO #11743] (From OE-Core rev: e418a0652ef021d84db46ccee106ec91658b3e61) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 6bd4f855cfc95c82d6bf5b00531f1aad752002ee) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
index 2e98914abb..f58799be91 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "6648a34e00c55a0634b39e661dd6ba14dd106473" 12SRCREV_machine ?= "6648a34e00c55a0634b39e661dd6ba14dd106473"
13SRCREV_meta ?= "4b89f331d4220f6f62d20ef60aa59edcd9b44106" 13SRCREV_meta ?= "e92bd55409a6ded89642f5ac22391487364ac798"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16