From 4b47d39d779fdc02a1f592d612ddb35512716fb8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jul 2018 15:28:52 -0700 Subject: 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: 1ca9f8dd90cccb4692c16d7757b80bfd50237495) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8784ebf1b4..9184c50776 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12175,13 +12175,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. -- cgit v1.2.3-54-g00ecf