Yocto macro viewing method

Yocto macro viewing method

1. bitbake -c devpyshell bb file name

like:

bitbake -c devpyshell image
image : bb file name

Add to:

bitbake -e linux-extension | grep ^TOPDIR

linux-extension: is the bb file name

TOPDIR: The name of the macro to be viewed

2. A small window appears
insert image description here

Enter d.getVar('macro name')

You can see the macro

Supongo que te gusta

Origin blog.csdn.net/weixin_41903639/article/details/125043218
Recomendado
Clasificación