diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-30 11:05:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
commit | aeb59935e91f02454cfe453d5bef77ac05e46542 (patch) | |
tree | 0354abf2df9ae979f78bc018a9c600efe06f0b2a /documentation/ref-manual/variables.rst | |
parent | 9df4fd6d39820ea4eb13ba6ee7477745001ef53c (diff) | |
download | poky-aeb59935e91f02454cfe453d5bef77ac05e46542.tar.gz |
manuals: fix suspicious newlines
- That could originate from documentation migration issues
- Checked that the corresponding links still exist
(From yocto-docs rev: 38bae8f6067bc12f3617ed38587737d22dd7b32c)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6a9fed0c68..19f5e34c58 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -768,9 +768,7 @@ system and gives an overview of their function and contents. | |||
768 | .. note:: | 768 | .. note:: |
769 | 769 | ||
770 | If you run BitBake from a directory outside of the | 770 | If you run BitBake from a directory outside of the |
771 | Build Directory | 771 | :term:`Build Directory`, you must be sure to set ``BBPATH`` |
772 | , you must be sure to set | ||
773 | BBPATH | ||
774 | to point to the Build Directory. Set the variable as you would any | 772 | to point to the Build Directory. Set the variable as you would any |
775 | environment variable and then run BitBake: | 773 | environment variable and then run BitBake: |
776 | :: | 774 | :: |