aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
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/yocto-project-qs
parentdae9b5fb79f9e1261a631295287a9838e62ce12b (diff)
downloadopenembedded-core-contrib-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/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 @@
<literallayout class='monospaced'>
$ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
</literallayout>
+ <note>
+ If your build system has the
+ <filename>oss4-dev</filename> package installed, you
+ might experience QEMU build failures due to the package
+ installing its own custom
+ <filename>/usr/include/linux/soundcard.h</filename> on
+ the Debian system.
+ If you run into this situation, either of the following
+ solutions exist:
+ <literallayout class='monospaced'>
+ $ sudo apt-get build-dep qemu
+ $ sudo apt-get remove oss4-dev
+ </literallayout>
+ </note>
</para>
</section>