From: Tom Zanussi <[email protected]> Add missing cfg/smp.scc kernel feature.
Signed-off-by: Tom Zanussi <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend index 5763209..f78891d 100644 --- a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -1,6 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + COMPATIBLE_MACHINE_fishriver = "fishriver" KMACHINE_fishriver = "yocto/standard/fishriver" +KERNEL_FEATURES_append_fishriver += " cfg/smp.scc" SRCREV_machine_pn-linux-yocto_fishriver ?= "764df531641ae223bc8c7abf95e09b2aa42a79e5" SRCREV_meta_pn-linux-yocto_fishriver ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
