summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commit2cd13e03d61a5345339e836ce2262b0f53baa882 (patch)
tree24c6905e1754fc2bfac58602d85348b9852bac7b /documentation/ref-manual
parent524772849ce67e3f7556e8ae84598e281b9cd1e1 (diff)
downloadpoky-2cd13e03d61a5345339e836ce2262b0f53baa882.tar.gz
ref-manual: replace labels with references to section title
(From yocto-docs rev: cc28ef86d557b2fc0ca3d682a2db2455049c8a2f) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/faq.rst4
-rw-r--r--documentation/ref-manual/ref-devtool-reference.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index 8c2b34be5f..576863eec6 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -207,7 +207,7 @@ section in the Yocto Project Development Tasks Manual.
207**Q:** How do I disable the cursor on my touchscreen device? 207**Q:** How do I disable the cursor on my touchscreen device?
208 208
209**A:** You need to create a form factor file as described in the 209**A:** You need to create a form factor file as described in the
210":ref:`bsp-filelayout-misc-recipes`" section in 210":ref:`bsp-guide/bsp:miscellaneous bsp-specific recipe files`" section in
211the Yocto Project Board Support Packages (BSP) Developer's Guide. Set 211the Yocto Project Board Support Packages (BSP) Developer's Guide. Set
212the ``HAVE_TOUCHSCREEN`` variable equal to one as follows: 212the ``HAVE_TOUCHSCREEN`` variable equal to one as follows:
213:: 213::
@@ -220,7 +220,7 @@ default?
220**A:** The default interfaces file provided by the netbase recipe does 220**A:** The default interfaces file provided by the netbase recipe does
221not automatically bring up network interfaces. Therefore, you will need 221not automatically bring up network interfaces. Therefore, you will need
222to add a BSP-specific netbase that includes an interfaces file. See the 222to add a BSP-specific netbase that includes an interfaces file. See the
223":ref:`bsp-filelayout-misc-recipes`" section in 223":ref:`bsp-guide/bsp:miscellaneous bsp-specific recipe files`" section in
224the Yocto Project Board Support Packages (BSP) Developer's Guide for 224the Yocto Project Board Support Packages (BSP) Developer's Guide for
225information on creating these types of miscellaneous recipe files. 225information on creating these types of miscellaneous recipe files.
226 226
diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst
index 9b9ddf53f5..ad8889ed25 100644
--- a/documentation/ref-manual/ref-devtool-reference.rst
+++ b/documentation/ref-manual/ref-devtool-reference.rst
@@ -438,7 +438,7 @@ revision to which you want to upgrade (i.e. the
438forth. 438forth.
439 439
440You can read more on the ``devtool upgrade`` workflow in the 440You can read more on the ``devtool upgrade`` workflow in the
441":ref:`sdk-devtool-use-devtool-upgrade-to-create-a-version-of-the-recipe-that-supports-a-newer-version-of-the-software`" 441":ref:`sdk-manual/sdk-extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
442section in the Yocto Project Application Development and the Extensible 442section in the Yocto Project Application Development and the Extensible
443Software Development Kit (eSDK) manual. You can also see an example of 443Software Development Kit (eSDK) manual. You can also see an example of
444how to use ``devtool upgrade`` in the ":ref:`gs-using-devtool-upgrade`" 444how to use ``devtool upgrade`` in the ":ref:`gs-using-devtool-upgrade`"