From 18e1e8d1e99b86219f4a6759fe7ca95fd0028861 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 10:33:12 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 16fbf96..d4072f1 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" This variable, which is set in the local.conf configuration file found in the conf folder of the - Source Directory, + Build Directory, specifies the package manager to use when packaging data. You can provide one or more arguments for the variable with the first 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" PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" For information on build performance effects as a result of the - package manager use, see - Packaging - package*.bbclass - in this manual. + package manager use, see the + "package.bbclass" + section. -- cgit v1.1