summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2016-03-17 17:19:02 -0700
committerSaul Wold <sgw@linux.intel.com>2016-03-17 22:20:56 -0700
commitc0f64623df35902644be90b38c2deaba1931c806 (patch)
treefb44f2b08b27a428f9dce023834a9fd93241bcad /common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
parent7965dc814964a30e54542b1d5ef2029d565240bd (diff)
downloadmeta-intel-c0f64623df35902644be90b38c2deaba1931c806.tar.gz
linux-yocto/4.4: Update SRCREVs to incorporate ktype changes
The standard ktype was changed to not include EMBEDDED, EXPERT, or DEBUG_KERNEL and a new ktype called developer was added that does include those options. By default we lose a number of debug options but gain a more production- ready kernel. 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.bbappend2
1 files changed, 1 insertions, 1 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 26d59a1e..bb512801 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -1,7 +1,7 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.4.3" 3LINUX_VERSION_INTEL_COMMON = "4.4.3"
4SRCREV_META_INTEL_COMMON ?= "8b6a7d80344837fd64163008521a31a6f891313e" 4SRCREV_META_INTEL_COMMON ?= "da47accec6c17c22cecf064be1da29b5bf3d7583"
5SRCREV_MACHINE_INTEL_COMMON ?= "853991833cc5140ca25450e81bf6b822d537a6ac" 5SRCREV_MACHINE_INTEL_COMMON ?= "853991833cc5140ca25450e81bf6b822d537a6ac"
6 6
7KBRANCH_INTEL_COMMON = "standard/preempt-rt" 7KBRANCH_INTEL_COMMON = "standard/preempt-rt"