diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-01 08:41:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | 0fc54213c235229d82af2a0acb516a14b02d106e (patch) | |
tree | 64bf066958bdadae23185d3f7277eb435758ff6e /documentation | |
parent | 6afc2f573730abf6fca9591c5620b735a997275d (diff) | |
download | poky-0fc54213c235229d82af2a0acb516a14b02d106e.tar.gz |
ref-manual: delete extraneous back quote
(From yocto-docs rev: 784d39fe28436302b4df7e1ea08582d4d2f664c6)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/structure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index b1201e4fb6..6bcb6359f2 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -279,7 +279,7 @@ file, it uses ``sed`` to substitute final | |||
279 | .. note:: | 279 | .. note:: |
280 | 280 | ||
281 | You can see how the ``TEMPLATECONF`` variable is used by looking at the | 281 | You can see how the ``TEMPLATECONF`` variable is used by looking at the |
282 | ``scripts/oe-setup-builddir``` script in the :term:`Source Directory`. | 282 | ``scripts/oe-setup-builddir`` script in the :term:`Source Directory`. |
283 | You can find the Yocto Project version of the ``local.conf.sample`` file in | 283 | You can find the Yocto Project version of the ``local.conf.sample`` file in |
284 | the ``meta-poky/conf`` directory. | 284 | the ``meta-poky/conf`` directory. |
285 | 285 | ||