]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.4: add x32 configuration fragment
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 11 Sep 2012 15:04:41 +0000 (15:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 13:47:42 +0000 (14:47 +0100)
commitbf689c60caa905eb8866101b9e99dd4ae246a2ca
tree640e4fcb4a91e32c376b5955086ad074865541db
parenta1d83d6aba91dad4935804801114d9d50ee0fab9
linux-yocto/3.4: add x32 configuration fragment

When x32 is the tuning for a x86 MACHINE, the kernel should also have
CONFIG_X86_X32=y. This adds a x32 fragment that can be used to trigger
the right ABI.

The commit also contains a check for mx32 in TUNE_FEATURES, and if
present, the new fragment will be appended to KERNEL_FEATURES and
trigger the support in the kernel.

cc: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
meta/recipes-kernel/linux/linux-yocto_3.4.bb