[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Sept. 6, 2016 8:00 AM US Pacific Time

2016-09-05 Thread Jolley, Stephen K
Tuesday, Sept. 6, 2016 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.2_Status https://wiki.yoctoproject.org/wiki/Yocto_2.2_Schedule https://wiki.yoctoproject.org/wiki/Y

Re: [yocto] custom linux kernel recipe

2016-09-05 Thread Bruce Ashfield
On 2016-09-05 6:06 AM, Mircea Gliga wrote: Thanks Bruce for your help! It works now, with the defconfig from 4.8. Great news! Bruce Have a nice day ! Mircea On 09/02/2016 06:26 PM, Bruce Ashfield wrote: On 2016-09-02 09:58 AM, Bruce Ashfield wrote: On 2016-09-02 03:51 AM, Mircea Gliga w

Re: [yocto] Interested in Helping Out

2016-09-05 Thread nick
On 2016-09-05 08:49 AM, Daniel. wrote: > https://bugzilla.yoctoproject.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content= > :) > Thanks Daniel, I had some ideas for the naming issues currently being discussed as related to open embedded and the Yoct

[yocto] Yocto Project SDK Quickstart Guide

2016-09-05 Thread Eystein Måløy Stenberg
Hi, The Yocto Project Software Development Kit (SDK) can save us a lot of time when developing embedded applications. To make it easier to approach we have published a guide for using the SDK with simple example applications. It should take about 30 minutes to follow and give a basic underst

Re: [yocto] arm-*-linux-gnueabi : unrecognized option -Wl, -soname

2016-09-05 Thread Daniel.
Try to crosscompile "by hand" using Yocto toolschains. then try to crosscompile it inside Yocto. Does gRPC uses autotools? If so you may be interested in $CONFIGURE_FLAGS setted by Yocto' environment setup script. Here is an example of how I did compile libfprint using Yocto's toolchain: http://pas

Re: [yocto] arm-*-linux-gnueabi : unrecognized option -Wl, -soname

2016-09-05 Thread Pietro
Well, I am cross-compiling the gRPC using the Yocto build system, I have created a recipe for a new package which generates the gRPC library(ies). The error comes from here *guess* : ifeq ($(SYSTEM),Darwin) $(Q) $(LD) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -install_name $(SHARED_PREFIX)gpr$(S

Re: [yocto] Interested in Helping Out

2016-09-05 Thread Daniel.
https://bugzilla.yoctoproject.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content= :) 2016-09-02 18:00 GMT-03:00 nick : > Greetings All, > I am interested in helping out here. In addition I do have some experience > with the project > so just giving me

Re: [yocto] arm-*-linux-gnueabi : unrecognized option -Wl, -soname

2016-09-05 Thread Daniel.
I *guess* that it should be -Wl,-soname=libgpr.so.1 intead of -Wl,-soname,libgpr.so.1. Now from where this flags are comming is a good question.. 2016-09-05 9:17 GMT-03:00 Pietro : > > Hi all, > > I want to cross compile the gRPC library for ARM and I am using the > Yocto build system. > > The bui

[yocto] arm-*-linux-gnueabi : unrecognized option -Wl, -soname

2016-09-05 Thread Pietro
Hi all, I want to cross compile the gRPC library for ARM and I am using the Yocto build system. The build fails for the following error, which I am suspicious has something to do with the compiler being used: [LD] Linking /export/arm/xxx/PD15.1/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-p

[yocto] How to use a defconfig file when kernel come from EXTERNALSRC?

2016-09-05 Thread Richard Zhang
Hi all When is use: EXTERNALSRC_linux-yocto = "/path/to/linux/kernel" I can't add defconfig to the kernel SRC_URI.Then configme This will lead to error: SRC_URI += "file://path/defconfig" Best regards error.log Description: error.log -- __

Re: [yocto] custom linux kernel recipe

2016-09-05 Thread Mircea Gliga
Thanks Bruce for your help! It works now, with the defconfig from 4.8. Have a nice day ! Mircea On 09/02/2016 06:26 PM, Bruce Ashfield wrote: On 2016-09-02 09:58 AM, Bruce Ashfield wrote: On 2016-09-02 03:51 AM, Mircea Gliga wrote: Hi Bruce, Do you have any new input in regards with qemuarm