Yocto – Printing environment’s variables

Some useful bitbake commands to print package recipe’s variables:

a) Print source directory for a package recipe:

bitbake -e <package_recipe> | grep ^S=

b) Print working directory for a package recipe:

bitbake -e <package_recipe> | grep ^WORKDIR=

 

 

Unknown's avatar

Author: douglasfrancatech

Electrical Engineer passionate about embedded software development.

Leave a comment

Design a site like this with WordPress.com
Get started