diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-06-20 22:14:53 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-24 13:51:31 +0100 |
| commit | fa7c6cb96b8226397255d0822d81b06fbcb8a645 (patch) | |
| tree | 76b86ae12bc1ede9b6abcae25b788612f178ebf7 /meta | |
| parent | 6f014d1a53b39c090967410e6553a87ac3454add (diff) | |
| download | poky-fa7c6cb96b8226397255d0822d81b06fbcb8a645.tar.gz | |
qemux86: drop duplicates with default-providers.inc
default-providers.inc already includes PREFERRED_PROVIDER values for
xserver and GL libraries. Drop the same values being set in the machine
config.
(From OE-Core rev: 589a49c7bd68465163a86e71a67f518849860804)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/qemux86.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 1e072e1ae2..51f080bd2a 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
| @@ -2,12 +2,6 @@ | |||
| 2 | #@NAME: QEMU x86 machine | 2 | #@NAME: QEMU x86 machine |
| 3 | #@DESCRIPTION: Machine configuration for running an x86 system on QEMU | 3 | #@DESCRIPTION: Machine configuration for running an x86 system on QEMU |
| 4 | 4 | ||
| 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | ||
| 7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" | ||
| 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | ||
| 9 | PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa" | ||
| 10 | |||
| 11 | require conf/machine/include/qemu.inc | 5 | require conf/machine/include/qemu.inc |
| 12 | DEFAULTTUNE ?= "core2-32" | 6 | DEFAULTTUNE ?= "core2-32" |
| 13 | require conf/machine/include/x86/tune-corei7.inc | 7 | require conf/machine/include/x86/tune-corei7.inc |
