diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 10:33:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:34 +0000 |
commit | 18e1e8d1e99b86219f4a6759fe7ca95fd0028861 (patch) | |
tree | 21c04fd30f6a0f81d7c3ead9cd8c566d06100f94 /documentation | |
parent | b330c97b84222c316063a6c520d4f9968c67c995 (diff) | |
download | poky-18e1e8d1e99b86219f4a6759fe7ca95fd0028861.tar.gz |
ref-manual: Edits to PACKAGE_CLASSES variable.
I discovered some issues with this description. Should be
referencing the Build Directory for where the local.conf file
is and not the Source Directory. Also, the link to the
package.bbclass section was mis-titled.
(From yocto-docs rev: 38daa12eae5303a70cf210f8669e416b161b38bc)
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/ref-manual/ref-variables.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 16fbf96213..d4072f1b8d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4342,7 +4342,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4342 | <glossdef> | 4342 | <glossdef> |
4343 | <para>This variable, which is set in the <filename>local.conf</filename> configuration | 4343 | <para>This variable, which is set in the <filename>local.conf</filename> configuration |
4344 | file found in the <filename>conf</filename> folder of the | 4344 | file found in the <filename>conf</filename> folder of the |
4345 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | 4345 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, |
4346 | specifies the package manager to use when packaging data. | 4346 | specifies the package manager to use when packaging data. |
4347 | You can provide one or more arguments for the variable with the first | 4347 | You can provide one or more arguments for the variable with the first |
4348 | argument being the package manager used to create images: | 4348 | argument being the package manager used to create images: |
@@ -4350,9 +4350,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4350 | PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" | 4350 | PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" |
4351 | </literallayout> | 4351 | </literallayout> |
4352 | For information on build performance effects as a result of the | 4352 | For information on build performance effects as a result of the |
4353 | package manager use, see | 4353 | package manager use, see the |
4354 | <link linkend='ref-classes-package'>Packaging - <filename>package*.bbclass</filename></link> | 4354 | "<link linkend='ref-classes-package'><filename>package.bbclass</filename></link>" |
4355 | in this manual. | 4355 | section. |
4356 | </para> | 4356 | </para> |
4357 | </glossdef> | 4357 | </glossdef> |
4358 | </glossentry> | 4358 | </glossentry> |