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: 6bd4f855cfc95c82d6bf5b00531f1aad752002ee)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-07-03 22:57:45 -04:00
committed by Richard Purdie
parent aa7fc34dc4
commit a169f41c00
9 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "d2de43e42bb8a270e680aab1c8f2447bff0b3552"
SRCREV_meta ?= "60dd89e2423aaa2e7be680db09be43d1f47471e0"
SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be"
PV = "${LINUX_VERSION}+git${SRCPV}"