diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-04 13:56:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:44 +0100 |
commit | d9ce6c748c3a1dcfca658c01c7c335716b243a83 (patch) | |
tree | 436638bca506896177fab4124981187e9f7a8ce2 /documentation/dev-manual | |
parent | 65cf76cc1c3fde42104249cccb197f079df45aec (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
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 @@ | |||
2510 | </literallayout> | 2510 | </literallayout> |
2511 | Ensuring that the package architecture is correct is | 2511 | Ensuring that the package architecture is correct is |
2512 | not critical while you are doing the first few builds | 2512 | not critical while you are doing the first few builds |
2513 | of your recipe, but it is important in order to | 2513 | of your recipe. |
2514 | However, it is important in order to | ||
2514 | to ensure that your recipe rebuilds (or does not | 2515 | to ensure that your recipe rebuilds (or does not |
2515 | rebuild) appropriately in response to changes in | 2516 | rebuild) appropriately in response to changes in |
2516 | configuration, and to ensure that you get the | 2517 | configuration, and to ensure that you get the |
2517 | appropriate packages installed on the target machine. | 2518 | appropriate packages installed on the target machine, |
2519 | particularly if you run separate builds for more | ||
2520 | than one target machine. | ||
2518 | </para></listitem> | 2521 | </para></listitem> |
2519 | </itemizedlist> | 2522 | </itemizedlist> |
2520 | </para> | 2523 | </para> |