[OE-core] [PATCH 1/3] linux-yocto/4.14/4.15: yaffs2 fixes

Maxin B. John maxin.john at intel.com
Thu Mar 1 08:53:54 UTC 2018


Hi Bruce,

On Tue, Feb 27, 2018 at 09:06:54PM -0500, Bruce Ashfield wrote:
> Integrating the following fixes for yaffs2:
> 
>   9f9649fffac9 yaffs2: Adjust the timer callback and init functions
>   0ef24a829eee yaffs2: include rawnand.h instead of nand.h
> 
> Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb   |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto_4.14.bb      | 18 +++++++++---------
>  meta/recipes-kernel/linux/linux-yocto_4.15.bb      | 18 +++++++++---------
>  6 files changed, 26 insertions(+), 26 deletions(-)
<snip>

For MIPS, KernelModuleTest fails in autobuilder ( probably due to this change - haven't bisected it)

https://autobuilder.yocto.io/builders/nightly-mips/builds/806/steps/Running%20Sanity%20Tests/logs/stdio

RESULTS - kernelmodule.KernelModuleTest.test_kernel_module - Testcase 1541: FAILED

NOTE: ======================================================================
| NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
| NOTE: ----------------------------------------------------------------------
| NOTE: Traceback (most recent call last):
|   File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f
|     return func(*args, **kwargs)
|   File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f
|     return func(*args, **kwargs)
|   File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/core/decorator/__init__.py", line 32, in wrapped_f
|     return func(*args, **kwargs)
|   File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/runtime/cases/kernelmodule.py", line 40, in test_kernel_module
|     self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
| AssertionError: 2 != 0 : cd /usr/src/kernel && make scripts
| arch/mips/Makefile:240: arch/mips/Kbuild.platforms: No such file or directory
| make: *** No rule to make target 'arch/mips/Kbuild.platforms'.  Stop.

Best Regards,
Maxin



More information about the Openembedded-core mailing list