mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00

(From meta-yocto rev: 5746c1b425859f5b8ba3a434c92b1d8798bedd71) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
397 B
Plaintext
11 lines
397 B
Plaintext
#@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.
|
|
|
|
DEFAULTTUNE ?= "core2-64"
|
|
require conf/machine/include/x86/tune-core2.inc
|
|
require conf/machine/include/genericx86-common.inc
|
|
|
|
#For runqemu
|
|
QB_SYSTEM_NAME = "qemu-system-x86_64"
|