dev-manual: Removed "Build Notes" that had gone stale.

(From yocto-docs rev: 38e51c441619bf6b9761faeef8278b51997f93d3)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-01-16 10:42:03 -08:00
committed by Richard Purdie
parent 32651058c0
commit 09e9f81c34

View File

@@ -836,58 +836,6 @@
manual.
For information about how to install these images, see the
documentation for your particular board or machine.
<note><title>Build Notes</title>
<itemizedlist>
<listitem><para>
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
<filename>systemd</filename> version 228+
(i.e. see this
<ulink url='http://unix.stackexchange.com/questions/253903/creating-threads-fails-with-resource-temporarily-unavailable-with-4-3-kernel'>link</ulink>
for information).</para>
<para>To work around this issue, you can try either
of the following:
<itemizedlist>
<listitem><para>
Try the build again.
</para></listitem>
<listitem><para>
Modify the "DefaultTasksMax"
<filename>systemd</filename> parameter
by uncommenting it and setting it to
"infinity".
You can find this parameter in the
<filename>system.conf</filename> file
located in
<filename>/etc/systemd</filename>
on most systems.
</para></listitem>
</itemizedlist>
</para></listitem>
<listitem><para>
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
"<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>"
chapter in the Yocto Project Reference Manual
for more information.
</para></listitem>
<listitem><para>
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.
</para></listitem>
</itemizedlist>
</note>
</para></listitem>
</orderedlist>
</para>