[bitbake-devel] expand after getVar

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 6 22:00:15 UTC 2018


On Wed, 2018-06-06 at 14:53 -0700, Andre McCurdy wrote:
> Is the following expression from trusted_network():
> 
>   d.expand(d.getVar('PN', False))
> 
> completely equivalent to:
> 
>   d.getVar('PN")
> 
> or is there something subtle going on?

It should be equivalent.

Cheers,

Richard



More information about the bitbake-devel mailing list