[meta-intel] [PATCH 1/2] linux-yocto/4.4: Update SRCREVs to incorporate ktype changes

California Sullivan california.l.sullivan at intel.com
Thu Mar 17 17:19:02 PDT 2016


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 at intel.com>
---
 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend   | 2 +-
 common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 2 +-
 common/recipes-kernel/linux/linux-yocto_4.4.bbappend      | 2 +-
 3 files changed, 3 insertions(+), 3 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 26d59a1..bb51280 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 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.3"
-SRCREV_META_INTEL_COMMON ?= "8b6a7d80344837fd64163008521a31a6f891313e"
+SRCREV_META_INTEL_COMMON ?= "da47accec6c17c22cecf064be1da29b5bf3d7583"
 SRCREV_MACHINE_INTEL_COMMON ?= "853991833cc5140ca25450e81bf6b822d537a6ac"
 
 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 a077c7d..491408a 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 #LINUX_VERSION_i586-nlp-32-intel-common = "4.4.3"
-SRCREV_meta-i586-nlp-32-intel-common = "8b6a7d80344837fd64163008521a31a6f891313e"
+SRCREV_meta-i586-nlp-32-intel-common = "da47accec6c17c22cecf064be1da29b5bf3d7583"
 SRCREV_machine-i586-nlp-32-intel-common = "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index f1111f0..eff68a5 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.3"
-SRCREV_META_INTEL_COMMON = "8b6a7d80344837fd64163008521a31a6f891313e"
+SRCREV_META_INTEL_COMMON = "da47accec6c17c22cecf064be1da29b5bf3d7583"
 SRCREV_MACHINE_INTEL_COMMON = "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2"
 
 KBRANCH_INTEL_COMMON = "standard/base"
-- 
2.5.0



More information about the meta-intel mailing list