From b38cdec1ab468fc9c699608b9c4475cde10fecf7 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 12 Oct 2016 16:54:18 -0700 Subject: linux-yocto/4.8: Fix configcheck warnings and build in R8169 support 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 Signed-off-by: Saul Wold --- 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(-) (limited to 'common') 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 7ae72683..9fa33072 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 6b7205e8..af5ebab5 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 726f03e9..1085cad0 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" -- cgit v1.2.3-54-g00ecf