On 13 Jul 2022, at 14:40, simonblack.it via lists.yoctoproject.org <[email protected]> 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: $ oe-pkgdata-util list-pkgs —recipe glibc glibc glibc-dbg glibc-dev glibc-doc glibc-extra-nss glibc-pcprofile glibc-src glibc-staticdev glibc-thread-db glibc-utils ldconfig ldd ldso libmemusage libnss-db libsotruss malloc-debug nscd sln tzcode Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57525): https://lists.yoctoproject.org/g/yocto/message/57525 Mute This Topic: https://lists.yoctoproject.org/mt/92357520/21656 Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
