summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/genericx86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericx86.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf
index 1387bde852..34e1448a8c 100644
--- a/meta-yocto-bsp/conf/machine/genericx86.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86.conf
@@ -3,9 +3,8 @@
3#@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. 3#@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.
4 4
5DEFAULTTUNE ?= "core2-32" 5DEFAULTTUNE ?= "core2-32"
6require conf/machine/include/tune-core2.inc 6require conf/machine/include/x86/tune-core2.inc
7require conf/machine/include/genericx86-common.inc 7require conf/machine/include/genericx86-common.inc
8 8
9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
10#For runqemu 9#For runqemu
11QB_SYSTEM_NAME = "qemu-system-i386" 10QB_SYSTEM_NAME = "qemu-system-i386"