mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
49c2df5652
In machine configuration files, there is no need to use OVERRIDES that match the precise machine being defined, so remove them for clarity and consistency from these lines in those respective files: PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.10%" PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.10%" UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config" (From meta-yocto rev: 035d4e7763171068d2b4df0622b6cc0fc1cf4b32) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
#@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.
|
|
|
|
DEFAULTTUNE ?= "core2-32"
|
|
require conf/machine/include/tune-core2.inc
|
|
require conf/machine/include/genericx86-common.inc
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "4.10%"
|