mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2030e815bb
commit
23492fb43f
@@ -1,6 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Edgerouter
|
||||
#@DESCRIPTION: Edgerouter
|
||||
#@DESCRIPTION: Machine configuration for a generic edgerouter
|
||||
|
||||
require conf/machine/include/tune-mips64.inc
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Generic X86_64.
|
||||
|
||||
#@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.
|
||||
#@NAME: Generic x86_64
|
||||
#@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.
|
||||
|
||||
DEFAULTTUNE ?= "core2-64"
|
||||
require conf/machine/include/tune-core2.inc
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Generic X86.
|
||||
|
||||
#@DESCRIPTION: Machine configuration for generic X86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
|
||||
#@NAME: Generic x86
|
||||
#@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
|
||||
|
||||
DEFAULTTUNE ?= "core2-32"
|
||||
require conf/machine/include/tune-core2.inc
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@DESCRIPTION: Machine configuration for running
|
||||
#@NAME: Freescale MPC8315E-RDB
|
||||
#@DESCRIPTION: Machine configuration for Freescale MPC8315E-RDB
|
||||
|
||||
TARGET_FPU = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user