diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index c489462dca..81ec24e971 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -7,3 +7,5 @@ require conf/machine/include/tune-core2.inc | |||
7 | require conf/machine/include/genericx86-common.inc | 7 | require conf/machine/include/genericx86-common.inc |
8 | 8 | ||
9 | SERIAL_CONSOLES_CHECK = "ttyS0" | 9 | SERIAL_CONSOLES_CHECK = "ttyS0" |
10 | #For runqemu | ||
11 | QB_SYSTEM_NAME = "qemu-system-x86_64" | ||
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 9929d2788a..1387bde852 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -7,3 +7,5 @@ require conf/machine/include/tune-core2.inc | |||
7 | require conf/machine/include/genericx86-common.inc | 7 | require conf/machine/include/genericx86-common.inc |
8 | 8 | ||
9 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" | 9 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" |
10 | #For runqemu | ||
11 | QB_SYSTEM_NAME = "qemu-system-i386" | ||