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