[meta-freescale] Updates of meta-fsl-ppc master branch on 2015-07-29

Luo Zhenhua zhenhua.luo at freescale.com
Tue Jul 28 21:14:43 PDT 2015


Hello all,


The following updates are merged in master branch of meta-fsl-ppc, thanks.

commit 7a0f93fca7d69c2d34d75229d42caf37a8e9aaae
Author: Ting Liu <ting.liu at freescale.com>
Date:   Tue Jul 28 19:15:51 2015 +0800

    u-boot-qoriq: add -fgnu89-inline option for gcc5

    Fix the below build issues:
      CC      drivers/crypto/fsl/sec.o
      LD      arch/powerpc/cpu/mpc8xxx/built-in.o
    arch/powerpc/cpu/mpc8xxx/fdt.o: In function `ld_le16':
    ../arch/powerpc/include/asm/byteorder.h:12: multiple definition of `ld_le16'

    The problem is the change of the default C standard from gnu89 to gnu11
    which changes the semantics of 'inline'. The issue is described in the
    Porting guide at https://gcc.gnu.org/gcc-5/porting_to.html. Adding the
    '-fgnu89-inline' option fixes the issue.

    Signed-off-by: Ting Liu <ting.liu at freescale.com>
    Acked-by: Otavio Salvador <otavio at ossystems.com.br>

commit bffe64083720e11cca261494eee767281fbf93f6
Author: Ting Liu <ting.liu at freescale.com>
Date:   Tue Jul 28 16:51:41 2015 +0800

    u-boot-qoriq: Add linux/compiler-gcc5.h to fix builds with gcc5

    Signed-off-by: Ting Liu <ting.liu at freescale.com>

commit bf870f2f20297b93a2228e148aa4d6e92278770c
Author: Ting Liu <ting.liu at freescale.com>
Date:   Tue Jul 28 18:00:44 2015 +0800

    u-boot-qoriq: correct PV

    u-boot-qoriq was upgraded to 2015.01 now. Use _append to not override
    the PV in recipe.

    Signed-off-by: Ting Liu <ting.liu at freescale.com>
    Acked-by: Otavio Salvador <otavio at ossystems.com.br>

commit ea4cfd47a8841017904449f936de34531fa3d923
Author: Ting Liu <ting.liu at freescale.com>
Date:   Tue Jul 28 15:04:43 2015 +0800

    openssl-1.0.1i: s/inline/static/ to fix gcc5.2 issue

    Fix the following error:
    | ../libcrypto.so: undefined reference to `spcf_bn2bin'
    | ../libcrypto.so: undefined reference to `spcf_bn2bin_ex'
    | collect2: error: ld returned 1 exit status
    | make[2]: *** [link_app.gnu] Error 1

    Signed-off-by: Ting Liu <ting.liu at freescale.com>


Best Regards,

Zhenhua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20150729/d04ffac3/attachment.html>


More information about the meta-freescale mailing list