You can easily list all the targets/recipes (.bb files) in your workspace doing:
bitbake-layers show-recipes
If you want only the recipes for your image, do:
bitbake-layers show-recipes "<image_name>"
You can easily list all the targets/recipes (.bb files) in your workspace doing:
bitbake-layers show-recipes
If you want only the recipes for your image, do:
bitbake-layers show-recipes "<image_name>"