summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index cc3f6b075c..5250e26be7 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -110,7 +110,7 @@
110<title>System Requirements</title> 110<title>System Requirements</title>
111 <para> 111 <para>
112 For general Yocto Project system requirements, see the 112 For general Yocto Project system requirements, see the
113 "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>What You Need and How You Get It</ulink>" section 113 "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>" section
114 in the Yocto Project Quick Start. 114 in the Yocto Project Quick Start.
115 The remainder of this section provides details on system requirements 115 The remainder of this section provides details on system requirements
116 not covered in the Yocto Project Quick Start. 116 not covered in the Yocto Project Quick Start.
@@ -212,6 +212,20 @@
212 <para> 212 <para>
213 The following list shows the required packages by function 213 The following list shows the required packages by function
214 given a supported Ubuntu or Debian Linux distribution: 214 given a supported Ubuntu or Debian Linux distribution:
215 <note>
216 If your build system has the
217 <filename>oss4-dev</filename> package installed, you
218 might experience QEMU build failures due to the package
219 installing its own custom
220 <filename>/usr/include/linux/soundcard.h</filename> on
221 the Debian system.
222 If you run into this situation, either of the following
223 solutions exist:
224 <literallayout class='monospaced'>
225 $ sudo apt-get build-dep qemu
226 $ sudo apt-get remove oss4-dev
227 </literallayout>
228 </note>
215 <itemizedlist> 229 <itemizedlist>
216 <listitem><para><emphasis>Essentials:</emphasis> 230 <listitem><para><emphasis>Essentials:</emphasis>
217 Packages needed to build an image on a headless 231 Packages needed to build an image on a headless