gt; Subject: Re: [yocto] Forcing fetch task when source changes
>
> On 23 September 2014 16:46, Vuille, Martin (Martin)
> wrote:
> > Very odd.
> >
> > Our BSP vendor has configured BB_SIGNATURE_HANDLER to use
> OEBasicHash,
> > I see hashes in the stamp file names,
On 23 September 2014 16:46, Vuille, Martin (Martin) wrote:
> Very odd.
>
> Our BSP vendor has configured BB_SIGNATURE_HANDLER to use OEBasicHash,
> I see hashes in the stamp file names, if I change the metadata itself the
> change
> is detected and the tasks are run again, but changing the conten
Any ideas?
MV
> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: September 23, 2014 9:33 AM
> To: Vuille, Martin (Martin)
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Forcing fetch task when source changes
>
> On 23 September
g
> Subject: Re: [yocto] Forcing fetch task when source changes
>
> On 23 September 2014 13:46, Vuille, Martin (Martin)
> wrote:
> > Perhaps due to my old versions: Poky 1.2 and bitbake 1.15.1?
>
> Yes.
>
> http://git.yoctoproject.org/cgit
On 23 September 2014 13:46, Vuille, Martin (Martin) wrote:
> Perhaps due to my old versions: Poky 1.2 and bitbake 1.15.1?
Yes.
http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/conf/bitbake.conf?id=eaf54b8dbf9371965b4ccf18609edeb8eee16144
is where the hashing was introduced to rebuild automa
AM
> To: Vuille, Martin (Martin)
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Forcing fetch task when source changes
>
> On 22 September 2014 12:25, Vuille, Martin (Martin)
> wrote:
> > I have defined a class with a customized fetch task (that
> >
> &
gt; Sent: September 22, 2014 7:34 AM
> To: Vuille, Martin (Martin)
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Forcing fetch task when source changes
>
> On 22 September 2014 12:25, Vuille, Martin (Martin)
> wrote:
> > I have defined a class with a customized fetch t
On 22 September 2014 12:25, Vuille, Martin (Martin) wrote:
> I have defined a class with a customized fetch task (that
>
> copies files from a local read-only directory to the ${S}
>
> directory).
>
>
>
> I am looking for a way to cause the fetch task to run
>
> again whenever the contents of the
I have defined a class with a customized fetch task (that
copies files from a local read-only directory to the ${S}
directory).
I am looking for a way to cause the fetch task to run
again whenever the contents of the local directory
change w.r.t. what was last fetched/copied to ${S}.
Is there a w