mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
ref-manual: Added links to new do_* sections.
With the creation of the new chapter that documents the 51 tasks defined by the OpenEmbedded build system, the remainder of the ref-manual had many first-instance occurrences of do_* task names that could be cross-referenced to the new sections. I have added these links. (From yocto-docs rev: 2ff39bd226a1d8f11924283bbaa3542a9d936ba3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f4d0722ce
commit
e867967d60
@@ -53,8 +53,9 @@
|
||||
go beyond simply controlling the installation of a package or packages.
|
||||
Sometimes a feature can influence how certain recipes are built.
|
||||
For example, a feature might determine whether a particular configure option
|
||||
is specified within <filename>do_configure</filename> for a particular
|
||||
recipe.
|
||||
is specified within the
|
||||
<link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
|
||||
task for a particular recipe.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -105,8 +106,9 @@
|
||||
and they can go beyond simply controlling the installation of a
|
||||
package or packages.
|
||||
In most cases, the presence or absence of a feature translates to
|
||||
the appropriate option supplied to the configure script during
|
||||
<filename>do_configure</filename> for the recipes that optionally
|
||||
the appropriate option supplied to the configure script during the
|
||||
<link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
|
||||
task for the recipes that optionally
|
||||
support the feature.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user