diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 6 |
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 |