From 98d9b827599842bbc5326d6a72036c409459d3de Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Oct 2011 04:54:18 -0700 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: dyslexic statement fixed. I somehow had that having a host with multiple cores and threads could be used to increase the build time. It obviously should have been "decrease". Kudos to Bill Fishburn for finding this goof. (From yocto-docs rev: 8ca44aab26d4a48745dbd0cbaffa0fe9b28d7063) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index d304977b7d..daa1f0efb1 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -130,7 +130,7 @@ A host system running a supported Linux distribution (i.e. recent releases of Fedora, openSUSE, Debian, and Ubuntu). If the host system supports multiple cores and threads, you can configure the - Yocto Project build system to increase the time needed to build images + Yocto Project build system to decrease the time needed to build images significantly.