diff options
author | Jon Mason <jdmason@kudzu.us> | 2019-03-28 14:55:53 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-01 14:48:44 +0100 |
commit | bf9ad70bdaca6eacb0efc65a1924fe82f0a50684 (patch) | |
tree | db354036f04234f93e9a866671866c0ab0f5d17d /meta/conf/machine/qemux86.conf | |
parent | 9180d35e2ad04e7fac15e1c8dd0d904b82e55e7b (diff) | |
download | poky-bf9ad70bdaca6eacb0efc65a1924fe82f0a50684.tar.gz |
machine: clean up config files
Beautify the machine config files by making the names and descriptions
more uniform and verbose
(From OE-Core rev: 1108a24e2c58794163c8cf35154f8be5c1d06c29)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index e78fb6e87b..ae5187cbd5 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: common_pc | 2 | #@NAME: QEMU x86 machine |
3 | #@DESCRIPTION: Machine configuration for running a common x86 | 3 | #@DESCRIPTION: Machine configuration for running an x86 system on QEMU |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |