mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:16:05 +00:00
The genericx86 and genericx86-64 machines share a great deal in common in terms of machine features, required packages, etc. Use a common include file to simplify changes to both machine definitions and avoid accidental omissions. Replace the hard-coded XSERVER assignment with the XSERVER_IA32* defines from ia32-base.inc. (From meta-yocto rev: c70ee30da060173f51e8dba72069052ecff389b5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Cc: yunguo.wei@windriver.com Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
298 B
Plaintext
8 lines
298 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.
|
|
|
|
include conf/machine/include/tune-atom.inc
|
|
include conf/machine/include/genericx86-common.inc
|