From 794693481102f88318bd11be109390ba0b44dcd8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Aug 2011 07:42:38 -0700 Subject: documentation/adt-manual/adt-package.xml: Minor edits (From yocto-docs rev: f035bf540c07b98d88dbf134b4a4706887754e32) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-package.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 9f982d13ad..77c5d96462 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -4,9 +4,9 @@ Optionally Customizing the Development Packages Installation - Because the Yocto Project is suited for embedded Linux development it is + Because the Yocto Project is suited for embedded Linux development, it is likely that you will need to customize your development packages installation. - For example, if you are developing a minimal image then you might not need + For example, if you are developing a minimal image, then you might not need certain packages (e.g. graphics support packages). Thus, you would like to be able to remove those packages from your target sysroot. @@ -40,7 +40,7 @@
Configuring the PMS - Whichever PMS you are using you need to be sure that the + Whichever PMS you are using, you need to be sure that the PACKAGE_CLASSES variable in the conf/local.conf file is set to reflect that system. The first value you choose for the variable specifies the package file format for the root @@ -53,8 +53,9 @@ the libglade package to the target sysroot. - First, you should generate the ipk file for the libglade package and add it - into a working opkg repository. + First, you should generate the ipk file for the + libglade package and add it + into a working opkg repository. Use these commands: $ bitbake libglade @@ -62,11 +63,11 @@ - Next, source the environment setup script found in the Yocto Project source directory. + Next, source the environment setup script found in the Yocto Project files. Follow that by setting up the installation destination to point to your sysroot as <sysroot_dir>. - Finally, have an opkg configuration file <conf_file> - that corresponds to the opkg repository you have just created. + Finally, have an opkg configuration file <conf_file> + that corresponds to the opkg repository you have just created. The following command forms should now work: $ opkg-cl –f <conf_file> -o <sysroot-dir> update -- cgit v1.2.3-54-g00ecf