I am building two out-of-tree KLMs with separate yocto recipes. One of the KLMs depends on a data structure defined in the other one. At present the structure definition is simply duplicated in both KLMs' source. I would prefer to define it in a header that one KLM can export and the other can #include.
Is there a recommended/canonical way to do this? MV
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto