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 <[email protected]> --- common/recipes-kernel/linux/linux-yocto-dev.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend index 554bd62..75cd280 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. -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
