[meta-intel] [PATCH 1/1] linux-yocto/4.8: Fix configcheck warnings and build in R8169 support

California Sullivan california.l.sullivan at intel.com
Wed Oct 12 16:54:18 PDT 2016


With this update, most of the kernel_config check warnings are fixed.
Also, we now have Ethernet support on the MinnowBoard MAX and Turbot on
minimal images.

>From yocto-kernel-cache:

552a837 features: Fix configcheck warnings in features used by intel-quark BSPs
c33d9c2 features: Fix configcheck warnings in features used by intel-core* BSPs
03bf3dd bsp/common-pc: Enable R8169 driver since its needed by supported platforms

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend   | 2 +-
 common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend | 2 +-
 common/recipes-kernel/linux/linux-yocto_4.8.bbappend      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend
index 7ae7268..9fa3307 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.8.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.8"
-SRCREV_META_INTEL_COMMON ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
+SRCREV_META_INTEL_COMMON ?= "552a83790b1797b6dd4e4c48ff5bc8f215ed57da"
 SRCREV_MACHINE_INTEL_COMMON ?= "b266f7ba78f0cb3d7073e1bf7bd7dfc92bec7431"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/base"
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
index 6b7205e..af5ebab 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_i586-nlp-32-intel-common = "4.8"
-SRCREV_meta_i586-nlp-32-intel-common = "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
+SRCREV_meta_i586-nlp-32-intel-common = "552a83790b1797b6dd4e4c48ff5bc8f215ed57da"
 SRCREV_machine_i586-nlp-32-intel-common = "67813e7efa3a4614e209c2f058d92ef9a636441a"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
diff --git a/common/recipes-kernel/linux/linux-yocto_4.8.bbappend b/common/recipes-kernel/linux/linux-yocto_4.8.bbappend
index 726f03e..1085cad 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.8.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.8.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.8"
-SRCREV_META_INTEL_COMMON = "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
+SRCREV_META_INTEL_COMMON = "552a83790b1797b6dd4e4c48ff5bc8f215ed57da"
 SRCREV_MACHINE_INTEL_COMMON = "67813e7efa3a4614e209c2f058d92ef9a636441a"
 
 KBRANCH_INTEL_COMMON = "standard/base"
-- 
2.5.5



More information about the meta-intel mailing list