conan-io / meta-conan

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

Compatibillity with zeus #2

Open dtoubelis opened 4 years ago

dtoubelis commented 4 years ago

Would it be possible to make this layer compatible with zeus?

btashton commented 4 years ago

@dtoubelis Would you be willing to test the zeus branch here https://github.com/btashton/meta-conan/tree/zeus If that works for you we can look at getting it merged in here. There is also a warrior branch there as well.

dtoubelis commented 4 years ago

I'm testing it. There were two issues so far with python3-astroid and python3-pylint not providing native packages but it is an easy fix. I will keep you posted. I've never used conan before, so there is a learning curve ;-)

einoj commented 2 years ago

I was able to get it to work on zeus with just two additions to the master branch https://github.com/einoj/meta-conan/commit/dd1c53776a5374b08f8797c919089ec941f56724

Would be great if we could get my zeus branch added to this repo.

dtoubelis commented 2 years ago

Now "dunfel" would be nice too since it is LTS branch.

einoj commented 2 years ago

Because of our hardware vendor we are stuck at "zeus" for now.

uilianries commented 2 years ago

@einoj do you have a Zeus branch working? If yes, I can create the branch from master and you can open a PR with your updates.

einoj commented 2 years ago

@uilianries Yes I do, go ahead and create the branch and I'll open a PR.

uilianries commented 2 years ago

@einoj Thank you! The branch is available here: https://github.com/conan-io/meta-conan/tree/zeus

einoj commented 2 years ago

I'm surprised the Jenkins build fails with ERROR: Nothing PROVIDES 'spice', while if I clone meta-openembedded, spice is there

 $ git clone --depth 1 git://git.openembedded.org/meta-openembedded.git -b zeus /tmp/meta-openembedded
 $ ls /tmp/meta-openembedded/meta-networking/recipes-support/spice/
spice  spice_git.bb  spice-protocol_git.bb  usbredir_0.8.0.bb

Anyway I created a pull request with the additions I needed to make meta-conan work on zeus https://github.com/conan-io/meta-conan/pull/27

uilianries commented 2 years ago

@einoj Thank you! I'll check it.