From f5c053d4dffa270ae03b1e026a86e4914cb0ab9f Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Mon, 1 Oct 2018 11:58:22 +0200 Subject: linux-intel-rt: enable x2apic support This is needed to boot on Intel Atom C3850 Change-Id: I9b2b5574b97d1fe2adcaa530c72a441dddc21684 Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-intel-rt_4.14.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend index b8abb45..a5108bc 100644 --- a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend +++ b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend @@ -17,6 +17,8 @@ SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=s file://CVE-2018-14617.patch \ " +KERNEL_FEATURES_append = " features/x2apic/x2apic.scc" + # Debug tools support KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc" KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc" -- cgit v1.2.3-54-g00ecf