Re: [PATCH v2] scripts/package: snap-pkg target

2017-11-27 Thread Paolo Pisati
On Wed, Sep 20, 2017 at 11:28 AM, Masahiro Yamada wrote: >> @@ -0,0 +1,14 @@ >> +name: kernel >> +version: KERNELRELEASE >> +summary: Linux kernel >> +description: The upstream Linux kernel >> +grade: stable >> +confinement: strict >> +type: kernel >> + >> +parts: >> + kernel: >> +plugin: ker

Re: [PATCH v2] scripts/package: snap-pkg target

2017-09-20 Thread Masahiro Yamada
Hi Paolo, 2017-09-12 19:11 GMT+09:00 Paolo Pisati : > @@ -0,0 +1,14 @@ > +name: kernel > +version: KERNELRELEASE > +summary: Linux kernel > +description: The upstream Linux kernel > +grade: stable > +confinement: strict > +type: kernel > + > +parts: > + kernel: > +plugin: kernel > +sour

[PATCH v2] scripts/package: snap-pkg target

2017-09-12 Thread Paolo Pisati
Following in footsteps of other targets like 'deb-pkg, 'rpm-pkg' and 'tar-pkg', this patch adds a 'snap-pkg' target for the creation of a Linux kernel snap package using the kbuild infrastructure. A snap, in its general form, is a self contained, sandboxed, universal package and it is intended to