diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-06-20 22:14:54 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-24 13:51:31 +0100 |
| commit | 9941e6f292c8c707fcf86858bff00a8812ec2299 (patch) | |
| tree | 7fcb814d4a4f6f5b095e03555869984dac61f447 | |
| parent | fa7c6cb96b8226397255d0822d81b06fbcb8a645 (diff) | |
| download | poky-9941e6f292c8c707fcf86858bff00a8812ec2299.tar.gz | |
qemux86-64: 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: 973875c79476b70edbef8976446de1be29d50910)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/machine/qemux86-64.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 4a9c6d364b..62108b703b 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
| @@ -2,12 +2,6 @@ | |||
| 2 | #@NAME: QEMU x86-64 machine | 2 | #@NAME: QEMU x86-64 machine |
| 3 | #@DESCRIPTION: Machine configuration for running an x86-64 system on QEMU | 3 | #@DESCRIPTION: Machine configuration for running an x86-64 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-64" | 6 | DEFAULTTUNE ?= "core2-64" |
| 13 | require conf/machine/include/x86/tune-x86-64-v3.inc | 7 | require conf/machine/include/x86/tune-x86-64-v3.inc |
