summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-03-30 11:05:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-06 22:29:49 +0100
commitaeb59935e91f02454cfe453d5bef77ac05e46542 (patch)
tree0354abf2df9ae979f78bc018a9c600efe06f0b2a /documentation/ref-manual
parent9df4fd6d39820ea4eb13ba6ee7477745001ef53c (diff)
downloadpoky-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')
-rw-r--r--documentation/ref-manual/variables.rst4
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 ::