diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-10 07:00:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-10 23:09:32 +0000 |
commit | 231d4a9d3d89af4b1b5f6ea439c630e4cac82079 (patch) | |
tree | 87842cfc8883c5fc9f01f8b65034e008aa247444 | |
parent | 9f562f8844fa4546573bdcf073a1fec3b3e8d09c (diff) | |
download | poky-231d4a9d3d89af4b1b5f6ea439c630e4cac82079.tar.gz |
bitbake: 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>
(Bitbake rev: 27848725316ddae619c1b86f8adc0bfecfadf413)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
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 0dd543bcc0..0dafb03250 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -1140,8 +1140,6 @@ | |||
1140 | <filename>DISPLAY</filename> variable. | 1140 | <filename>DISPLAY</filename> variable. |
1141 | Here is an example: | 1141 | Here is an example: |
1142 | <literallayout class='monospaced'> | 1142 | <literallayout class='monospaced'> |
1143 | BB_ORIGENV - add example? | ||
1144 | |||
1145 | origenv = d.getVar("BB_ORIGENV", False) | 1143 | origenv = d.getVar("BB_ORIGENV", False) |
1146 | bar = origenv.getVar("BAR", False) | 1144 | bar = origenv.getVar("BAR", False) |
1147 | </literallayout> | 1145 | </literallayout> |