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
<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
<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.
</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
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.