From 46bd7cbdc51bf4cb66a2cda193b77cd80e73a77b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Sep 2011 09:46:54 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml: added BAD_RECOMMENDATIONS New variable for images that use the ipkg packaging system. These are packages you don't want to install even when the recipe calls for it. (From yocto-docs rev: 78d53b5da4bbd6889a34be8a1c795a5658cb6b1e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 7ebe165e10..65f52b43af 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -16,7 +16,7 @@ A - B + B C D E @@ -64,6 +64,14 @@ B + BAD_RECOMMENDATIONS + + A list of packages not to install despite being recommended by a recipe. + Support for this variable exists only for images that use the + ipkg packaging system. + + + BB_NUMBER_THREADS The maximum number of tasks BitBake should run in parallel at any one time. -- cgit v1.2.3-54-g00ecf