Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-11 Thread Sean McKay
I actually went on vacation right after I sent that message. (Thank you for your incredibly quick reply, by the way!) Once I get back late next week, I'll try to see how reproducible it is in our environment and if so, what the minimum steps are to do so. Thanks! -Sean ~Sean Sent from my

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-11 Thread rpj...@crashcourse.ca
Quoting Mikko Rapeli : On Tue, Mar 10, 2020 at 11:37:55AM +, Richard Purdie wrote: On Tue, 2020-03-10 at 11:33 +, mikko.rap...@bmw.de wrote: > On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > > This is

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-11 Thread Mikko Rapeli
On Tue, Mar 10, 2020 at 11:37:55AM +, Richard Purdie wrote: > On Tue, 2020-03-10 at 11:33 +, mikko.rap...@bmw.de wrote: > > On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > > > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > > > This is probably a fairly short

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-10 Thread Richard Purdie
On Tue, 2020-03-10 at 11:33 +, mikko.rap...@bmw.de wrote: > On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > > This is probably a fairly short question (I hope): > > > I’m working on a branch based on zeus. I found a

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-10 Thread Mikko Rapeli
On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > This is probably a fairly short question (I hope): > > I’m working on a branch based on zeus. I found a bug in the way that > > one of our recipes was handling something

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > This is probably a fairly short question (I hope): > I’m working on a branch based on zeus. I found a bug in the way that > one of our recipes was handling something during do_configure (which > caused an error to pop up in a do_compile task).

[yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-02-28 Thread Sean McKay
Hi all, This is probably a fairly short question (I hope): I'm working on a branch based on zeus. I found a bug in the way that one of our recipes was handling something during do_configure (which caused an error to pop up in a do_compile task). When I modified the do_configure task