diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-17 14:14:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 12:43:51 +0100 |
commit | 14554f8d2ed36589c1823a315b2e3bca04c882b3 (patch) | |
tree | f567a2b10d89f7cc7c1050f55c3ef0b30d6a9b0c /documentation/adt-manual | |
parent | bd456271e4a26dbbc24b2d1be7bafc43f9d25df9 (diff) | |
download | poky-14554f8d2ed36589c1823a315b2e3bca04c882b3.tar.gz |
documentation/adt-manual/adt-package.xml: Edits to packaging chapter
Some minor edits to create some links to some terms used.
(From yocto-docs rev: 1559b8caca07cce8630de9ddf8c84f0b24fa35e7)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-package.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 0da301b123..c55c10d1cd 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml | |||
@@ -45,7 +45,8 @@ | |||
45 | 45 | ||
46 | <para> | 46 | <para> |
47 | Whichever PMS you are using, you need to be sure that the | 47 | Whichever PMS you are using, you need to be sure that the |
48 | <filename>PACKAGE_CLASSES</filename> variable in the <filename>conf/local.conf</filename> | 48 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink> |
49 | variable in the <filename>conf/local.conf</filename> | ||
49 | file is set to reflect that system. | 50 | file is set to reflect that system. |
50 | The first value you choose for the variable specifies the package file format for the root | 51 | The first value you choose for the variable specifies the package file format for the root |
51 | filesystem at sysroot. | 52 | filesystem at sysroot. |
@@ -55,7 +56,8 @@ | |||
55 | 56 | ||
56 | <note> | 57 | <note> |
57 | For build performance information related to the PMS, see | 58 | For build performance information related to the PMS, see |
58 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink> in The Yocto Project Reference Manual. | 59 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink> |
60 | in the Yocto Project Reference Manual. | ||
59 | </note> | 61 | </note> |
60 | 62 | ||
61 | <para> | 63 | <para> |
@@ -75,7 +77,8 @@ | |||
75 | </para> | 77 | </para> |
76 | 78 | ||
77 | <para> | 79 | <para> |
78 | Next, source the environment setup script found in the source directory. | 80 | Next, source the environment setup script found in the |
81 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. | ||
79 | Follow that by setting up the installation destination to point to your | 82 | Follow that by setting up the installation destination to point to your |
80 | sysroot as <filename><sysroot_dir></filename>. | 83 | sysroot as <filename><sysroot_dir></filename>. |
81 | Finally, have an OPKG configuration file <filename><conf_file></filename> | 84 | Finally, have an OPKG configuration file <filename><conf_file></filename> |