]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.14/4.1: fix ARM boot with gcc 5.x
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 27 Aug 2015 02:31:38 +0000 (22:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:37:48 +0000 (12:37 +0100)
commit8610017e4e017ddc59d76e64c4d4557fcffc363e
treec67535c7980859cc8ea1180e500707170540b24f
parent51e9f90b3b61e34603bc02bf4cfcbd0243686798
linux-yocto/3.14/4.1: fix ARM boot with gcc 5.x

Booting qemuarm when the kernel was built with gcc 5.x would result in
a boot hang (or at least no visible output).

Updating the SRCREVs for the following change:

    Author: Jianchuan Wang
    Email: jianchuan.wang@windriver.com
    Subject: Omit to optimize vsprintf.c/kasprintf.c
    Date: Wed, 26 Aug 2015 13:54:57 +0800

    Add "-O0" for vsprintf.c/kasprintf.c

Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
While this may not be the final fix (it still has to go usptream and
be better explained), it gets us booting, so is good enough for the
time being.

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_4.1.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
meta/recipes-kernel/linux/linux-yocto_3.14.bb
meta/recipes-kernel/linux/linux-yocto_4.1.bb