From patchwork Mon Jan 3 20:01:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/12] class_image: fix typos Date: Mon, 03 Jan 2011 20:01:56 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 157 Message-Id: <1294084926-3115-2-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Bernhard Reutner-Fischer Acked-by: Roman I Khimov --- docs/usermanual/reference/class_image.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/usermanual/reference/class_image.xml b/docs/usermanual/reference/class_image.xml index 227f7e1..a6e6b47 100644 --- a/docs/usermanual/reference/class_image.xml +++ b/docs/usermanual/reference/class_image.xml @@ -18,7 +18,7 @@ Inherits the rootfs class for the appropriate package type, typically , in order to bring in the functionality required to generate a root filesystem image. The root - filesystem image is generate from a set of of packages (typically .ipkg + filesystem image is generated from a set of of packages (typically .ipkg packages), and then the required images are generated using the contents of the root filesystem; @@ -26,7 +26,7 @@ Sets BUILD_ALL_DEPS = "1" to force the dependency system to build all packages that are listed in the - RDEPENDS and/or RRECOMENDS of the + RDEPENDS and/or RRECOMMENDS of the packages to be installed; @@ -126,7 +126,7 @@ Specifies the file that lists the device nodes that should be - created in the /dev directory of the image. This + created in the /dev directory of the image. This needs to be an absolute filename and so should be specified relative to ${BBPATH}. Only a single device table is supported. Use IMAGE_DEVICE_TABLES instead if you @@ -217,8 +217,8 @@ The IMAGE_PREPROCESS_COMMAND and IMAGE_POSTPROCESS_COMMAND variables will be processed - within the same instance as the rest of the - rest of this class. + within the same instance as the rest of + this class.
@@ -292,12 +292,12 @@ IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt files/device_table_add-sci "Package feed", or feed for short, is a term used by ipkg package manager, commonly used in embedded systems, to name a package repository - holding packages. Structurally, a feed is a directory - local, or on HTTP of FTP server, - + holding packages. Structurally, a feed is a directory - local, or on HTTP or FTP server, - holding packages and package descriptor file, named Packages or Packages.gz if compressed. Multiple feeds are supported. OpenEmbedded has support to pre-configure feeds within generated images, - so once image is installed on a device, user can immediately install new software, + so once an image is installed on a device, the user can immediately install new software, without the need to manually edit config files. There are several ways to pre-configure feed support, described below.