summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
* genericx86: Create a genericx86-common.inc base for the x86 BSPsDarren Hart2013-09-061-0/+20
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>