aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 07:00:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:09:17 +0000
commit27848725316ddae619c1b86f8adc0bfecfadf413 (patch)
tree24379dcd732a1793e6a0d866fe82b7d480e8c5a2 /doc
parent5b8249acabad3eeedcf564590e6ab71588aec89c (diff)
downloadbitbake-contrib-27848725316ddae619c1b86f8adc0bfecfadf413.tar.gz
bitbake-user-manual: Removed errant writer note line.
Removed a note to myself in the BB_ORIGENV example. Reported-by: Paul Eggleton <paul.eggleton@intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 0dd543bcc..0dafb0325 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1140,8 +1140,6 @@
<filename>DISPLAY</filename> variable.
Here is an example:
<literallayout class='monospaced'>
- BB_ORIGENV - add example?
-
origenv = d.getVar("BB_ORIGENV", False)
bar = origenv.getVar("BAR", False)
</literallayout>