From 443846088af9b5df87c7d150f15117647ce8f212 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 11 Mar 2016 09:07:28 -0800 Subject: ref-manual: Applied review edits to several SDK variables. (From yocto-docs rev: 3d198bc298e6c88ba229f10b96a8e5faf0727897) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8284c73868..9d62f963f0 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2465,7 +2465,7 @@ - Copying these files is needed because + Being able to list explicit files is needed because COREBASE typically contains build directories and other files that should not normally be copied into the extensible SDK. @@ -10726,13 +10726,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_EXT_TYPE - SDK_EXT_TYPE[doc] = "Specifies the required shared state artifacts for the extensible SDK." + SDK_EXT_TYPE[doc] = "Controls whether or not shared state artifacts are copied into the extensible SDK." - Specifies the required shared state artifacts for the - extensible SDK. + Controls whether or not shared state artifacts are copied + into the extensible SDK. The default value of "full" copies all of the required shared state artifacts into the extensible SDK. The value "minimal" leaves these artifacts out of the @@ -10829,13 +10829,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_LOCAL_CONF_BLACKLIST - SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables allowed through from the build system configuration into the extensible SDK configuration." + SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables not allowed through from the build system configuration into the extensible SDK configuration." - A list of variables allowed through from the build system - configuration into the extensible SDK configuration. + A list of variables not allowed through from the build + system configuration into the extensible SDK configuration. Usually, these are variables that are specific to the machine on which the build system is running and thus would be potentially problematic within the extensible SDK. @@ -11002,19 +11002,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" A list of shared state tasks added to the extensible SDK. - The default value is "" and adds the following tasks to - the SDK: + By default, the following tasks are added: do_populate_lic do_package_qa do_populate_sysroot do_deploy - If you are defining additional tasks that are needed in + Despite the default value of "" for the + SDK_RECRDEP_TASKS variable, the + above four tasks are always added to the SDK. + To specify tasks beyond these four, you need to use + the SDK_RECRDEP_TASKS variable (e.g. + you are defining additional tasks that are needed in order to build - SDK_TARGETS, - use the SDK_RECRDEP_TASKS variable to - specify them. + SDK_TARGETS). -- cgit v1.2.3-54-g00ecf