From c8fd49ab900d8f71d86f6045b655e26e0290ac9b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 9 Nov 2011 07:58:24 -0800 Subject: documentation/poky-ref-manual: Minor wording fixes Robert identified several wording issues. Fixes applied. (From yocto-docs rev: 9c1ed58a1ecdd620246970419ed58b53f95cf2ec) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/introduction.xml | 2 +- documentation/poky-ref-manual/usingpoky.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 52cb4d62db..492af718bc 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -89,7 +89,7 @@
System Requirements - For system Yocto Project system requirements, see the + For Yocto Project system requirements, see the What You Need and How You Get It section in the diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 7b24841ac0..70573ef045 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -16,7 +16,7 @@ The BitBake task executor together with various types of configuration files form the Yocto Project core. This section overviews the BitBake task executor and the - configuration files by describing what they are used for and they they interact. + configuration files by describing what they are used for and how they interact. @@ -29,7 +29,7 @@ information (e.g. how to build a Linux kernel). Configuration Data: Defines machine-specific settings, policy decisions, etc. - Configuration data acts a the glue to bind everything together. + Configuration data acts as the glue to bind everything together. For more information on data, see the @@ -164,7 +164,7 @@ The first thing you need to do is set up the Yocto Project build environment by sourcing the environment setup script as follows: - $ source oe-init-build-env [build_dir]; + $ source oe-init-build-env [build_dir] @@ -172,7 +172,7 @@ The build_dir is optional and specifies the directory Yocto Project uses for the build. If you do not specify a build directory it defaults to build - in the Yocto Project files directory structure. + in your current working directory. A common practice is to use a different build directory for different targets. For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target. @@ -310,7 +310,7 @@ You can view a list of tasks in a given package by running the listtasks task as follows: - $ bitbake matchbox-desktop -c + $ bitbake matchbox-desktop -c listtasks The results are in the file ${WORKDIR}/temp/log.do_listtasks. -- cgit v1.2.3-54-g00ecf