[yocto] [meta-gplv2][PATCH] gnutls: update 3.3.28 -> 3.3.29

2018-02-26 Thread Andre McCurdy
* Version 3.3.29 (released 2018-02-16) ** libgnutls: Fixed issue which caused 1-byte handshake fragments to be refused. Reported by Balázs Kéri. ** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was used. Resolves gitlab issue #259. ** libgnutls: Use

[yocto] How to pass volume size to ubinize when building ubi file system

2018-02-26 Thread Bejar-Colonia, Carlos
Hello Yocto Team, I need to set the "vol_size" used by ubinize, when building a ubi filesystem. Looks like, by default, Yocto doesn't set the vol_size during the build. Only these params are set in poky/meta/classes/image_types.bbclass echo vol_id=0 >> ubinize${vname}-${IMAGE_NAME}.cfg

[yocto] ksize.py not working?

2018-02-26 Thread Jerry Lian
I want to check/analyze kernel image size, and I found: * ksum.py works as expected! * however, ksize.py produces results of "all zeros". Anybody know the problem and how to fix it? Thanks! Jerry -- ___ yocto mailing list yocto@yoctoproject.org

Re: [linux-yocto] kernel patches for intel-Stratix10 SoC development board

2018-02-26 Thread Bruce Ashfield
On 02/24/2018 02:37 AM, Li, Meng wrote: Hi Bruce, I fork a linux-yocto kernel and then apply patches on standard/base branch. Could you please help to merge these kernel patches into linux-yocto kernel, merged Bruce Thanks, Limeng The following changes since commit

[yocto] Looking for an Embedded Developer using Yocto

2018-02-26 Thread Stephen Perry
I am looking for an Linux Embedded Developer with experience with Yocto working on Network Devices for a full time role with a company in Toronto Canada. Please feel free to reach out to me for more details if interested. Thanks, Stephen Stephen Perry, Sr. I.T. Recruiter | TAL Technology 69

Re: [yocto] Yocto Project Status WW09’18

2018-02-26 Thread akuster808
On 02/26/2018 08:13 AM, Jordan, Robin L wrote: > > Current Dev Position: YP 2.5 M3 development > > Next Deadline: YP 2.5 M3 cut off was 2/19/18 > > *** FEATURE FREEZE for 2.5 has passed *** > >   > > SWAT team rotation: Stephano -> Maxin John on Feb. 23, 2018 > > SWAT team rotation: Maxin ->

[yocto] Yocto Project Status WW09’18

2018-02-26 Thread Jordan, Robin L
Current Dev Position: YP 2.5 M3 development Next Deadline: YP 2.5 M3 cut off was 2/19/18 *** FEATURE FREEZE for 2.5 has passed *** SWAT team rotation: Stephano -> Maxin John on Feb. 23, 2018 SWAT team rotation: Maxin -> Rebecca on March 2, 2018

[yocto] [PATCH][meta-mingw] binutils: generalise version wildcard

2018-02-26 Thread Ross Burton
Don't be overly specific by demanding 2.2%, 2.% is sufficient as this bbappend simply changes some options. Signed-off-by: Ross Burton --- ...-cross-canadian_2.2%.bbappend => binutils-cross-canadian_2.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-)

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
Thanks Ross. got your point on Raspbian package difference. and PACKAGE_FEED_URLS attribute is useful for me. -Mike At 2018-02-26 18:16:48, "Burton, Ross" wrote: Running your own feed for personal use is trivial, just point lighttpd or any other HTTP server at the

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
Hello Josef, Thanks for the guide. I think choice 1 is best solution for my situation based on the context. BR, Mike At 2018-02-26 15:38:40, "Josef Holzmayr" wrote: >Hello! > >On Sun, Feb 25, 2018 at 09:38:52PM +0800, Laigui Qin wrote: >> I am building the

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Laigui Qin
Hello Johnny, Thanks for the reply. Yes, I know that's not a good idea now. I would like to think there is a well maintained Yocto/Poky repository somewhere in the world like the debian/Raspbian deb source to leverage (build and maintain my own repo is not my purpose.) Looks like there is not

Re: [yocto] Problem in the building phase - Yocto 2.4.1 for Siemens IoT 2040 (Intel Quark)

2018-02-26 Thread Maxin B. John
Hi, On Sat, Feb 24, 2018 at 12:11:56PM -0800, Stephano Cetola wrote: > On 2/22/18 3:59 AM, Pulizzotto Alessio (COMAU) wrote: > > Hello, > > > > I’m writing you because I have some problems with the building of an > > 2.4.1 image of the Yocto. > > > > I am using a Siemens IoT 2040 hardware witch

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-26 Thread Burton, Ross
Running your own feed for personal use is trivial, just point lighttpd or any other HTTP server at the deploy/deb directory on your build machine. If you set PACKAGE_FEED_URLS in your local.conf to the URL of the server then future images will contain a pre-populated sources.list. However the