summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:35 +0100
commitb1dfafa399a4049eafa951e4763d0f1e221c814d (patch)
treebc311e78a8aa3e9ecf07a0907768af9f6bd989d7 /documentation
parenta007f1afabf7f77653a8272bf67cb2d9d7171047 (diff)
downloadpoky-b1dfafa399a4049eafa951e4763d0f1e221c814d.tar.gz
sphinx: brief-yoctoprojectqs: add note on branch consistency between layers
(From yocto-docs rev: c00d387068e914290efdc9c5e7fcef5b38ce6e86) 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')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
index 40f9587f33..08d49d1e24 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
@@ -308,6 +308,12 @@ Follow these steps to add a hardware layer:
308 host as ``meta-altera`` and contains all the metadata needed to 308 host as ``meta-altera`` and contains all the metadata needed to
309 support hardware from Altera, which is owned by Intel. 309 support hardware from Altera, which is owned by Intel.
310 310
311 .. note::
312
313 It is recommended for layers to have a branch per Yocto Project release.
314 Please make sure to checkout the layer branch supporting the Yocto Project
315 release you're using.
316
311#. **Change the Configuration to Build for a Specific Machine:** The 317#. **Change the Configuration to Build for a Specific Machine:** The
312 :term:`MACHINE` variable in the 318 :term:`MACHINE` variable in the
313 ``local.conf`` file specifies the machine for the build. For this 319 ``local.conf`` file specifies the machine for the build. For this