diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-01 14:49:41 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
| commit | 171b714ed281beb4a9abbbccaf89f10db39e4f8f (patch) | |
| tree | bb60d52c56efdbe278edde4213ddc83a89712103 /documentation | |
| parent | b1dc0ee121e575f1978cdea409a16bba4040e5b2 (diff) | |
| download | poky-171b714ed281beb4a9abbbccaf89f10db39e4f8f.tar.gz | |
ref-manual: Added 4 DISTRO_FEATURES* variable descriptions.
Added the following:
* DISTRO_FEATURES_NATIVE
* DISTRO_FEATURES_NATIVESDK
* DISTRO_FEATURES_FILTER_NATIVE
* DISTRO_FEATURES_FILTER_NATIVESDK
to the variables glossary.
(From yocto-docs rev: ee68291c32cdbf8004c24295784c0f70f02c0a55)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bf34dadcd1..ad100b9892 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3623,6 +3623,47 @@ | |||
| 3623 | </glossdef> | 3623 | </glossdef> |
| 3624 | </glossentry> | 3624 | </glossentry> |
| 3625 | 3625 | ||
| 3626 | <glossentry id='var-DISTRO_FEATURES_FILTER_NATIVE'><glossterm>DISTRO_FEATURES_FILTER_NATIVE</glossterm> | ||
| 3627 | <info> | ||
| 3628 | DISTRO_FEATURES_FILTER_NATIVE[doc] = "Specifies a list of features that if present in the target DISTRO_FEATURES value should be included in DISTRO_FEATURES when building native recipes." | ||
| 3629 | </info> | ||
| 3630 | <glossdef> | ||
| 3631 | <para role="glossdeffirst"> | ||
| 3632 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3633 | Specifies a list of features that if present in | ||
| 3634 | the target | ||
| 3635 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | ||
| 3636 | value should be included in | ||
| 3637 | <filename>DISTRO_FEATURES</filename> when building native | ||
| 3638 | recipes. | ||
| 3639 | This variable is used in addition to the features | ||
| 3640 | filtered using the | ||
| 3641 | <link linkend='var-DISTRO_FEATURES_NATIVE'><filename>DISTRO_FEATURES_NATIVE</filename></link> | ||
| 3642 | variable. | ||
| 3643 | </para> | ||
| 3644 | </glossdef> | ||
| 3645 | </glossentry> | ||
| 3646 | |||
| 3647 | <glossentry id='var-DISTRO_FEATURES_FILTER_NATIVESDK'><glossterm>DISTRO_FEATURES_FILTER_NATIVESDK</glossterm> | ||
| 3648 | <info> | ||
| 3649 | DISTRO_FEATURES_FILTER_NATIVESDK[doc] = "Specifies a list of features that if present in the target DISTRO_FEATURES value should be included in DISTRO_FEATURES when building nativesdk recipes." | ||
| 3650 | </info> | ||
| 3651 | <glossdef> | ||
| 3652 | <para role="glossdeffirst"> | ||
| 3653 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3654 | Specifies a list of features that if present in the target | ||
| 3655 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | ||
| 3656 | value should be included in | ||
| 3657 | <filename>DISTRO_FEATURES</filename> when building | ||
| 3658 | nativesdk recipes. | ||
| 3659 | This variable is used in addition to the features | ||
| 3660 | filtered using the | ||
| 3661 | <link linkend='var-DISTRO_FEATURES_NATIVESDK'><filename>DISTRO_FEATURES_NATIVESDK</filename></link> | ||
| 3662 | variable. | ||
| 3663 | </para> | ||
| 3664 | </glossdef> | ||
| 3665 | </glossentry> | ||
| 3666 | |||
| 3626 | <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm> | 3667 | <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm> |
| 3627 | <info> | 3668 | <info> |
| 3628 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." | 3669 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." |
| @@ -3640,6 +3681,42 @@ | |||
| 3640 | </glossdef> | 3681 | </glossdef> |
| 3641 | </glossentry> | 3682 | </glossentry> |
| 3642 | 3683 | ||
| 3684 | <glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm> | ||
| 3685 | <info> | ||
| 3686 | DISTRO_FEATURES_NATIVE[doc] = "Specifies a list of features that should be included in DISTRO_FEATURES when building native recipes." | ||
| 3687 | </info> | ||
| 3688 | <glossdef> | ||
| 3689 | <para role="glossdeffirst"> | ||
| 3690 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3691 | Specifies a list of features that should be included in | ||
| 3692 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | ||
| 3693 | when building native recipes. | ||
| 3694 | This variable is used in addition to the features | ||
| 3695 | filtered using the | ||
| 3696 | <link linkend='var-DISTRO_FEATURES_FILTER_NATIVE'><filename>DISTRO_FEATURES_FILTER_NATIVE</filename></link> | ||
| 3697 | variable. | ||
| 3698 | </para> | ||
| 3699 | </glossdef> | ||
| 3700 | </glossentry> | ||
| 3701 | |||
| 3702 | <glossentry id='var-DISTRO_FEATURES_NATIVESDK'><glossterm>DISTRO_FEATURES_NATIVESDK</glossterm> | ||
| 3703 | <info> | ||
| 3704 | DISTRO_FEATURES_NATIVESDK[doc] = "Specifies a list of features that should be included in DISTRO_FEATURES when building nativesdk recipes." | ||
| 3705 | </info> | ||
| 3706 | <glossdef> | ||
| 3707 | <para role="glossdeffirst"> | ||
| 3708 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 3709 | Specifies a list of features that should be included in | ||
| 3710 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | ||
| 3711 | when building nativesdk recipes. | ||
| 3712 | This variable is used in addition to the features | ||
| 3713 | filtered using the | ||
| 3714 | <link linkend='var-DISTRO_FEATURES_FILTER_NATIVESDK'><filename>DISTRO_FEATURES_FILTER_NATIVESDK</filename></link> | ||
| 3715 | variable. | ||
| 3716 | </para> | ||
| 3717 | </glossdef> | ||
| 3718 | </glossentry> | ||
| 3719 | |||
| 3643 | <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME</glossterm> | 3720 | <glossentry id='var-DISTRO_NAME'><glossterm>DISTRO_NAME</glossterm> |
| 3644 | <info> | 3721 | <info> |
| 3645 | DISTRO_NAME[doc] = "The long name of the distribution." | 3722 | DISTRO_NAME[doc] = "The long name of the distribution." |
