I'm trying to get the list of inherited classes and, eventually, I will use it to determine whether to deploy some files or not.
The below one only returns the ones that were inherited via INHERIT variable.
bitbake-getvar -r my-recipe INHERIT
How can I get the list of classes inherited via inherit directive?
- BitBake Build Tool Core version 1.52.0
- Yocto v3.4.1 Honister