FYI, with this patchset and all the latest master branches on other layers I'm seeing bunch of these errors when building beaglebone kernel with gcc-4.7 and binutils-2.22:
| arm-angstrom-linux-gnueabi-ld: internal error in thumb_branch_common, at /OE/angstrom/build/tmp-angstrom_v2012_x-eglibc/work/armv7a-angstrom-linux-gnueabi/binutils-cross-2.22-r6/binutils-2.22/gold/arm.cc:4149 I haven't had time to debug it further for now. -- Denys On Thu, May 10, 2012 at 10:59:33AM +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi <[email protected]> > --- > recipes-kernel/linux/linux-ti33x-psp_3.2.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb > b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb > index 458248e..593d6e7 100644 > --- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb > +++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb > @@ -11,8 +11,8 @@ S = "${WORKDIR}/git" > MULTI_CONFIG_BASE_SUFFIX = "" > > BRANCH = "v3.2-staging" > -SRCREV = "31944a82681a0e7ab6cc3e069c30eddc5042e3e8" > -MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}" > +SRCREV = "baaa0c0425528486efcc70b7696dd6359f10b5bd" > +MACHINE_KERNEL_PR_append = "g+gitr${SRCREV}" > > COMPATIBLE_MACHINE = "(ti33x)" > > -- > 1.7.10 > > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti > _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
