On Wed, 13 May 2020 at 06:03, Joel Winarske <[email protected]> wrote: > I have a project that generates a native artifact during the target build. > Both the native and target artifacts are needed for other target recipes. > > What's the recommended pattern for handling this?
Either use BBCLASSEXTEND or write a -native recipe, build just the native parts in a foo-native recipe and depend on that to build foo and other recipes. For example, glib-2.0 DEPENDS on glib-2.0-native. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49400): https://lists.yoctoproject.org/g/yocto/message/49400 Mute This Topic: https://lists.yoctoproject.org/mt/74175514/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
