]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: avoid errors for x32 kernel
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 16 Nov 2011 19:14:43 +0000 (11:14 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Nov 2011 14:06:04 +0000 (14:06 +0000)
commitc9963542b17537f18548616c9ad4f1d92f42bffb
treef59d8a918a5226bf343b74b166af13e9d493a070
parentf555f1a5a25e13bbc6f9906f14f20d76998d9fd5
insane.bbclass: avoid errors for x32 kernel

x32 abi of x86_64 has 32bit userspace and the kernel is 64bit.

The qa checking code was reporting this as errors for x32 kernel
files and modules.

This commit extends the condition in the checking code to avoid
throwing the bitsize not matched error for x32 kernel files.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass