We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the the 4.4 tiny kernel recipe make use of it.
Signed-off-by: Tom Zanussi <[email protected]> --- common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index e808a5f..4a39623 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend @@ -5,6 +5,6 @@ SRCREV_meta-i586-nlp-32-intel-common = "d6ee402d461048cf1afd10375fee5769c06d21d6 SRCREV_machine-i586-nlp-32-intel-common = "578ff2a88676d20439dbf3877768370d06a22d8f" 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
