From d9ce6c748c3a1dcfca658c01c7c335716b243a83 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Jun 2014 13:56:57 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 +++++-- 1 file 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 @@ 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.