mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
documentation: dev-manual - fixed some links to the source directory term.
(From yocto-docs rev: 807a9f0d216478877b84e6204d88461f623ba3f9) 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
4364f11ae3
commit
5627ac2b5f
@@ -14,7 +14,7 @@
|
|||||||
change the kernel configuration, and add a kernel source recipe.
|
change the kernel configuration, and add a kernel source recipe.
|
||||||
<note>
|
<note>
|
||||||
You can use the <filename>yocto-kernel</filename> script
|
You can use the <filename>yocto-kernel</filename> script
|
||||||
found in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
|
found in the <link linkend='source-directory'>Source Directory</link>
|
||||||
under <filename>scripts</filename> to manage kernel patches and configuration.
|
under <filename>scripts</filename> to manage kernel patches and configuration.
|
||||||
See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>"
|
See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>"
|
||||||
section in the Yocto Project Board Support Packages (BSP) Developer's Guide for
|
section in the Yocto Project Board Support Packages (BSP) Developer's Guide for
|
||||||
|
|||||||
@@ -110,7 +110,8 @@
|
|||||||
Directory</link> available on your host system.
|
Directory</link> available on your host system.
|
||||||
Having these files on your system gives you access to the build
|
Having these files on your system gives you access to the build
|
||||||
process and to the tools you need.
|
process and to the tools you need.
|
||||||
For information on how to set up the Source Directory, see the
|
For information on how to set up the
|
||||||
|
<link linkend='source-directory'>Source Directory</link>, see the
|
||||||
"<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem>
|
"<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem>
|
||||||
<listitem><para><emphasis>Establish the <filename>meta-intel</filename>
|
<listitem><para><emphasis>Establish the <filename>meta-intel</filename>
|
||||||
repository on your system</emphasis>: Having local copies of the
|
repository on your system</emphasis>: Having local copies of the
|
||||||
@@ -378,7 +379,9 @@
|
|||||||
</para>
|
</para>
|
||||||
The following figure shows the temporary file structure
|
The following figure shows the temporary file structure
|
||||||
created on your host system when the build occurs.
|
created on your host system when the build occurs.
|
||||||
This build directory contains all the source files used during the build.
|
This
|
||||||
|
<link linkend='build-directory'>Build Directory</link> contains all the
|
||||||
|
source files used during the build.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -1456,7 +1459,7 @@ directory.</para></listitem>
|
|||||||
to open a new recipe wizard.</para></listitem>
|
to open a new recipe wizard.</para></listitem>
|
||||||
<listitem><para>Point to your source by filling in the "SRC_URL" field.
|
<listitem><para>Point to your source by filling in the "SRC_URL" field.
|
||||||
For example, you can add a recipe to your
|
For example, you can add a recipe to your
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
|
<link linkend='source-directory'>Source Directory</link>
|
||||||
by defining "SRC_URL" as follows:
|
by defining "SRC_URL" as follows:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
|
ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user