]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: ignore modules.* changing during multilib image construction
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 21 Mar 2014 18:02:39 +0000 (18:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Apr 2014 11:02:01 +0000 (12:02 +0100)
commita2c026cf565897e4b0ba4c31c8762b41361649f4
treeb3c0b3687e7b50c2f98176d2c8290c3cf76d83fe
parentac92a5ab25ddfd8462c43bac6f93730b1e454a4f
classes/image: ignore modules.* changing during multilib image construction

Since we now run depmod when building images (as the postinst that does
this is now on kernel-base instead of kernel-image) it is possible to
have module file differences between the two halves of the multilib image,
and the code that checks for such differences detects this and fails.
Whitelist this file to avoid the failure.

Specifically, modules.alias, modules.dep and modules.symbol can differ
along with their .bin counterparts.

Related to fix for [YOCTO #5392].

(From OE-Core master rev: 0a315804bf991664c0948e3024b8e8b9e9085808)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass