Message ID | 20200114130206.7402-1-paolo.pisati@canonical.com |
---|---|
State | New |
Headers | show |
Series | [v2,kteam-tools] info/kernel-series: hook linux-raspi2-5.3 bionic to pi-kernel snap 18-pi4 track | expand |
On Tue, Jan 14, 2020 at 02:02:06PM +0100, Paolo Pisati wrote: > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > info/kernel-series.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml > index 39abe806..aac113b6 100644 > --- a/info/kernel-series.yaml > +++ b/info/kernel-series.yaml > @@ -1135,6 +1135,17 @@ > linux-meta-raspi2-5.3: > type: meta > repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/bionic', 'raspi2-5.3'] > + snaps: > + pi-kernel: > + primary: true > + repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/bionic', 'pi-5.3'] > + gated: false > + stable: true > + qa: false > + hw-cert: true > + publish-to: > + armhf: [ '18-pi4' ] > + arm64: [ '18-pi4' ] We are probably getting a new track name, so NAK this for the moment.
On 14.01.20 14:02, Paolo Pisati wrote: > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > info/kernel-series.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml > index 39abe806..aac113b6 100644 > --- a/info/kernel-series.yaml > +++ b/info/kernel-series.yaml > @@ -1135,6 +1135,17 @@ > linux-meta-raspi2-5.3: > type: meta > repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/bionic', 'raspi2-5.3'] > + snaps: > + pi-kernel: > + primary: true > + repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/bionic', 'pi-5.3'] > + gated: false > + stable: true > + qa: false > + hw-cert: true > + publish-to: > + armhf: [ '18-pi4' ] > + arm64: [ '18-pi4' ] > supported: true > backport: true > derived-from: [ '19.10', 'linux-raspi2' ] > Applied to kteam-tools/master branch, changing the track name to '18-pi'. Thanks, Kleber
diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml index 39abe806..aac113b6 100644 --- a/info/kernel-series.yaml +++ b/info/kernel-series.yaml @@ -1135,6 +1135,17 @@ linux-meta-raspi2-5.3: type: meta repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/bionic', 'raspi2-5.3'] + snaps: + pi-kernel: + primary: true + repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/bionic', 'pi-5.3'] + gated: false + stable: true + qa: false + hw-cert: true + publish-to: + armhf: [ '18-pi4' ] + arm64: [ '18-pi4' ] supported: true backport: true derived-from: [ '19.10', 'linux-raspi2' ]
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> --- info/kernel-series.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+)