Re: [yocto] Non-deterministic build error in package gcc-source

2018-08-07 Thread Erik Nellessen
Kind regards, Erik Von: yocto-boun...@yoctoproject.org im Auftrag von Erik Nellessen Gesendet: Donnerstag, 2. August 2018 10:28 An: burton, ross Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Non-deterministic build error in package gcc-source Hi Ross, thanks f

Re: [yocto] Non-deterministic build error in package gcc-source

2018-08-02 Thread Erik Nellessen
. Juli 2018 22:18 An: Erik Nellessen Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Non-deterministic build error in package gcc-source Obvious short answer is do you actually need to use the archiver in patched mode? Changing to a different mode, or disabling the archiver entirely, may solve this.

[yocto] Non-deterministic build error in package gcc-source

2018-07-31 Thread Erik Nellessen
We are building an operating system based on poky (f0ec7c8b2dc1797ba22c45653a5f182b63354092, bitbake: toaster: add 'Sumo' to release selection). Sometimes (about 1 in 10 times) our build fails, because the task do_ar_patched fails for package gcc-source-7.3.0-7.3.0-r0. The short error messag

[yocto] Excluding ptest packages from image build

2018-05-09 Thread Erik Nellessen
I would like to exclude some ptest packages from an image build. To include ptest packages in general, my image recipe contains the following line: IMAGE_FEATURES_append = " ptest-pkgs" As a first step, I tried to exclude the acl-ptest package. To do so, I added the following to my image reci