How do I determine what packages are in a recipe?

How do I determine what packages are in a recipe?

Is there a simple command to get this information out of bitbake?

hi. Bob

   you can see the openembedded/recipes directory to find out the
package which you needed. all the package bb-files are located there.

thanks

Hi,

Generally the name of the bb recipe file will tell which package it is
building. The depends variables inside the bb file will tell which
run time and compile time dependencies they are dependent on

Regards,
Prem