dev-manual: add missing check to yocto-check-layer section

Add explanation of missing checks performed by yocto-check-layer, and
fix one typo.

(From yocto-docs rev: 231bb92fa4a9c044894f845b8d6d0b9498abfc49)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
rpjday@crashcourse.ca
2020-03-29 08:11:40 -04:00
committed by Richard Purdie
parent 5f6e055dc8
commit 63efaa94c1

View File

@@ -597,11 +597,19 @@
is in order without errors (i.e.
<filename>bitbake -e</filename>).
</para></listitem>
<listitem><para>
<filename>common.test_world</filename>:
Verifies that <filename>bitbake world</filename> works.
</para></listitem>
<listitem><para>
<filename>common.test_signatures</filename>:
Tests to be sure that BSP and DISTRO layers do not
come with recipes that change signatures.
</para></listitem>
<listitem><para>
<filename>common.test_layerseries_compat</filename>:
Verifies layer compatibility is set properly.
</para></listitem>
<listitem><para>
<filename>bsp.test_bsp_defines_machines</filename>:
Tests if a BSP layer has machine configurations.
@@ -611,12 +619,23 @@
Tests to ensure a BSP layer does not set the
machine when the layer is added.
</para></listitem>
<listitem><para>
<filename>bsp.test_machine_world</filename>:
Verifies that <filename>bitbake world</filename>
works regardless of which machine is selected.
</para></listitem>
<listitem><para>
<filename>bsp.test_machine_signatures</filename>:
Verifies that building for a particular machine
affects only the signature of tasks specific to that
machine.
</para></listitem>
<listitem><para>
<filename>distro.test_distro_defines_distros</filename>:
Tests if a DISTRO layer has distro configurations.
</para></listitem>
<listitem><para>
<filename>distro.test_distro_no_set_distro</filename>:
<filename>distro.test_distro_no_set_distros</filename>:
Tests to ensure a DISTRO layer does not set the
distribution when the layer is added.
</para></listitem>