conan-io / meta-conan

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

[ci] Add minimal yocto image build #48

Closed danimtb closed 8 months ago

danimtb commented 8 months ago

Add CI stage to build a minimal yocto image (it would be slow but at least it would be tested)

In the future we can incorporate:

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

uilianries commented 8 months ago

Hello @danimtb ! Thank you for your contribution, could you please sign the CLA? 😝

uilianries commented 8 months ago

At this commit 74cc017, we should be able to build an minimal yocto image for qemu. Let's see how many hours is needed to build it.

uilianries commented 8 months ago

@danimtb It's working now. I would suggest by removing the previous image (check layer) and keeping only the minimal build.

danimtb commented 8 months ago

thanks a lot for the work @uilianries!! Now we can test the build of an image. Next step will be to include the conan layer into it to actually verify it works with kirkstone.

I don't want to remove the check-layer command yet until we have something that actually checks the layer in an image build. So I would leave it as is right now.