Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-06 Thread Julien Stephan
Le ven. 6 oct. 2023 à 12:59, Richard Purdie a écrit : > > On Fri, 2023-10-06 at 12:56 +0200, Alexandre Belloni wrote: > > I started an oe-selftest that passed, I'm going to carry that in my > > branch to see whether there are other issues. > > I've had a couple of runs in my branch and not seen

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-06 Thread Richard Purdie
On Fri, 2023-10-06 at 12:56 +0200, Alexandre Belloni wrote: > I started an oe-selftest that passed, I'm going to carry that in my > branch to see whether there are other issues. I've had a couple of runs in my branch and not seen any issue from that as yet FWIW. I am leaning towards merging this

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-06 Thread Alexandre Belloni via lists.openembedded.org
I started an oe-selftest that passed, I'm going to carry that in my branch to see whether there are other issues. On 05/10/2023 10:02:22+0200, Julien Stephan wrote: > Hi Jose, > > I just pushed my branch on poky-contrib > (https://git.yoctoproject.org/poky-contrib/log/?h=jstephan/bblock) > with

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-05 Thread Julien Stephan
Hi Jose, I just pushed my branch on poky-contrib (https://git.yoctoproject.org/poky-contrib/log/?h=jstephan/bblock) with the fix you just suggested. I do not reproduce the issue locally, so I am not sure this fix the problem.. Richard, Alexandre what do you think? Can you restart a build on

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-02 Thread Jose Quaresma
Hi Julien, Julien Stephan escreveu no dia sábado, 30/09/2023 à(s) 15:13: > Le mer. 27 sept. 2023 à 23:17, Richard Purdie > a écrit : > > > > On Wed, 2023-09-27 at 14:47 +0200, Julien Stephan wrote: > > > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > > > a écrit : > > > > > > > > Hello, >

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-30 Thread Julien Stephan
Le mer. 27 sept. 2023 à 23:17, Richard Purdie a écrit : > > On Wed, 2023-09-27 at 14:47 +0200, Julien Stephan wrote: > > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > > a écrit : > > > > > > Hello, > > > > > > I had a build were all the tests passed, then I had this failure: > > > > > >

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Richard Purdie
On Wed, 2023-09-27 at 14:47 +0200, Julien Stephan wrote: > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > a écrit : > > > > Hello, > > > > I had a build were all the tests passed, then I had this failure: > > > >

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/09/2023 15:02:00+0200, Julien Stephan wrote: > Le mer. 27 sept. 2023 à 14:59, Alexander Kanavin > a écrit : > > > > You need to scroll up. The failure is in lines 557 to 609. > > Hmm stange ctrl-f didn't work. I can see it now. Thank you, I'll look at it > By default the log is not fully

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Julien Stephan
Le mer. 27 sept. 2023 à 14:59, Alexander Kanavin a écrit : > > You need to scroll up. The failure is in lines 557 to 609. Hmm stange ctrl-f didn't work. I can see it now. Thank you, I'll look at it Julien > > Alex > > > On Wed, 27 Sept 2023 at 14:48, Julien Stephan wrote: > > > > Le mer. 27

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Alexander Kanavin
You need to scroll up. The failure is in lines 557 to 609. Alex On Wed, 27 Sept 2023 at 14:48, Julien Stephan wrote: > > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > a écrit : > > > > Hello, > > > > I had a build were all the tests passed, then I had this failure: > > > >

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/09/2023 14:47:57+0200, Julien Stephan wrote: > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > a écrit : > > > > Hello, > > > > I had a build were all the tests passed, then I had this failure: > > > >

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Julien Stephan
Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni a écrit : > > Hello, > > I had a build were all the tests passed, then I had this failure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5812/steps/14/logs/stdio > Hi Alexandre, I only see

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, I had a build were all the tests passed, then I had this failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5812/steps/14/logs/stdio On 25/09/2023 10:04:47+0200, Julien Stephan wrote: > Hi all, > > This is v5 for bblock script. > > Improvement from v4: > * Fix

[OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-09-25 Thread Julien Stephan
Hi all, This is v5 for bblock script. Improvement from v4: * Fix self test error reported by autobuilder * Allow to specify task with/without the "do_" prefix: example: bblock bc -t compile,do_install * Fix test_lock_single_recipe_all_tasks * Fix getTaskSignatures: now retrieve all tasks and