From 3fa0f9d3eef6c11bdb3b8f5c48d39112029d33ef Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Sep 2016 11:58:36 -0700 Subject: ref-manual: Updated the DISTROOVERRIDES variable description. Fixes [YOCTO #10176] Provided a more complete description of this variable. (From yocto-docs rev: 164bf11250c965aadd1ee1573267aa31daa8a4e8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7dafb313b5..17203fe68e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3423,20 +3423,28 @@ DISTROOVERRIDES - DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." + DISTROOVERRIDES[doc] = "A colon-separated list of overrides specific to the current distribution." - This variable lists overrides specific to the current - distribution. - By default, the variable list includes the value of the - DISTRO - variable. - You can extend the variable to apply any variable overrides - you want as part of the distribution and are not - already in OVERRIDES through - some other means. + A colon-separated list of overrides specific to the + current distribution. + By default, this list includes the value of + DISTRO. + + + + You can extend DISTROOVERRIDES + to add extra overrides that should apply to + the distribution. + + + + The underlying mechanism behind + DISTROOVERRIDES is simply that it + is included in the default value of + OVERRIDES. -- cgit v1.2.3-54-g00ecf