diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2016-03-18 00:19:03 (GMT) |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-03-18 05:20:59 (GMT) |
commit | 3f637d34c917214378b838a359ca9fcacf49d9ee (patch) | |
tree | 2a144d9874026d6c292c34708cd70912e8110a89 /common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | |
parent | c0f64623df35902644be90b38c2deaba1931c806 (diff) | |
download | meta-intel-3f637d34c917214378b838a359ca9fcacf49d9ee.tar.gz |
linux-yocto/4.4: Galileo updates and explicitly set CONFIG_FTRACE=y
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 <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend')
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 4 |
1 files changed, 2 insertions, 2 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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | LINUX_VERSION_INTEL_COMMON = "4.4.3" | 3 | LINUX_VERSION_INTEL_COMMON = "4.4.3" |
4 | SRCREV_META_INTEL_COMMON ?= "da47accec6c17c22cecf064be1da29b5bf3d7583" | 4 | SRCREV_META_INTEL_COMMON ?= "e0cf18471a271cd057538e9d33fa01a7669ff76f" |
5 | SRCREV_MACHINE_INTEL_COMMON ?= "853991833cc5140ca25450e81bf6b822d537a6ac" | 5 | SRCREV_MACHINE_INTEL_COMMON ?= "dfa88200087a7ef73741383c05c14ff2f3978947" |
6 | 6 | ||
7 | KBRANCH_INTEL_COMMON = "standard/preempt-rt" | 7 | KBRANCH_INTEL_COMMON = "standard/preempt-rt" |
8 | 8 | ||