[OE-core] [PATCH 3/6] kmod: upgrade to 20

ChenQi Qi.Chen at windriver.com
Fri Apr 10 03:16:52 UTC 2015


On 04/09/2015 07:46 PM, Richard Purdie wrote:
> On Wed, 2015-04-08 at 18:24 +0800, Chen Qi wrote:
>> The following patches are rebased.
>> -- Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch
>> -- avoid_parallel_tests.patch
>>
>> The following patch is added to solve a parallel build bug.
>> -- 0001-Makefile.am-fix-parallel-build-problem.patch
>>
>> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
>> ---
>>   meta/recipes-kernel/kmod/kmod.inc                  |  5 ++--
>>   ...01-Makefile.am-fix-parallel-build-problem.patch | 29 +++++++++++++++++++++
>>   ...alling-bswap_-instead-of-htobe-and-be-toh.patch | 15 +++++------
>>   .../kmod/kmod/avoid_parallel_tests.patch           | 30 ++++++++++++++--------
>>   4 files changed, 57 insertions(+), 22 deletions(-)
>>   create mode 100644 meta/recipes-kernel/kmod/kmod/0001-Makefile.am-fix-parallel-build-problem.patch
> Doesn't seem to build:
>
> https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/250/steps/BuildImages_1/logs/stdio
>
> Cheers,
>
> Richard
>
>
>

Thanks for pointing it out.

I'm looking into this problem.
New version of kmod is modified to use modules from module-playground 
instead of copying prebuilt modules to the repository. And those modules 
are built against host /lib/modules/xxx directory. I think that's the 
root cause.
I'm trying to figure out a solution.

Best Regards,
Chen Qi



More information about the Openembedded-core mailing list