conan-io / meta-conan

Yocto layer for the Conan project
23 stars 28 forks source link

[POC] Conan v2 support with Meta Conan #44

Closed uilianries closed 10 months ago

uilianries commented 10 months ago

With the release of the Conan 2.x, the Yocto support should be checked if it needs some change to continue working with Conan 2.x, or it works properly.


During this after I did some tries with the current meta-conan code and Yocto, trying to build the core-image-sato, using kirkstone release. The idea was creating a meta layer that needs Conan to provide a pre-built library (I chose fmt due its size).

The current conan.bbclass is not compatible with Conan 2.x, but needs some changes to work. For instance, conan install and conan remote are different now in Conan 2.x, so it will not be possible to login or install a package.