]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/3.14: intel configuration fixes
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 2 Apr 2014 14:37:01 +0000 (14:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Apr 2014 16:33:54 +0000 (17:33 +0100)
Importing the intel configuration fixes from Darren Hart:

   a82ccc635e7a meta: Purge retired BSPs chiefriver, sys940x, and atom-pc
   b50ba1e37c26 x86: Drop X86_32 configs
   8aa0a946f528 x86: Move MTRR config into x86 common fragments
   ddae217aefee common-pc: Remove SMP from common-pc*-cpu fragments
   f3ad83aa4c39 x86: Consolidate common x86* CPU features

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
meta/recipes-kernel/linux/linux-yocto_3.14.bb

index 2e142bfd9029b25cd060f35306115fed0ddcc96c..2a1e20429d8a38626ea010a4f414d3515f95b7d3 100644 (file)
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14"
 KMETA = "meta"
 
 SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "fc8c30398dbc3cdea787a1042242d4aab689d0ae"
+SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
index 46c42601fe04eb133d04b3f69b65f78649c40584..b275f2738d8b1f926feba6442afc8cbd45d2da3b 100644 (file)
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
 SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
 SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008"
 SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0"
-SRCREV_meta ?= "fc8c30398dbc3cdea787a1042242d4aab689d0ae"
+SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"