diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-04 16:22:51 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 17:17:43 +0000 |
commit | bbf2a5d35f0f3ccfc70222621b4b824ba66a35ec (patch) | |
tree | da20dbfe87912187b736666d37bfcadf51d8aca5 | |
parent | 7054882c661bc21e5e3de49f1dcb418d34f47a83 (diff) | |
download | poky-bbf2a5d35f0f3ccfc70222621b4b824ba66a35ec.tar.gz |
conf/documentation.conf: remove BBLAYERS_NON_REMOVABLE
Hob was the only thing paying attention to this, and now Hob itself has
been removed we can remove this as well.
(From OE-Core rev: 270830fcfebf2fa1304a0dd15b218c24080b742e)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/documentation.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 00a69da076..4234d75fd2 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -90,7 +90,6 @@ BBFILES[doc] = "List of recipe files used by BitBake to build software." | |||
90 | BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." | 90 | BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." |
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." | ||
94 | BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files." | 93 | 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." | 94 | 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." | 95 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." |