diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-01-27 18:23:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:03:53 +0000 |
commit | 11be341aa2869874e8efcc842e495ed52ca9cc35 (patch) | |
tree | 47bab959caddaa43d9507fc135803fa5bd365b4d /meta/conf | |
parent | 3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c (diff) | |
download | poky-11be341aa2869874e8efcc842e495ed52ca9cc35.tar.gz |
documentation.conf: Update the help for BBMASK
Since it is now possible to concatenate multiple regular expressions
into BBMASK, there is no longer any real reason to limit it to be
specified only in local.conf.
(From OE-Core rev: 629043e3ec798543a31c3c2f9fa7ca5fa8248228)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index e09f7d8829..a74da7769a 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -91,7 +91,7 @@ BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build | |||
91 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." | 91 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." |
92 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." | 92 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." |
93 | BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." | 93 | BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." |
94 | BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." | 94 | BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files." |
95 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." | 95 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." |
96 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." | 96 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." |
97 | BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." | 97 | BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." |