From patchwork Mon Sep 10 07:34:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 967885 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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=none (p=none dis=none) header.from=ubuntu.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 4280DS2f4Mz9s1x; Mon, 10 Sep 2018 17:34:31 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fzGiD-0007qt-GD; Mon, 10 Sep 2018 07:34:21 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fzGiB-0007pS-54 for kernel-team@lists.ubuntu.com; Mon, 10 Sep 2018 07:34:19 +0000 Received: from xdsl-77-86-196-137.nebulazone.fi ([77.86.196.137] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fzGiA-0007jw-QT for kernel-team@lists.ubuntu.com; Mon, 10 Sep 2018 07:34:18 +0000 From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [SRU xenial meta-hwe][PATCH v2] Add transitionals-oem to migrate users on 4.13 based OEM kernel to 4.15 HWE kernel. Date: Mon, 10 Sep 2018 10:34:17 +0300 Message-Id: <20180910073417.9838-1-tjaalton@ubuntu.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" BugLink: http://bugs.launchpad.net/bugs/1785280 4.13 OEM kernel is now EOL, and users should be migrated to 4.15 HWE kernel, because it's enough to support all the hw and is supported for five years. Signed-off-by: Timo Aaltonen Acked-by: Stefan Bader Acked-by: Marcelo Henrique Cerri --- debian/control.d/transitionals-oem | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 debian/control.d/transitionals-oem diff --git a/debian/control.d/transitionals-oem b/debian/control.d/transitionals-oem new file mode 100644 index 0000000..bf2deeb --- /dev/null +++ b/debian/control.d/transitionals-oem @@ -0,0 +1,46 @@ +Package: linux-image-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-image-generic-hwe-16.04 +Description: Depends on the generic hardware enablement kernel image (dummy transitional package) + Transitional package for upgrades from linux-oem to hwe + +Package: linux-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-generic-hwe-16.04 +Description: Depends on the generic hardware enablement kernel image and headers (dummy transitional packages) + Transitional package for upgrades from linux-oem to hwe + +Package: linux-tools-oem +Architecture: amd64 +Section: oldlibs +Depends: linux-tools-generic-hwe-16.04 +Description: Linux kernel versioned Tools (dummy transitional package) + Transitional package for upgrades from linux-oem to hwe + +Package: linux-headers-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-headers-generic-hwe-16.04 +Description: Generic Linux kernel headers (dummy transitional package) + Transitional package for upgrades from linux-oem to hwe + +Package: linux-signed-image-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-signed-image-generic-hwe-16.04 +Description: Signed Generic Linux kernel image (dummy transitional package) + Transitional package for upgrades from linux-oem to hwe + +Package: linux-signed-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-signed-generic-hwe-16.04 +Description: Complete Signed Generic Linux kernel and headers (dummy transitional package) + Transitional package for upgrades from linux-oem to hwe