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
. 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.
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
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