From patchwork Mon Jul 2 19:03:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 938127 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=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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41KGqY2YHdz9s3Z; Tue, 3 Jul 2018 05:03:21 +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 1fa46U-0006ad-2l; Mon, 02 Jul 2018 19:03:14 +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 1fa46R-0006aK-SG for kernel-team@lists.ubuntu.com; Mon, 02 Jul 2018 19:03:11 +0000 Received: from mail-qt0-f199.google.com ([209.85.216.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fa46R-0003SZ-IY for kernel-team@lists.ubuntu.com; Mon, 02 Jul 2018 19:03:11 +0000 Received: by mail-qt0-f199.google.com with SMTP id l23-v6so6087114qtp.1 for ; Mon, 02 Jul 2018 12:03:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=AXV6qVn2iF4XL5elFXa+YR9JHz3Ky7lMVkedUbRCEek=; b=IMXKbU7y3Q21Nuj8Bgl2q4Nnu46ns0exaUGsdgjghQEljy9afvy+KvYubukGwspcUr Q7mAA4lffYnnWsDOpAlbzuzR+OaPxeX3yHsk1kS8hg6O12yFLSBi3CBLL8GzbndRkqWL dBvax6m59IPX2/T9yZZi8FtY8Z7R6INmdDovn8xkwWH59FVNSkeMZOesZEY6+mr12iED CA7MMR+S6U1oY1/Fz7pG2dYhd31MFbcUdnOrhVqd2kuGR/GgcOB3kZZwUFrw9qQHkPrZ lBJOuN07xH1vG+4Ty+a+SXFFqPRhI+gEVlsVItOh0EQ5yjBdR814t2B46yF4KOVJtJ2Q s2Zg== X-Gm-Message-State: APt69E1jg2dzzHTGRcYipFe/rWAP/H1WzfwCA2p36h/29XBlUM8ptKpt ezQiCOOdGbE8nVFXjYnRM7eM/Sc196qnfj0+dorLIZgU5ouJ8nx81xKB4MpNT7Db+jbDvoGbsY1 I9PE/1ynNo5ix+gvyBKlgsVxv6WPgR/XoMLlen4Us X-Received: by 2002:ac8:2659:: with SMTP id v25-v6mr24270457qtv.77.1530558190308; Mon, 02 Jul 2018 12:03:10 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcajfHnmbov71YjGctaLgPguzMfqM9yqcNdGEJb8n3xfLEYIYCRpLV0W1i7bUPWoscKNMLghQ== X-Received: by 2002:ac8:2659:: with SMTP id v25-v6mr24270442qtv.77.1530558190017; Mon, 02 Jul 2018 12:03:10 -0700 (PDT) Received: from localhost.localdomain ([179.110.36.78]) by smtp.gmail.com with ESMTPSA id u27-v6sm7004900qkl.66.2018.07.02.12.03.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jul 2018 12:03:08 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic/azure][PATCH 1/2] UBUNTU: Add the linux-modules-extra-azure meta package Date: Mon, 2 Jul 2018 16:03:01 -0300 Message-Id: <20180702190302.18180-2-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180702190302.18180-1-marcelo.cerri@canonical.com> References: <20180702190302.18180-1-marcelo.cerri@canonical.com> 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/1762756 linux-image-azure does not install extra modules by default. Because of that, there's no simple way for users and for tge testing infrastructure to install them. Add a meta package to always follow the latest linux-modules-extra--azure package available. Signed-off-by: Marcelo Henrique Cerri --- debian/control.d/azure | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/control.d/azure b/debian/control.d/azure index 5aa6f5ef3339..b65223ddab73 100644 --- a/debian/control.d/azure +++ b/debian/control.d/azure @@ -16,6 +16,15 @@ Description: Linux kernel image for Azure systems. This package will always depend on the latest kernel image available for Azure systems. +Package: linux-modules-extra-azure +Architecture: amd64 +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-azure +Description: Linux kernel extra modules for Azure systems. + This package will always depend on the latest extra modules package + available for Azure systems. + Package: linux-azure Architecture: amd64 Section: metapackages