[poky] For do_rootfs - basehash changed from 17... to 94... Variable TIME changed
Glenn Szejna
glenn.szejna at singlewire.com
Fri Mar 22 05:33:44 PDT 2019
Hi Nikolai,
Thank you for your insight and information. Your information helped us to
move forward and look for a solution to our problem in a different area of
the Yocto build process.
Best Regards & Thanks again,
Glenn
On Thu, Mar 21, 2019 at 7:55 AM Nikolai Merinov <
n.merinov at inango-systems.com> wrote:
> Hi Glenn,
>
> > In our recipe has the exclude line:
> > do_rootfs[vardepsexclude] = "TIME DATE DATETIME"
> >
> >
> > Why is bitbake depending on TIME when we have told it not to?
>
> Did you use the TIME variable directly in the "do_rootfs" function code?
> The "vardepsexclude" flag excludes only direct dependencies:
>
> B = "test"
> A = "${B}"
> # Code on the following line will not work: There is no direct
> dependency from do_install to B.
> # do_install[vardepsexclude] = "B"
> # Code on the following line effectively remove value of B variable
> from do_install stamps:
> A[vardepsexclude] = "B"
> do_install () {
> echo ${A}
> }
>
> Regards,
> Nikolai
>
>
--
Glenn Szejna
Linux Embedded Systems Engineer - Madison
glenn.szejna at singlewire.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20190322/12da562f/attachment.html>
More information about the poky
mailing list