diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index 2178d2a322..ec70547314 100644 --- a/documentation/poky-ref-manual/ref-features.xml +++ b/documentation/poky-ref-manual/ref-features.xml @@ -24,6 +24,25 @@ be included if the distribution itself does not support them. + + One method you can use to determine which recipes are checking to see if a + particular feature is contained or not is to grep through + the metadata for the feature. + Here is an example that discovers the recipes whose build is potentially + changed based on a given feature: + + $ cd $HOME/poky + $ git grep 'contains.*MACHINE_FEATURES.*<feature>' + + + + + This chapter provides a reference of shipped machine and distro features + you can include as part of the image, a reference on image types you can + build, and a reference on feature backfilling. + + +
Distro