We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the the 4.1 tiny kernel recipe make use of it.
Signed-off-by: Tom Zanussi <[email protected]> --- common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d21a562..e4bb1fe 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend @@ -5,6 +5,6 @@ SRCREV_meta-i586-nlp-32-intel-common = "e8c492e96f39fbee71520dbee0227dd6a87b9a59 SRCREV_machine-i586-nlp-32-intel-common = "d03753ddb28a1141e550a67c99ac95789a424fc5" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" -KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" +KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel" KMACHINE_i586-nlp-32-intel-common = "intel-quark" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -- 1.9.3 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
