summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-06 06:06:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 11:08:34 +0000
commit2a5344e47209196ba712aff6f5df20d8fc3939f1 (patch)
tree405561148b661a76163a21ffa4631b813b092fc7 /documentation
parentdae9b5fb79f9e1261a631295287a9838e62ce12b (diff)
downloadpoky-2a5344e47209196ba712aff6f5df20d8fc3939f1.tar.gz
yocto-project-qs: Added note to Debian package requirements section.
The note alerts users to issues building QEMU when the build system has the oss4-dev package installed. Fixes [YOCTO #7382] (From yocto-docs rev: 0f189ca7567e3e646808d5360fdb1499df8605c0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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