From 0281e0eaae4abec8c5cce9d2bcc5264b8b9034f1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 4 Jan 2011 04:01:56 +0000 Subject: class_image: fix typos Signed-off-by: Bernhard Reutner-Fischer Acked-by: Roman I Khimov Signed-off-by: Khem Raj --- docs/usermanual/reference/class_image.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/reference/class_image.xml b/docs/usermanual/reference/class_image.xml index 227f7e1cd0..a6e6b472cd 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. -- cgit 1.2.3-korg