Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: Generic X86_64. |
| 3 | |
| 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 | |
| 6 | DEFAULTTUNE ?= "core2-64" |
| 7 | require conf/machine/include/tune-core2.inc |
| 8 | require conf/machine/include/genericx86-common.inc |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 9 | |
| 10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%" |
| 11 | |
| 12 | SERIAL_CONSOLES_CHECK = "ttyS0" |