This will enable tiny KTYPE support for the meta-intel core BSPs using the 4.1 kernel, it also adds intel-quark as a Tiny platform.
Signed-off-by: Saul Wold <[email protected]> --- common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend new file mode 100644 index 0000000..d5a68f0 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.2" +COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" +SRCREV_meta_i586-nlp-32-intel-common = "92977854ff528bac281772dfb4823f4ca1513688" +SRCREV_machine_i586-nlp-32-intel-common = "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" +KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" +KMACHINE_i586-nlp-32-intel-common = "intel-quark" +KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
