From 701e9c3fe5e46ed15dc8cbab87b52d3c7c71bd8c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jul 2018 15:28:52 -0700 Subject: [PATCH] ref-manual: Updated the SDK_INHERIT_BLACKLIST variable description Added information on the class in which the default is set. Also, put in a reference for more information on customizing the extensible SDK configuration. (From yocto-docs rev: a0145996aeac1bb45fea9f613789b00327f92d1e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3eccc2ab810..8cf036dbd06 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12209,13 +12209,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" A list of classes to remove from the INHERIT value globally within the extensible SDK configuration. - The default value is "buildhistory icecc". + The + populate-sdk-ext + class sets the default value: + + SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" + Some classes are not generally applicable within - the extensible SDK context and you can use this variable - to disable them. + the extensible SDK context. + You can use this variable to disable those classes. + + + + For additional information on how to extend the + customize the extensible SDK's configuration, see the + "Configuring the Extensible SDK" + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual. -- 2.47.3