mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual, dev-manual: Applied feedback to edit several classes
Fixes [YOCTO #8298] Updated several classes with feedback from Jose Lamego of Intel. The feedback fixed some class groupings so that previously isolated classes could be bundled under common classes (e.g. autotools*.bbclass). I scrubbed the cross-references for cases where a particular class became "undocumented." The cross-references now point to the bundled class entry in the ref-manual. (From yocto-docs rev: 07a533cb41ad26d202f4e303f2dbc7d7bf26e076) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
359b7fb639
commit
2fe3809465
@@ -980,7 +980,7 @@
|
||||
<para>
|
||||
A new automated image testing framework has been added
|
||||
through the
|
||||
<link linkend='ref-classes-testimage'><filename>testimage*.bbclass</filename></link>
|
||||
<link linkend='ref-classes-testimage*'><filename>testimage.bbclass</filename></link>
|
||||
class.
|
||||
This framework replaces the older
|
||||
<filename>imagetest-qemu</filename> framework.
|
||||
@@ -1485,8 +1485,9 @@
|
||||
Recipes building Autotools-based
|
||||
software that fails to build with a separate build directory
|
||||
should be changed to inherit from the
|
||||
<link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link>
|
||||
class instead of the <filename>autotools</filename> class.
|
||||
<link linkend='ref-classes-autotools'><filename>autotools-brokensep</filename></link>
|
||||
class instead of the <filename>autotools</filename> or
|
||||
<filename>autotools_stage</filename>classes.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -1794,8 +1795,9 @@
|
||||
need to either patch the software so that it can build
|
||||
separately, or you will need to change the recipe to
|
||||
inherit the
|
||||
<link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link>
|
||||
class instead of the <filename>autotools</filename> class.
|
||||
<link linkend='ref-classes-autotools'><filename>autotools-brokensep</filename></link>
|
||||
class instead of the <filename>autotools</filename> or
|
||||
<filename>autotools_stage</filename> classes.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
The <filename>--foreign</filename> option is
|
||||
|
||||
Reference in New Issue
Block a user