mirror of
https://git.yoctoproject.org/poky
synced 2026-03-20 14:19:42 +01:00
The genericx86 and genericx86-64 machine confs do not need to set the PREFERRED_PROVIDER_virtual/kernel as they will use the one set by the distribution. If there needed to be a different version for one of these machines in the future, we could add it in to the machine.conf. (From meta-yocto rev: 89dd8159fc83f54d7fe234b619a28f5d97519156) Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
376 B
Plaintext
11 lines
376 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/tune-core2.inc
|
|
require conf/machine/include/genericx86-common.inc
|
|
|
|
SERIAL_CONSOLES_CHECK = "ttyS0"
|