]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.14: fix qemumips build error
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 8 May 2015 03:36:13 +0000 (23:36 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2015 21:25:47 +0000 (22:25 +0100)
commitb2f786ca319714bd41d6f9e7ba9efaa8a6d412ab
treeafe2b69e5a802bf8707a15166f264a7d4258467f
parent9d806f3d05de918952f839f5e595cb71cd1261db
linux-yocto/3.14: fix qemumips build error

Updating the SRCREVs to import the following fix:

    mips: define cpu_has_saa in common features include

    To avoid build failures such as the following on non-cavium
    platforms:

     | arch/mips/include/asm/atomic.h: In function 'atomic_add':
     | arch/mips/include/asm/atomic.h:52:6: error: 'cpu_has_saa'
     | undeclared (first use in this function)
     |   if (cpu_has_saa) {
     |       ^

    We define a disabled cpu_has_saa unless the machine specific feature
    overrides define a value.

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.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
meta/recipes-kernel/linux/linux-yocto_3.14.bb