summaryrefslogtreecommitdiffstats
path: root/external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf')
-rw-r--r--external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf b/external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
index 12f7c0d2..81ec24e9 100644
--- a/external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
+++ b/external/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -1,10 +1,11 @@
#@TYPE: Machine
-#@NAME: Generic X86_64.
-
-#@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
+#@NAME: Generic x86_64
+#@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
DEFAULTTUNE ?= "core2-64"
require conf/machine/include/tune-core2.inc
require conf/machine/include/genericx86-common.inc
SERIAL_CONSOLES_CHECK = "ttyS0"
+#For runqemu
+QB_SYSTEM_NAME = "qemu-system-x86_64"