Re: [OE-core] [PATCH 3/3] package: Fix handling of minidebuginfo with newer binutils

2022-11-07 Thread Nathan Rossi
On Mon, 7 Nov 2022 at 01:55, Alexandre Belloni wrote: > > Hello, > > This series causes the following failure on the autobuilders: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4354/steps/14/logs/stdio I looked into these failures, the SRC_URI error appears to be an issue

Re: [OE-core] [PATCH 3/3] package: Fix handling of minidebuginfo with newer binutils

2022-11-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This series causes the following failure on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4354/steps/14/logs/stdio 2022-11-06 00:37:54,099 - oe-selftest - INFO - RESULTS - recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add: ERROR 2022-11

[OE-core] [PATCH 3/3] package: Fix handling of minidebuginfo with newer binutils

2022-11-03 Thread Nathan Rossi
From: Nathan Rossi Newer versions of binutils (2.38+) have changed how the "--only-keep-debug" of objcopy behaves when stripping non-debug sections from an ELF. https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=68f543154e92ab0f5d6c569e0fa143f5e8bd2d80 This change causes associated se