From ac2671a2cb37a4e616d2375948cbfeb418d0084f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 4 Feb 2013 14:05:07 -0500 Subject: linux-yocto: KERNEL_FEATURES should reference full scc files Some existing KERNEL_FEATURE references use a shorcut notation, but mapping these shortcuts to actual .scc files in the tree are not obvious. So we clarify where they are found by referencing the full .scc filename in the KERNEL_FEATURE addtions. (From OE-Core rev: 26c71c895e1d56d2f3576de833a576137e970fcc) Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 4ab8c73481..ab975f2904 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -23,10 +23,8 @@ KMETA = "meta" COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" # Functionality flags -KERNEL_REVISION_CHECKING="" -KERNEL_FEATURES_append = " features/netfilter" -KERNEL_FEATURES_append_qemux86=" cfg/sound" -KERNEL_FEATURES_append_qemux86-64=" cfg/sound" -KERNEL_FEATURES_append_qemux86=" cfg/paravirt_kvm" -#KERNEL_FEATURES_append_qemux86-64=" cfg/paravirt_kvm" -KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32", "" ,d)}" +KERNEL_FEATURES_append = " features/netfilter/netfilter.scc" +KERNEL_FEATURES_append_qemux86=" cfg/sound.scc" +KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" +KERNEL_FEATURES_append_qemux86=" cfg/paravirt_kvm.scc" +KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" -- cgit v1.2.3-54-g00ecf