From 6b3837170bfda7ce9df409c10e05f66f4b987a89 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 8 Jul 2015 10:36:16 -0700 Subject: linux-yocto-dev: Enable the intel-quark BSP The linux-yocto-dev kernel is 4.1 based and has the support needed to enable the intel-quark bsp without additional patching Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto-dev.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/recipes-kernel') diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend index 554bd624..75cd2809 100644 --- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -14,6 +14,14 @@ KMACHINE_corei7-64-intel-common = "intel-corei7-64" KBRANCH_corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" +# Quark / X1000 BSP Info +LINUX_VERSION_i586-nlp-32-intel-common = "4.1" +COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" +KMACHINE_i586-nlp-32-intel-common = "intel-quark" +KBRANCH_i586-nlp-32-intel-common = "standard/base" +KERNEL_FEATURES_append_i586-nlp-32-intel-common = "" +#KCONFIG_MODE_i586-nlp-32-intel-common = "--allnoconfig" + # NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV # and setting them here breaks the default mechanism to use AUTOREV if the # default SRCREV is set and linux-yocto-dev is the preferred provider. -- cgit v1.2.3-54-g00ecf