summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86-64.conf2
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86.conf2
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
7require conf/machine/include/genericx86-common.inc 7require conf/machine/include/genericx86-common.inc
8 8
9SERIAL_CONSOLES_CHECK = "ttyS0" 9SERIAL_CONSOLES_CHECK = "ttyS0"
10#For runqemu
11QB_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
7require conf/machine/include/genericx86-common.inc 7require conf/machine/include/genericx86-common.inc
8 8
9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" 9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
10#For runqemu
11QB_SYSTEM_NAME = "qemu-system-i386"