]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
genericx86: Create a genericx86-common.inc base for the x86 BSPs
authorDarren Hart <dvhart@linux.intel.com>
Wed, 4 Sep 2013 21:20:55 +0000 (21:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2013 21:15:04 +0000 (22:15 +0100)
commitc70ee30da060173f51e8dba72069052ecff389b5
tree84d1e45e061e865259cf2d0daf697eb60d5e99e6
parent4369347fb8247c5a2e56941047b369e000ac1341
genericx86: Create a genericx86-common.inc base for the x86 BSPs

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.

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>
meta-yocto-bsp/conf/machine/genericx86-64.conf
meta-yocto-bsp/conf/machine/genericx86.conf
meta-yocto-bsp/conf/machine/include/genericx86-common.inc [new file with mode: 0644]