summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:59:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commit89b546f636b246985a7fe1c09779809327b96079 (patch)
tree055ed2f1b2e2c67a87c14614de2da002ed4eebe0 /documentation/brief-yoctoprojectqs
parent177aee09fec494e8827a03cc98ba989f4acd459d (diff)
downloadpoky-89b546f636b246985a7fe1c09779809327b96079.tar.gz
sphinx: "highlight" some variables, tasks or files
(From yocto-docs rev: 41e379dc32e52cec652a7f89caf4c3fd96dd2dda) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
index 6eabf3b806..7e24b9e685 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
@@ -131,7 +131,7 @@ Move to the ``poky`` directory and take a look at the tags:
131 yocto_1.5_M5.rc8 131 yocto_1.5_M5.rc8
132 132
133For this example, check out the branch based on the 133For this example, check out the branch based on the
134&DISTRO_REL_TAG; release: 134``&DISTRO_REL_TAG;`` release:
135 135
136.. code-block:: shell 136.. code-block:: shell
137 137
@@ -139,8 +139,8 @@ For this example, check out the branch based on the
139 Switched to a new branch 'my-&DISTRO_REL_TAG;' 139 Switched to a new branch 'my-&DISTRO_REL_TAG;'
140 140
141The previous Git checkout command creates a local branch named 141The previous Git checkout command creates a local branch named
142my-&DISTRO_REL_TAG;. The files available to you in that branch exactly 142``my-&DISTRO_REL_TAG;``. The files available to you in that branch exactly
143match the repository's files in the "&DISTRO_NAME_NO_CAP;" development 143match the repository's files in the ``&DISTRO_NAME_NO_CAP;`` development
144branch at the time of the Yocto Project &DISTRO_REL_TAG; release. 144branch at the time of the Yocto Project &DISTRO_REL_TAG; release.
145 145
146For more options and information about accessing Yocto Project related 146For more options and information about accessing Yocto Project related
@@ -317,7 +317,7 @@ Follow these steps to add a hardware layer:
317#. **Change the Configuration to Build for a Specific Machine:** The 317#. **Change the Configuration to Build for a Specific Machine:** The
318 :term:`MACHINE` variable in the 318 :term:`MACHINE` variable in the
319 ``local.conf`` file specifies the machine for the build. For this 319 ``local.conf`` file specifies the machine for the build. For this
320 example, set the ``MACHINE`` variable to "cyclone5". These 320 example, set the ``MACHINE`` variable to ``cyclone5``. These
321 configurations are used: 321 configurations are used:
322 https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf. 322 https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf.
323 323
@@ -351,13 +351,13 @@ Follow these steps to add a hardware layer:
351 351
352Completing these steps has added the ``meta-altera`` layer to your Yocto 352Completing these steps has added the ``meta-altera`` layer to your Yocto
353Project development environment and configured it to build for the 353Project development environment and configured it to build for the
354"cyclone5" machine. 354``cyclone5`` machine.
355 355
356.. note:: 356.. note::
357 357
358 The previous steps are for demonstration purposes only. If you were 358 The previous steps are for demonstration purposes only. If you were
359 to attempt to build an image for the "cyclone5" machine, you should 359 to attempt to build an image for the ``cyclone5`` machine, you should
360 read the Altera README. 360 read the Altera ``README``.
361 361
362Creating Your Own General Layer 362Creating Your Own General Layer
363=============================== 363===============================