From 09e9f81c34f1edf432ea217c1c12e99ff0ef4f44 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Jan 2018 10:42:03 -0800 Subject: [PATCH] dev-manual: Removed "Build Notes" that had gone stale. (From yocto-docs rev: 38e51c441619bf6b9761faeef8278b51997f93d3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 52 ------------------- 1 file changed, 52 deletions(-) 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. - - -