Add snapd-native recipe
We need a snapd-native recipe, the one we can use to run the snap cli tool during the Yocto build process. That can then be used to "seed" snaps during image build process.
We have a recipe already created that we use internally. Will propose that here once https://github.com/morphis/meta-snappy/pull/36 lands
Hi @om26er
such a recipe would help me a lot. I am currently facing the same issue: I want to add some snaps during the Yocto build process.
Is there a possibility to propose your internally used recipe earlier?
I have previously proposed to own the maintainership of this repository but haven't go much responses to that. Since we are actively building our product using meta-snappy, I guess it might make sense for us to fork the project all together and open-source our changes to this.
It would help me a lot to have such a recipe or maybe you can guide me in the right direction to write such a recipe on my own. I am currently a little bit stuck at the point how to create a corresponding snapd-native recipe.
My experience with Yocto so far is not that big. I created some simple systems with some additional adjustments like adding some custom services, apps etc. but that's it.