blob: d843fd215677e3ab0e5a70d770459c3df03e5a2c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@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
6DEFAULTTUNE ?= "core2-64"
7require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009
10PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%"
11
12SERIAL_CONSOLES_CHECK = "ttyS0"