1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

dev-manual: Updated compatible log program section.

Script name changed to "yocto-check-layer".

(From yocto-docs rev: 545a90dd2816c4e97dc70efc76c7cca49684c2d8)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-09-25 09:45:47 -07:00
committed by Richard Purdie
parent c801d0425d
commit 0e7af54763
@@ -443,10 +443,10 @@
with the Yocto Project).
Ensuring compatibility makes the layer easy to be consumed
by others in the Yocto Project community and could allow you
permission to use the Yocto Project Compatibility Logo.
permission to use the Yocto Project Compatible Logo.
<note>
Only Yocto Project member organizations are permitted to
use the Yocto Project Compatibility Logo.
use the Yocto Project Compatible Logo.
The logo is not available for general use.
For information on how to become a Yocto Project member
organization, see the
@@ -463,7 +463,7 @@
<orderedlist>
<listitem><para>
Successfully passing a script
(<filename>yocto-compat-layer.py</filename>) that
(<filename>yocto-check-layer</filename>) that
when run against your layer, tests it against
constraints based on experiences of how layers have
worked in the real world and where pitfalls have been
@@ -501,15 +501,14 @@
<para>
The remainder of this section presents information on the
registration form and on the
<filename>yocto-compat-layer.py</filename> script.
<filename>yocto-check-layer</filename> script.
</para>
<section id='yocto-project-compatibility-program-application'>
<title>Yocto Project Compatibility Program Application</title>
<section id='yocto-project-compatible-program-application'>
<title>Yocto Project Compatible Program Application</title>
<para>
Use the form to apply for your layer's compatibility
approval.
Use the form to apply for your layer's approval.
Upon successful application, you can use the Yocto
Project Compatibility Logo with your layer and the
application that uses your layer.
@@ -549,11 +548,11 @@
</para>
</section>
<section id='yocto-compat-layer-py-script'>
<title><filename>yocto-compat-layer.py</filename> Script</title>
<section id='yocto-check-layer-script'>
<title><filename>yocto-check-layer</filename> Script</title>
<para>
The <filename>yocto-compat-layer.py</filename> script
The <filename>yocto-check-layer</filename> script
provides you a way to assess how compatible your layer is
with the Yocto Project.
You should run this script prior to using the form to
@@ -577,7 +576,7 @@
your build directory:
<literallayout class='monospaced'>
$ source oe-init-build-env
$ yocto-compat-layer.py <replaceable>your_layer_directory</replaceable>
$ yocto-check-layer <replaceable>your_layer_directory</replaceable>
</literallayout>
Be sure to provide the actual directory for your layer
as part of the command.