meta-snappy icon indicating copy to clipboard operation
meta-snappy copied to clipboard

Snappy for Yocto/OpenEmbedded

Results 7 meta-snappy issues
Sort by recently updated
recently updated
newest added

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...

I tried the demo steps exactly, built rocko, ran with qemu, and tried installing the hello-world snap. Then I tried the 'hello-world.evil', with the following result: ``` root@qemux86:~# hello-world.evil Hello...

When someone is building a Yocto based system, they need to ship a few snaps by default as well. To enable that, one needs a statically built snapd to run...

It is often desirable to make the rootfs of a Yocto based image read-only. However for snapd to work "correctly" there are certain paths that must be read-write. In our...

This project should, include a bbappend and the required patches to support strict confinement of snapd by default. We currently have patches for QEMU, RaspberryPi and Nvidia Tegra platform already...

hello everybody, I have a problem building yocto with meta-snappy Build Configuration: BB_VERSION = "1.36.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "arm-fslc-linux-gnueabi" MACHINE = "imx6ulevk" DISTRO = "fslc-framebuffer"...

At the moment, this layer brings its own cross Go recipes along with some Go package recipes. This conflicts with [meta-golang](https://github.com/madisongh/meta-golang) if one tries to use both. IMO, it would...

enhancement