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/qemumips64.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/qemumips64.conf')
-rw-r--r-- | meta/conf/machine/qemumips64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf index 970c0ce7ae..1872e7b62d 100644 --- a/meta/conf/machine/qemumips64.conf +++ b/meta/conf/machine/qemumips64.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: mti-malta64-be MIPS64 | 2 | #@NAME: QEMU MIPS64 machine |
3 | #@DESCRIPTION: mti-malta64-be | 3 | #@DESCRIPTION: Machine configuration for running a MIPS64 system on QEMU |
4 | 4 | ||
5 | require conf/machine/include/qemu.inc | 5 | require conf/machine/include/qemu.inc |
6 | require conf/machine/include/tune-mips64r2.inc | 6 | require conf/machine/include/tune-mips64r2.inc |