From b6769f06e5711240570c3f32a3984b34a9295df3 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 4 Sep 2018 10:04:02 +0200 Subject: linux-intel: enable x2apic support This is needed to boot on Intel Atom C3850 Change-Id: I19bd23002c6d271b9175cc0a0371d84bba007633 Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-intel_4.14.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel/linux/linux-intel_4.14.bbappend') diff --git a/recipes-kernel/linux/linux-intel_4.14.bbappend b/recipes-kernel/linux/linux-intel_4.14.bbappend index 32f3691..a084fc3 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bbappend +++ b/recipes-kernel/linux/linux-intel_4.14.bbappend @@ -4,6 +4,8 @@ SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4" KENEABRANCH = "intel-4.14" SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" +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