From cae817e8337abdc3e69577894f68d926ee8806a4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Sep 2011 09:46:54 -0700 Subject: [PATCH] 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(-) 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.