]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake-user-manual: Removed errant writer note line.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 10 Feb 2015 15:00:00 +0000 (07:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Feb 2015 23:09:17 +0000 (23:09 +0000)
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>
doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index 0dd543bcc0f2afbc278b375dba1053967f66475d..0dafb032505ee92fc87af101a377197c75b19aa5 100644 (file)
                 <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>