diff options
author | Mei Lei <lei.mei@intel.com> | 2011-04-04 17:17:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 17:28:07 +0100 |
commit | 22c7a3a1c4d09eccd7d1276c3bf7499d6f90c758 (patch) | |
tree | ef6bba162f563153496789d91f16a7e3b1d2e05d /meta/conf | |
parent | 6cd207402de1f89ebc67a59c282ae0f535bd8198 (diff) | |
download | poky-22c7a3a1c4d09eccd7d1276c3bf7499d6f90c758.tar.gz |
qemuppc: add libqtopengl4 for ppc
Modify some configs for ppc to enable the libqtopengl4 support.
This fixes [YOCTO #848]
(From OE-Core rev: cc6763b81fafddcb112a6126373c594e3ec4b140)
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuppc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index 83d0841159..bfbcc7f1aa 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | TARGET_ARCH = "powerpc" | 5 | TARGET_ARCH = "powerpc" |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/libgl = "mesa-xlib" | ||
8 | |||
7 | require conf/machine/include/qemu.inc | 9 | require conf/machine/include/qemu.inc |
8 | require conf/machine/include/tune-ppc603e.inc | 10 | require conf/machine/include/tune-ppc603e.inc |
9 | 11 | ||