blob: 04a7e0b6ad71ea5ce808ae47f2216b1ef9b609e6 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
2#@NAME: Generic X86.
3
4#@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.
5
6DEFAULTTUNE ?= "core2-32"
7require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009
10MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060011
12PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.8%"