On 08.02.2016 14:44, EXT Maciek Borzecki wrote:
On pon, 2016-02-08 at 14:20 +0100, Woronicz, Bartosz ( NSN - PL/Wroclaw) wrote:
The problem is, it doesn't doit delirebately,

when I run

bitbake -f -c latest_link myrecipe , it works

when the process is in the tasks batch running
bitbake myrecipe
it doesn't
What am I doing wrong ?
Try adding:

do_latest_link[nostamp] = "1"

This should cause the task to be run each time.

Ok, but I don't want to run it everytime, just after the do_unpack. What I need to put it in requirements for each recipe ?
Maybe something like

do_unpack[require] = "latest_link"

but I cannot find such thing


Kind regards,
Bartosz Woronicz
Engineer, Software Configuration (SCM)
NSN - PL/Wroclaw

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to