[oe-commits] [bitbake] 01/02: bitbake-user-manual: Updated "Conditional Metadata" section

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:21:26 UTC 2016


rpurdie pushed a commit to branch 1.30
in repository bitbake.

commit 4397a023f8bf738913d71a38b3e06503207311e2
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Fri Apr 15 09:14:12 2016 -0700

    bitbake-user-manual: Updated "Conditional Metadata" section
    
    Added information about using lower-case characters and no
    underscore characters when using OVERRIDES.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 4683322..6329cd6 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -379,6 +379,12 @@
                 You can use <filename>OVERRIDES</filename> to conditionally select
                 a specific version of a variable and to conditionally
                 append or prepend the value of a variable.
+                <note>
+                    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.
+                </note>
                 <itemizedlist>
                     <listitem><para><emphasis>Selecting a Variable:</emphasis>
                         The <filename>OVERRIDES</filename> variable is

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list