diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-07 13:56:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:43 +0100 |
commit | c755c651603f3b5573d98e7159d6727bccb19b45 (patch) | |
tree | 0eef4291b00b81783c16b932d89214d61ace480a /documentation/ref-manual/ref-variables.xml | |
parent | e4c18f4cd4170a14fd64f9146408078a451eb9be (diff) | |
download | poky-c755c651603f3b5573d98e7159d6727bccb19b45.tar.gz |
ref-manual: Updated LAYERSERIES_COMPAT description.
Using "OpenEmbedded-Core" rather than "OpenEmbedded Core" in the
text. The term as also fixed to reflect this change. Also,
use of the phrase "OpenEmbedded-Core project" or "OE-Core project"
is not desirable. Changing project to version.
(From yocto-docs rev: ec226fcd92847c96ea2e11d34513b597a35c9825)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d42ab01861..468fa4dfde 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7821,14 +7821,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7821 | 7821 | ||
7822 | <glossentry id='var-LAYERSERIES_COMPAT'><glossterm>LAYERSERIES_COMPAT</glossterm> | 7822 | <glossentry id='var-LAYERSERIES_COMPAT'><glossterm>LAYERSERIES_COMPAT</glossterm> |
7823 | <info> | 7823 | <info> |
7824 | LAYERSERIES_COMPAT[doc] = "Lists the versions of the OpenEmbedded Core project for which a layer is compatible." | 7824 | LAYERSERIES_COMPAT[doc] = "Lists the OpenEmbedded-Core versions for which a layer is compatible." |
7825 | </info> | 7825 | </info> |
7826 | <glossdef> | 7826 | <glossdef> |
7827 | <para role="glossdeffirst"> | 7827 | <para role="glossdeffirst"> |
7828 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 7828 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
7829 | Lists the versions of the | 7829 | Lists the versions of the |
7830 | <link linkend='oe-core'>OpenEmbedded Core</link> project | 7830 | <link linkend='oe-core'>OpenEmbedded-Core</link> for which |
7831 | for which a layer is compatible. | 7831 | a layer is compatible. |
7832 | Using the <filename>LAYERSERIES_COMPAT</filename> variable | 7832 | Using the <filename>LAYERSERIES_COMPAT</filename> variable |
7833 | allows the layer maintainer to indicate which combinations | 7833 | allows the layer maintainer to indicate which combinations |
7834 | of the layer and OE-Core can be expected to work. | 7834 | of the layer and OE-Core can be expected to work. |
@@ -7838,13 +7838,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7838 | </para> | 7838 | </para> |
7839 | 7839 | ||
7840 | <para> | 7840 | <para> |
7841 | To specify the OE-Core projects for which a layer is | 7841 | To specify the OE-Core versions for which a layer is |
7842 | compatible, use this variable in your layer's | 7842 | compatible, use this variable in your layer's |
7843 | <filename>conf/layer.conf</filename> configuration file. | 7843 | <filename>conf/layer.conf</filename> configuration file. |
7844 | For the list, use the Yocto Project | 7844 | For the list, use the Yocto Project |
7845 | <ulink url='https://wiki.yoctoproject.org/wiki/Releases'>Release Name</ulink> | 7845 | <ulink url='https://wiki.yoctoproject.org/wiki/Releases'>Release Name</ulink> |
7846 | (e.g. &DISTRO_NAME_NO_CAP;). | 7846 | (e.g. &DISTRO_NAME_NO_CAP;). |
7847 | To specify multiple OE-Core projects for the layer, | 7847 | To specify multiple OE-Core versions for the layer, |
7848 | use a space-separated list: | 7848 | use a space-separated list: |
7849 | <literallayout class='monospaced'> | 7849 | <literallayout class='monospaced'> |
7850 | LAYERSERIES_COMPAT_<replaceable>layer_root_name</replaceable> = "&DISTRO_NAME_NO_CAP; &DISTRO_NAME_NO_CAP_MINUS_ONE;" | 7850 | LAYERSERIES_COMPAT_<replaceable>layer_root_name</replaceable> = "&DISTRO_NAME_NO_CAP; &DISTRO_NAME_NO_CAP_MINUS_ONE;" |