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 @@
$ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
+
+ If your build system has the
+ oss4-dev package installed, you
+ might experience QEMU build failures due to the package
+ installing its own custom
+ /usr/include/linux/soundcard.h on
+ the Debian system.
+ If you run into this situation, either of the following
+ solutions exist:
+
+ $ sudo apt-get build-dep qemu
+ $ sudo apt-get remove oss4-dev
+
+