From a8d5d06964b120f69b72625d88223924bcb55854 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Sep 2013 10:27:14 -0700 Subject: [PATCH] ref-manual: Added new PARALLEL_MAKEINST variable description. (From yocto-docs rev: f2fef55151a841a0c05a78d7444fa1634edbf593) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1f49351f6e..b04b4ed474 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3772,6 +3772,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PARALLEL_MAKEINST + + + Extra options passed to the + make install command during the + do_install task in order to specify + parallel installation. + This variable defaults to the value of + PARALLEL_MAKE. + + Individual recipes might clear out this variable if + the software being built has problems running its + make install process in parallel. + + + + + + + + +PARALLEL_MAKEINST with the description ". + + + + + PATCHRESOLVE