From patchwork Tue Jan 14 13:02:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1222772 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47xrFz5XpLz9sPW; Wed, 15 Jan 2020 00:02:15 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1irLpk-0005SW-5V; Tue, 14 Jan 2020 13:02:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1irLpf-0005Q4-5j for kernel-team@lists.ubuntu.com; Tue, 14 Jan 2020 13:02:07 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1irLpe-0006Bs-SF for kernel-team@lists.ubuntu.com; Tue, 14 Jan 2020 13:02:06 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH v2] [kteam-tools] info/kernel-series: hook linux-raspi2-5.3 bionic to pi-kernel snap 18-pi4 track Date: Tue, 14 Jan 2020 14:02:06 +0100 Message-Id: <20200114130206.7402-1-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Paolo Pisati --- 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' ]