diff options
Diffstat (limited to 'documentation/transitioning-to-a-custom-environment.rst')
-rw-r--r-- | documentation/transitioning-to-a-custom-environment.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/transitioning-to-a-custom-environment.rst b/documentation/transitioning-to-a-custom-environment.rst index 8dfcda379a..160152b096 100644 --- a/documentation/transitioning-to-a-custom-environment.rst +++ b/documentation/transitioning-to-a-custom-environment.rst | |||
@@ -47,16 +47,16 @@ Transitioning to a custom environment for systems development | |||
47 | #. **Based on the layers you've chosen, make needed changes in your | 47 | #. **Based on the layers you've chosen, make needed changes in your |
48 | configuration**. | 48 | configuration**. |
49 | For instance, you've chosen a machine type and added in the corresponding BSP | 49 | For instance, you've chosen a machine type and added in the corresponding BSP |
50 | layer. You'll then need to change the value of the MACHINE variable in your | 50 | layer. You'll then need to change the value of the ``MACHINE`` variable in your |
51 | configuration file (build/local.conf) to point to that same machine | 51 | configuration file (build/local.conf) to point to that same machine |
52 | type. There could be other layer-specific settings you need to change as | 52 | type. There could be other layer-specific settings you need to change as |
53 | well. Each layer has a README document that you can look at for this type of | 53 | well. Each layer has a ``README`` document that you can look at for this type of |
54 | usage information. | 54 | usage information. |
55 | 55 | ||
56 | #. **Add a new layer for any custom recipes and metadata you create**. | 56 | #. **Add a new layer for any custom recipes and metadata you create**. |
57 | Use the "bitbake-layers create-layer" tool for Yocto Project 2.4+ | 57 | Use the ``bitbake-layers create-layer`` tool for Yocto Project 2.4+ |
58 | releases. If you are using a Yocto Project release earlier than 2.4, use the | 58 | releases. If you are using a Yocto Project release earlier than 2.4, use the |
59 | "yocto-layer create" tool. The "bitbake-layers" tool also provides a number | 59 | ``yocto-layer create`` tool. The ``bitbake-layers`` tool also provides a number |
60 | of other useful layer-related commands. See | 60 | of other useful layer-related commands. See |
61 | :ref:`dev-manual/dev-manual-common-tasks:creating a general layer using the | 61 | :ref:`dev-manual/dev-manual-common-tasks:creating a general layer using the |
62 | \`\`bitbake-layers\`\` script` section. | 62 | \`\`bitbake-layers\`\` script` section. |