[yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Alexander Kanavin
Previously it was pulled in implicitly via poky default config. Signed-off-by: Alexander Kanavin --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b78cba7..25be864 100644 --- a/config.json +++ b/config.json @@ -452,6 +452,7 @

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Richard Purdie
On Wed, 2020-08-26 at 17:54 +0200, Alexander Kanavin wrote: > Previously it was pulled in implicitly via poky default config. > > Signed-off-by: Alexander Kanavin > --- > config.json | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/config.json b/config.json > index

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Alexander Kanavin
On Wed, 26 Aug 2020 at 22:50, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > I suspect we need binutils-symlinks instead of binutils? > binutils-symlinks is only an alias to the main package according to binutils.inc: RPROVIDES_${PN} += "${PN}-symlinks" > Also, thinking about th

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-26 Thread Richard Purdie
On Wed, 2020-08-26 at 23:00 +0200, Alexander Kanavin wrote: > On Wed, 26 Aug 2020 at 22:50, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > I suspect we need binutils-symlinks instead of binutils? > > binutils-symlinks is only an alias to the main package according to > binutils.

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-27 Thread Alexander Kanavin
On Wed, 26 Aug 2020 at 23:03, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > I didn't write either of the tests, but yes - I can work on this > > tomorrow. > > Right, I didn't write them either, they're rather old. I'm just > thinking whilst we've gotten this far we may as well f

Re: [yocto] [PATCH yocto-autobuilder-helper] config.json: add binutils to images where it's required by tests

2020-08-27 Thread Richard Purdie
On Thu, 2020-08-27 at 13:01 +0200, Alexander Kanavin wrote: > On Wed, 26 Aug 2020 at 23:03, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > I didn't write either of the tests, but yes - I can work on this > > > tomorrow. > > > > Right, I didn't write them either, they're rathe