From 2a5344e47209196ba712aff6f5df20d8fc3939f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Mar 2015 06:06:59 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'documentation') 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 + + -- cgit v1.2.3-54-g00ecf