summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index d25f763382..a2d59af721 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -289,6 +289,20 @@
289 <literallayout class='monospaced'> 289 <literallayout class='monospaced'>
290 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm 290 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
291 </literallayout> 291 </literallayout>
292 <note>
293 If your build system has the
294 <filename>oss4-dev</filename> package installed, you
295 might experience QEMU build failures due to the package
296 installing its own custom
297 <filename>/usr/include/linux/soundcard.h</filename> on
298 the Debian system.
299 If you run into this situation, either of the following
300 solutions exist:
301 <literallayout class='monospaced'>
302 $ sudo apt-get build-dep qemu
303 $ sudo apt-get remove oss4-dev
304 </literallayout>
305 </note>
292 </para> 306 </para>
293 </section> 307 </section>
294 308