On Wed, Jul 13, 2022 at 4:12 PM Ross Burton <ross.burton@...> wrote:
On 13 Jul 2022, at 14:40, simonblack.it via lists.yoctoproject.org <simonblack.it=yahoo.com@...> wrote:
Does yocto store all packages name that will be built from a recipe in a variable?
That *will* be built, no.
PACKAGES contains the packages which *can* be built, but also the do_package can create more. For example, it’s possible for a package which builds 20 plugins to dynamically create a package-per-plugin instead of the list being hardcoded.
If you want to know what packages a recipe created then you can use pkgdata. There is a tool to examine it: