1#@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 9 10MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" 11