You can use the -e
BitBake option to
display the parsing environment for a configuration.
The following displays the general parsing environment:
$ bitbake -e
This next example shows the parsing environment for a specific
recipe:
$ bitbake -e <recipename>