From 8c9fb712268ee1bc6cbdb3f0415be01ede3af152 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 5 May 2015 07:03:42 -0700 Subject: ref-manual: Formatting fixes and tag fix. (From yocto-docs rev: d4dcfbb36c19e6aed62fc9c4a3bced3496cfbb8e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ea5b9d8506..27008c7a5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -874,7 +874,7 @@ build system. For example, a system with a dual core processor that also uses hyper-threading causes the - BB_NUMBER_THREADS variable to default + BB_NUMBER_THREADS variable to default to "4". @@ -4811,9 +4811,10 @@ do_compile task that specify parallel compilation. This variable usually takes the form of - -j 4, where the number - represents the maximum number of parallel threads - make can run. + "-j x", where + x represents the maximum + number of parallel threads make can + run. The options passed affect builds on all enabled machines on the network, which are machines running the @@ -8507,7 +8508,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PARALLEL_MAKE - PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." + PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j x, where x represents the maximum number of parallel threads make can run." @@ -8518,8 +8519,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" task in order to specify parallel compilation on the local build host. This variable is usually in the form "-j x", - where x represents the maximum number of parallel threads - make can run. + where x represents the maximum + number of parallel threads make can + run. -- cgit v1.2.3-54-g00ecf