diff options
author | Jon Mason <jdmason@kudzu.us> | 2019-03-28 14:55:52 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-01 14:58:45 +0100 |
commit | 23492fb43f3202f2f70f39bce6e494174ffbbc24 (patch) | |
tree | b593cc12b556540344637c721a7e5e83f9515364 /meta-yocto-bsp/conf/machine/genericx86-64.conf | |
parent | 2030e815bb1ba932c58b0c9318f97602fdd4edfb (diff) | |
download | poky-23492fb43f3202f2f70f39bce6e494174ffbbc24.tar.gz |
meta-yocto-bsp: clean up machine config files
Beautify the machine config files by making the names and descriptions
more uniform and verbose
(From meta-yocto rev: 159a8c9080af125c657558b4789f4aa8410e4fa2)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericx86-64.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index 12f7c0d200..c489462dca 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -1,7 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Generic X86_64. | 2 | #@NAME: Generic x86_64 |
3 | 3 | #@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | |
4 | #@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | ||
5 | 4 | ||
6 | DEFAULTTUNE ?= "core2-64" | 5 | DEFAULTTUNE ?= "core2-64" |
7 | require conf/machine/include/tune-core2.inc | 6 | require conf/machine/include/tune-core2.inc |