diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index dc30659159..02635f4127 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -836,58 +836,6 @@ manual. For information about how to install these images, see the documentation for your particular board or machine. - Build Notes - - - If you experience a build error due to resources - temporarily being unavailable and it appears you - should not be having this issue, it might be due - to the combination of a 4.3+ Linux kernel and - systemd version 228+ - (i.e. see this - link - for information). - - To work around this issue, you can try either - of the following: - - - Try the build again. - - - Modify the "DefaultTasksMax" - systemd parameter - by uncommenting it and setting it to - "infinity". - You can find this parameter in the - system.conf file - located in - /etc/systemd - on most systems. - - - - - Building an image without GNU General Public - License Version 3 (GPLv3), or similarly licensed, - components is supported for only minimal and - base images. - See the - "Images" - chapter in the Yocto Project Reference Manual - for more information. - - - When building an image using GPL components, - you need to maintain your original settings and - not switch back and forth applying different - versions of the GNU General Public License. - If you rebuild using different versions of GPL, - dependency errors might occur due to some components - not being rebuilt. - - -