From patchwork Fri May 24 15:47:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 246198 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id B44FE2C0178 for ; Sat, 25 May 2013 01:48:12 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UfuDq-0004kx-7y; Fri, 24 May 2013 15:48:02 +0000 Received: from mail.tpi.com ([70.99.223.143]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UfuDk-0004ji-QK for kernel-team@lists.ubuntu.com; Fri, 24 May 2013 15:47:56 +0000 Received: from salmon.rtg.net (mail.tpi.com [70.99.223.143]) by mail.tpi.com (Postfix) with ESMTP id C4AAB33B8D3; Fri, 24 May 2013 08:47:55 -0700 (PDT) Received: by salmon.rtg.net (Postfix, from userid 1000) id 7AE2B22AD3; Fri, 24 May 2013 09:47:55 -0600 (MDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH linux-meta-lts-raring SRU] UBUNTU: Provide an EOL upgrade meta package Date: Fri, 24 May 2013 09:47:50 -0600 Message-Id: <1369410470-5275-1-git-send-email-tim.gardner@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1183850 OEM Pre-installs need a way to automatically upgrade to the final LTS kernel at end of life. Signed-off-by: Tim Gardner --- meta-source/debian/control.d/generic | 11 +++++++++++ meta-source/debian/control.d/signed-generic | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/meta-source/debian/control.d/generic b/meta-source/debian/control.d/generic index 5e4fadd..2d05292 100644 --- a/meta-source/debian/control.d/generic +++ b/meta-source/debian/control.d/generic @@ -25,3 +25,14 @@ Description: Generic Linux kernel image and headers This package will always depend on the latest generic 12.10 kernel image and headers packages available. +# Update this meta package to depend on the 14.04 LTS kernel when Raring goes EOL. + +Package: linux-generic-lts-raring-eol-upgrade +Architecture: amd64 +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-generic-lts-raring +Description: Complete Generic Linux kernel and headers + This package will always depend on the latest 13.04 generic Linux kernel + and headers, or 14.04 when 13.04 is end of life. + diff --git a/meta-source/debian/control.d/signed-generic b/meta-source/debian/control.d/signed-generic index 9196e48..f49690a 100644 --- a/meta-source/debian/control.d/signed-generic +++ b/meta-source/debian/control.d/signed-generic @@ -16,3 +16,14 @@ Description: Complete Signed Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. +# Update this meta package to depend on the 14.04 signed LTS kernel when Raring goes EOL. + +Package: linux-signed-generic-lts-raring-eol-upgrade +Architecture: amd64 +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-signed-generic-lts-raring +Description: Complete Signed Generic Linux kernel and headers + This package will always depend on the latest 13.04 generic Linux kernel + and headers, or 14.04 when 13.04 is end of life. +