aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-04 13:56:57 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:44 +0100
commitd9ce6c748c3a1dcfca658c01c7c335716b243a83 (patch)
tree436638bca506896177fab4124981187e9f7a8ce2 /documentation/dev-manual/dev-manual-common-tasks.xml
parent65cf76cc1c3fde42104249cccb197f079df45aec (diff)
downloadopenembedded-core-contrib-d9ce6c748c3a1dcfca658c01c7c335716b243a83.tar.gz
dev-manual: Edit to "Package Archtiture" section.
Added a bit more to the ending of the sentence to qualify its meaning. (From yocto-docs rev: 40b309a43d948d5800cfe908e72f6202c095a166) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 44fb9ff63a..0c66a7c232 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2510,11 +2510,14 @@
</literallayout>
Ensuring that the package architecture is correct is
not critical while you are doing the first few builds
- of your recipe, but it is important in order to
+ of your recipe.
+ However, it is important in order to
to ensure that your recipe rebuilds (or does not
rebuild) appropriately in response to changes in
configuration, and to ensure that you get the
- appropriate packages installed on the target machine.
+ appropriate packages installed on the target machine,
+ particularly if you run separate builds for more
+ than one target machine.
</para></listitem>
</itemizedlist>
</para>