From 890ccd34b1cf4011c2d3464967944d549e567cf3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 09:14:12 -0700 Subject: bitbake: bitbake-user-manual: Updated "Conditional Metadata" section Added information about using lower-case characters and no underscore characters when using OVERRIDES. (Bitbake rev: 4397a023f8bf738913d71a38b3e06503207311e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 4683322763..6329cd6e45 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -379,6 +379,12 @@ You can use OVERRIDES to conditionally select a specific version of a variable and to conditionally append or prepend the value of a variable. + + Overrides can only use lower-case characters. + Additionally, underscores are not permitted in override names + as they are used to separate overrides from each other and + from the variable name. + Selecting a Variable: The OVERRIDES variable is -- cgit 1.2.3-korg