On Wed, 15 May 2019 at 03:31, Tong Chen <[email protected]> wrote: > +DEPENDS += "openssl-native util-linux-native pkgconfig-native > glib-2.0-native zlib-native"
It isn't very clear, is kallsyms a native tool using during build, or is it something for the target? If it's a native tool, then it's tricky. Yocto does not support mixing native and target builds in the same recipe (what if something needs a native glib, and something else needs the target one?); you might want to write a separate -native recipe for the item you want to build. Alex -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
