summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-06 15:45:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:08 +0100
commit7d62867874fcead4f014e05332973f5d4fd7335f (patch)
tree120b9e9c7730235a8f15af4492aa0537cac4561c /documentation/ref-manual
parent67158570bc3b923f1a9b43a8cce72a6d617ed5aa (diff)
downloadpoky-7d62867874fcead4f014e05332973f5d4fd7335f.tar.gz
ref-manual: Updated LAYERSERIES_COMPAT variable description.
Minor re-wordings from review. (From yocto-docs rev: d4598e7e43a8bafa4ff6ddeec50febcedc41b411) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index cfabb0897f..d42ab01861 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7830,8 +7830,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7830 <link linkend='oe-core'>OpenEmbedded Core</link> project 7830 <link linkend='oe-core'>OpenEmbedded Core</link> project
7831 for which a layer is compatible. 7831 for which a layer is compatible.
7832 Using the <filename>LAYERSERIES_COMPAT</filename> variable 7832 Using the <filename>LAYERSERIES_COMPAT</filename> variable
7833 makes it clear when a given layer is unmaintained and 7833 allows the layer maintainer to indicate which combinations
7834 untested with new releases of OE-Core. 7834 of the layer and OE-Core can be expected to work.
7835 The variable gives the system a way to detect when a layer
7836 has not been tested with new releases of OE-Core (e.g.
7837 the layer is not maintained).
7835 </para> 7838 </para>
7836 7839
7837 <para> 7840 <para>
@@ -7850,8 +7853,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7850 Setting <filename>LAYERSERIES_COMPAT</filename> is 7853 Setting <filename>LAYERSERIES_COMPAT</filename> is
7851 required by the Yocto Project Compatible version 2 7854 required by the Yocto Project Compatible version 2
7852 standard. 7855 standard.
7853 The OpenEmbedded build system, however, does not 7856 The OpenEmbedded build system produces a warning if
7854 produce an error if the variable is not set. 7857 the variable is not set for any given layer.
7855 </note> 7858 </note>
7856 </para> 7859 </para>
7857 7860