summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-07 13:56:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:08 +0100
commitcbe4169d4fe7a76662beb220db022c77a6b05570 (patch)
tree3bf2101e49283c4647ef60ae824ab21f03c212fb /documentation/ref-manual/ref-variables.xml
parent7d62867874fcead4f014e05332973f5d4fd7335f (diff)
downloadpoky-cbe4169d4fe7a76662beb220db022c77a6b05570.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.xml10
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;"