From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/meta-yocto-bsp/conf/machine/genericx86.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'external/poky/meta-yocto-bsp/conf/machine/genericx86.conf') diff --git a/external/poky/meta-yocto-bsp/conf/machine/genericx86.conf b/external/poky/meta-yocto-bsp/conf/machine/genericx86.conf index 798b62ec..1387bde8 100644 --- a/external/poky/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/external/poky/meta-yocto-bsp/conf/machine/genericx86.conf @@ -1,10 +1,11 @@ #@TYPE: Machine -#@NAME: Generic X86. - -#@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. +#@NAME: Generic x86 +#@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. DEFAULTTUNE ?= "core2-32" require conf/machine/include/tune-core2.inc require conf/machine/include/genericx86-common.inc MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" +#For runqemu +QB_SYSTEM_NAME = "qemu-system-i386" -- cgit 1.2.3-korg