On Wed, 15 Feb 2023 at 14:25, Dmitry Baryshkov <[email protected]> wrote: > +# dependencies for tools. libconfig is optional, it is a part of meta-oe so > it needs special treatment > +TOOLS_DEPS_FREEDRENO_LIBCONFIG = " > ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'libconfig', > '', d)} "
Oe-core cannot build things differently depending on whether other layers are present. On the other hand, it is fine to refer to dependencies from other layers if the corresponding options are disabled by default. You probably want to have the option for freedreno tools separate from the option for freedreno driver. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#177190): https://lists.openembedded.org/g/openembedded-core/message/177190 Mute This Topic: https://lists.openembedded.org/mt/96982252/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
