summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index f7345547c5..dcf0b95ae4 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -69,6 +69,39 @@
69 <literallayout class='monospaced'> 69 <literallayout class='monospaced'>
70 $ bitbake <replaceable>target</replaceable> 70 $ bitbake <replaceable>target</replaceable>
71 </literallayout> 71 </literallayout>
72 <note>
73 <para>
74 If you experience a build error due to resources
75 temporarily being unavailable and it appears you
76 should not be having this issue, it might be due
77 to the combination of a 4.3+ Linux kernel and
78 <filename>systemd</filename> version 228+
79 (i.e. see this
80 <ulink url='http://unix.stackexchange.com/questions/253903/creating-threads-fails-with-resource-temporarily-unavailable-with-4-3-kernel'>link</ulink>
81 for information).
82 </para>
83
84 <para>
85 To work around this issue, you can try either
86 of the following:
87 <itemizedlist>
88 <listitem><para>
89 Try the build again.
90 </para></listitem>
91 <listitem><para>
92 Modify the "DefaultTasksMax"
93 <filename>systemd</filename> parameter
94 by uncommenting it and setting it to
95 "infinity".
96 You can find this parameter in the
97 <filename>system.conf</filename> file
98 located in
99 <filename>/etc/systemd</filename>
100 on most systems.
101 </para></listitem>
102 </itemizedlist>
103 </para>
104 </note>
72 </para> 105 </para>
73 106
74 <para> 107 <para>