[meta-intel] [PATCH] linux-yocto/4.4: Fix wrong rt SRCREV for 4.4 - for real

Jan Kiszka jan.kiszka at siemens.com
Thu Jan 19 03:16:05 PST 2017


d86d58a99dd4 didn't fix the issue it wanted to address but rather
referred to the corresponding commit of standard/tiny/intel/base instead
of standard/preempt-rt/intel/base. A local workaround for the original
meta-intel issue papered over this during testing. Fix it for real.

Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---

Argh, now I messed it up. I wonder if you could enable some Q&A build
for meta-intel's stable branches (or for all, if that doesn't exist
yet). It's too easy to get things wrong...

BTW, there are more issues with -rt and Quark: another build fix will
follow, and I'm currently discussing a patch (enable MSI for SPI) that
also acts as workaround for some issue with shared interrupts with
Linux upstream. We may discuss a backport to yocto 4.4 and 4.8
afterwards.

 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 64cf783..5b9b98b 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.26"
 SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
-SRCREV_MACHINE_INTEL_COMMON = "4eb72141aa7c3b626a7fc42ae8da6f8b29e43a2c"
+SRCREV_MACHINE_INTEL_COMMON = "c5851eb141c2c64b0f6d453c45c4200dfede1a79"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
 
-- 
2.1.4


More information about the meta-intel mailing list