diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-01 09:35:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 23:38:51 +0100 |
commit | e48d5008ad25c686877ccd3223106d33aee6ba16 (patch) | |
tree | 7dfaba244c3fd7fb8b7ef48dd297dcb066678086 /documentation | |
parent | 04ca8b2862cf720159ba2c6672c64efa615f207e (diff) | |
download | poky-e48d5008ad25c686877ccd3223106d33aee6ba16.tar.gz |
documentation/adt-manual/adt-prepare.xml: added reference to dev manual.
I added a link to the getting setup section of the YP dev manual for
help on setting up the YP files.
(From yocto-docs rev: 13832465de69bc41ddcc5e5696e707be8a3b6c5a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index c2cf1721fa..609c334b0f 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -35,8 +35,13 @@ | |||
35 | For example, downloading and unpacking <filename>poky-edison-6.0.tar.bz2</filename> | 35 | For example, downloading and unpacking <filename>poky-edison-6.0.tar.bz2</filename> |
36 | results in a Yocto Project source tree whose Yocto Project source directory is named | 36 | results in a Yocto Project source tree whose Yocto Project source directory is named |
37 | <filename>poky-edison-6.0</filename>. | 37 | <filename>poky-edison-6.0</filename>. |
38 | If you create a Git repository, then you can name the repository anything you like. | 38 | If you create a Git repository, then you can name the repository anything you like.</para> |
39 | </para></listitem> | 39 | <para>You can find instruction on how to set up the Yocto Project files on your |
40 | host development system by reading the | ||
41 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'> | ||
42 | Getting Setup</ulink> section in | ||
43 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> | ||
44 | The Yocto Project Development Manual</ulink>.</para></listitem> | ||
40 | <listitem><para><emphasis>Yocto Project Build Tree:</emphasis> | 45 | <listitem><para><emphasis>Yocto Project Build Tree:</emphasis> |
41 | This term refers to the area where the Yocto Project builds images. | 46 | This term refers to the area where the Yocto Project builds images. |
42 | The area is created when you <filename>source</filename> the Yocto Project setup | 47 | The area is created when you <filename>source</filename> the Yocto Project setup |