summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9e4ca955db..5d973371fe 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -598,11 +598,19 @@
598 <filename>bitbake -e</filename>). 598 <filename>bitbake -e</filename>).
599 </para></listitem> 599 </para></listitem>
600 <listitem><para> 600 <listitem><para>
601 <filename>common.test_world</filename>:
602 Verifies that <filename>bitbake world</filename> works.
603 </para></listitem>
604 <listitem><para>
601 <filename>common.test_signatures</filename>: 605 <filename>common.test_signatures</filename>:
602 Tests to be sure that BSP and DISTRO layers do not 606 Tests to be sure that BSP and DISTRO layers do not
603 come with recipes that change signatures. 607 come with recipes that change signatures.
604 </para></listitem> 608 </para></listitem>
605 <listitem><para> 609 <listitem><para>
610 <filename>common.test_layerseries_compat</filename>:
611 Verifies layer compatibility is set properly.
612 </para></listitem>
613 <listitem><para>
606 <filename>bsp.test_bsp_defines_machines</filename>: 614 <filename>bsp.test_bsp_defines_machines</filename>:
607 Tests if a BSP layer has machine configurations. 615 Tests if a BSP layer has machine configurations.
608 </para></listitem> 616 </para></listitem>
@@ -612,11 +620,22 @@
612 machine when the layer is added. 620 machine when the layer is added.
613 </para></listitem> 621 </para></listitem>
614 <listitem><para> 622 <listitem><para>
623 <filename>bsp.test_machine_world</filename>:
624 Verifies that <filename>bitbake world</filename>
625 works regardless of which machine is selected.
626 </para></listitem>
627 <listitem><para>
628 <filename>bsp.test_machine_signatures</filename>:
629 Verifies that building for a particular machine
630 affects only the signature of tasks specific to that
631 machine.
632 </para></listitem>
633 <listitem><para>
615 <filename>distro.test_distro_defines_distros</filename>: 634 <filename>distro.test_distro_defines_distros</filename>:
616 Tests if a DISTRO layer has distro configurations. 635 Tests if a DISTRO layer has distro configurations.
617 </para></listitem> 636 </para></listitem>
618 <listitem><para> 637 <listitem><para>
619 <filename>distro.test_distro_no_set_distro</filename>: 638 <filename>distro.test_distro_no_set_distros</filename>:
620 Tests to ensure a DISTRO layer does not set the 639 Tests to ensure a DISTRO layer does not set the
621 distribution when the layer is added. 640 distribution when the layer is added.
622 </para></listitem> 641 </para></listitem>