Tweak a number of doc lines so that the KERNEL_FEATURES variable refers directly to .scc files, and doesn't take advantage of potentially confusing shortcuts.
Signed-off-by: Robert P. J. Day <rpj...@crashcourse.ca> --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index abab3f4..06b6f22 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -589,7 +589,7 @@ COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/base" - KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" + KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500.scc" LINUX_VERSION_emenlow-noemgd = "3.14.19" SRCREV_machine_emenlow-noemgd = "902f34d36102a4b2008b776ecae686f80d307e12" diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index c0d8ca6..8af926c 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -136,12 +136,12 @@ For example, to include a feature specified as "features/netfilter.scc", specify: <literallayout class='monospaced'> - KERNEL_FEATURES += "features/netfilter.scc" + KERNEL_FEATURES += "features/netfilter/netfilter.scc" </literallayout> To include a feature called "cfg/sound.scc" just for the <filename>qemux86</filename> machine, specify: <literallayout class='monospaced'> - KERNEL_FEATURES_append_qemux86 = "cfg/sound.scc" + KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc" </literallayout> The value of the entries in <filename>KERNEL_FEATURES</filename> are dependent on their location within the kernel Metadata itself. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7122b47..1135728 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5792,7 +5792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/base" - KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" + KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500.scc" </literallayout> The <filename>KBRANCH</filename> statement identifies the kernel branch to use when building for the Emenlow @@ -5846,10 +5846,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" machine: <literallayout class='monospaced'> # Add netfilter to all linux-yocto kernels - KERNEL_FEATURES="features/netfilter" + KERNEL_FEATURES="features/netfilter/netfilter.scc" # Add sound support to the qemux86 machine - KERNEL_FEATURES_append_qemux86=" cfg/sound" + KERNEL_FEATURES_append_qemux86=" cfg/sound.scc" </literallayout></para> </glossdef> </glossentry> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto