Re: [yocto] Force nostamp from recipe

2016-09-29 Thread Chris Z.
Hi, Sorry it should be: do_configure[nostamp] = "1" Br, Chris Z On Thu, Sep 29, 2016 at 2:29 PM, Chris Z. wrote: > Hi, > > do_configure[noexec] = "1" > > > > http://www.crashcourse.ca/wiki/index.php/BitBake_task_flags > > On Thu, Sep 29, 2016 at 10:23 AM, Svein Seldal wrote: > >> Hi >> >> I h

Re: [yocto] Force nostamp from recipe

2016-09-29 Thread Chris Z.
Hi, do_configure[noexec] = "1" http://www.crashcourse.ca/wiki/index.php/BitBake_task_flags On Thu, Sep 29, 2016 at 10:23 AM, Svein Seldal wrote: > Hi > > I have a recipe using externalsrc, and with the version of poky I'm > running, it nostamps do_compile. > > Can I force other nostamp tasks