Integrate several patches for Galileo support. Explicitly set CONFIG_FTRACE=y in the yocto-kernel-cache, as the ktype refactoring update caused it to no longer be set by default in standard.
Signed-off-by: California Sullivan <[email protected]> --- common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 4 ++-- common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 4 ++-- common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend index bb51280..2c0f94e 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" LINUX_VERSION_INTEL_COMMON = "4.4.3" -SRCREV_META_INTEL_COMMON ?= "da47accec6c17c22cecf064be1da29b5bf3d7583" -SRCREV_MACHINE_INTEL_COMMON ?= "853991833cc5140ca25450e81bf6b822d537a6ac" +SRCREV_META_INTEL_COMMON ?= "e0cf18471a271cd057538e9d33fa01a7669ff76f" +SRCREV_MACHINE_INTEL_COMMON ?= "dfa88200087a7ef73741383c05c14ff2f3978947" KBRANCH_INTEL_COMMON = "standard/preempt-rt" diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 491408a..0dd9c8f 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" #LINUX_VERSION_i586-nlp-32-intel-common = "4.4.3" -SRCREV_meta-i586-nlp-32-intel-common = "da47accec6c17c22cecf064be1da29b5bf3d7583" -SRCREV_machine-i586-nlp-32-intel-common = "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_meta-i586-nlp-32-intel-common = "e0cf18471a271cd057538e9d33fa01a7669ff76f" +SRCREV_machine-i586-nlp-32-intel-common = "3d2455f9da30f923c6bd69014fad4cc4ea738be6" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend index eff68a5..1a4a053 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" LINUX_VERSION_INTEL_COMMON = "4.4.3" -SRCREV_META_INTEL_COMMON = "da47accec6c17c22cecf064be1da29b5bf3d7583" -SRCREV_MACHINE_INTEL_COMMON = "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_META_INTEL_COMMON = "e0cf18471a271cd057538e9d33fa01a7669ff76f" +SRCREV_MACHINE_INTEL_COMMON = "3d2455f9da30f923c6bd69014fad4cc4ea738be6" KBRANCH_INTEL_COMMON = "standard/base" KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" -- 2.5.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
