diff options
-rw-r--r-- | documentation/ref-manual/faq.rst | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-devtool-reference.rst | 2 |
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 |
211 | the Yocto Project Board Support Packages (BSP) Developer's Guide. Set | 211 | the Yocto Project Board Support Packages (BSP) Developer's Guide. Set |
212 | the ``HAVE_TOUCHSCREEN`` variable equal to one as follows: | 212 | the ``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 |
221 | not automatically bring up network interfaces. Therefore, you will need | 221 | not automatically bring up network interfaces. Therefore, you will need |
222 | to add a BSP-specific netbase that includes an interfaces file. See the | 222 | to 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 |
224 | the Yocto Project Board Support Packages (BSP) Developer's Guide for | 224 | the Yocto Project Board Support Packages (BSP) Developer's Guide for |
225 | information on creating these types of miscellaneous recipe files. | 225 | information 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 | |||
438 | forth. | 438 | forth. |
439 | 439 | ||
440 | You can read more on the ``devtool upgrade`` workflow in the | 440 | You 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`" |
442 | section in the Yocto Project Application Development and the Extensible | 442 | section in the Yocto Project Application Development and the Extensible |
443 | Software Development Kit (eSDK) manual. You can also see an example of | 443 | Software Development Kit (eSDK) manual. You can also see an example of |
444 | how to use ``devtool upgrade`` in the ":ref:`gs-using-devtool-upgrade`" | 444 | how to use ``devtool upgrade`` in the ":ref:`gs-using-devtool-upgrade`" |