summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-16 10:42:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commit09e9f81c34f1edf432ea217c1c12e99ff0ef4f44 (patch)
treef484fecad76c5f46afabec51238f130862386be8 /documentation/dev-manual
parent32651058c0ae2263a0684fcefe1a82504a9ac366 (diff)
downloadpoky-09e9f81c34f1edf432ea217c1c12e99ff0ef4f44.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml52
1 files changed, 0 insertions, 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 @@
836 manual. 836 manual.
837 For information about how to install these images, see the 837 For information about how to install these images, see the
838 documentation for your particular board or machine. 838 documentation for your particular board or machine.
839 <note><title>Build Notes</title>
840 <itemizedlist>
841 <listitem><para>
842 If you experience a build error due to resources
843 temporarily being unavailable and it appears you
844 should not be having this issue, it might be due
845 to the combination of a 4.3+ Linux kernel and
846 <filename>systemd</filename> version 228+
847 (i.e. see this
848 <ulink url='http://unix.stackexchange.com/questions/253903/creating-threads-fails-with-resource-temporarily-unavailable-with-4-3-kernel'>link</ulink>
849 for information).</para>
850
851 <para>To work around this issue, you can try either
852 of the following:
853 <itemizedlist>
854 <listitem><para>
855 Try the build again.
856 </para></listitem>
857 <listitem><para>
858 Modify the "DefaultTasksMax"
859 <filename>systemd</filename> parameter
860 by uncommenting it and setting it to
861 "infinity".
862 You can find this parameter in the
863 <filename>system.conf</filename> file
864 located in
865 <filename>/etc/systemd</filename>
866 on most systems.
867 </para></listitem>
868 </itemizedlist>
869 </para></listitem>
870 <listitem><para>
871 Building an image without GNU General Public
872 License Version 3 (GPLv3), or similarly licensed,
873 components is supported for only minimal and
874 base images.
875 See the
876 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>"
877 chapter in the Yocto Project Reference Manual
878 for more information.
879 </para></listitem>
880 <listitem><para>
881 When building an image using GPL components,
882 you need to maintain your original settings and
883 not switch back and forth applying different
884 versions of the GNU General Public License.
885 If you rebuild using different versions of GPL,
886 dependency errors might occur due to some components
887 not being rebuilt.
888 </para></listitem>
889 </itemizedlist>
890 </note>
891 </para></listitem> 839 </para></listitem>
892 </orderedlist> 840 </orderedlist>
893 </para> 841 </para>