[OE-core] [PATCH] rust: Upgrade to 1.56.0

2021-10-22 Thread Khem Raj
This is latest major release, changes are here [1] Forward port libstd-rs patches and refresh musl/rv64 port [1] https://github.com/rust-lang/rust/releases/tag/1.56.0 Signed-off-by: Khem Raj Cc: Randy MacLeod --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...55.0.bb => cargo-cross

[OE-core][PATCH] classes/populate_sdk_base: Add setscene tasks

2021-10-22 Thread Joshua Watt
do_populate_sdk was added to SSTATETASKS, but had no _setscene task created to allow it to actually run from sstate. Add it so that SDKs can be restored from sstate. Note that like do_image_complete, do_populate_sdk is marked with SSTATE_SKIP_CREATION by default so sstate is not used for them; add

[OE-core] [PATCH] librsvg: Bump to 2.52.0 -> 2.52.2

2021-10-22 Thread Khem Raj
Drop backports which are already in this release Bunch of bugfixes and features Details of changes https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.2 https://gitlab.gnome.org/GNOME/librsvg/-/releases#2.52.1 Signed-off-by: Khem Raj --- ...GdkPixbufRGBA-start-naming-types-and.patch | 81 -

Re: [OE-core] [PATCH 2/2] stress-ng: convert to git, website is down

2021-10-22 Thread Alexandre Belloni
Hello Alex, This makes the reproducible builds fail: https://autobuilder.yoctoproject.org/typhoon/#/builders/119/builds/870/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211022-8ziugi_1/packages/diff-html/ On 21/10/2021 10:40:59+0200, Alexander Kanavin wrote

[OE-core] [PATCH v2] strace: show test suite log on failure

2021-10-22 Thread Ross Burton
If the tests fail, dump the log so we can see the failures. Signed-off-by: Ross Burton --- meta/recipes-devtools/strace/strace/run-ptest | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest ind

Re: [OE-core] [PATCH] strace: show test suite log on failure

2021-10-22 Thread Ross Burton
You're right, it will. I'm on a roll this week. :/ Ross On Thu, 21 Oct 2021 at 22:53, Christopher Larson wrote: > > I'm not familiar enough with the ptest-runner to say, but does the exit code > of run-ptest get used at all, or only the output in the expected format? Just > noticed this will