From patchwork Mon Jul 2 19:20:29 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: 938138 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 41KHCd4PlLz9s2g; Tue, 3 Jul 2018 05:20:45 +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 1fa4NL-0000L8-HU; Mon, 02 Jul 2018 19:20:39 +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 1fa4NJ-0000J1-DR for kernel-team@lists.ubuntu.com; Mon, 02 Jul 2018 19:20:37 +0000 Received: from mail-qk0-f200.google.com ([209.85.220.200]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fa4NJ-00049b-3H for kernel-team@lists.ubuntu.com; Mon, 02 Jul 2018 19:20:37 +0000 Received: by mail-qk0-f200.google.com with SMTP id d64-v6so19318234qkb.23 for ; Mon, 02 Jul 2018 12:20:37 -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=DDQ8LdP4qLNucXsE+yW1EM+YHXAMsUHEXam72A8emrs=; b=OLLqvThc+umg7E4ybbtY5aoQf/xuGaJGDQfkEVYqyk3bzuE0qRjGsSzUZLKpg5inhF 4ypUlxSkcnPG8j96dvj4+8R9q3hxdl+BQpIKutm0Z2h4mdoIFABElYXZEXE2KVgLsNPD Nu7MCIDWPlGxGAkzZoiHv/+xNJxBccsfSxwYHKjyqYIVYqkAvAHe8eMscIh0dGSqTdn1 Lr8u+uWDMKdOlfPkwfhTOF8yvfo9gpqUUJgKNZiT8OY++0CDsvyH9qHfUXqQ3daPH73n mOHhYMt7xPqwVImNi7lzTjXol0Bd3Y9ZKRuqrzo8uLUFxL61JGcvAV3M232H0jsoyQMe C7FA== X-Gm-Message-State: APt69E3OMfBakr9wOQ68tDuLip7dqFqBlG+JtT55Cw6K0H85tPHr3Kp7 TO8liWoR4S4+c7z65Y7gZ5lP8xVnUe7DacVZM/l9ETiBYx+bnyugmQRQ/VBIr0ODNzV2mJe5xyR 18/vVhXL1MXpxQewIrbsUX3aU3VRTgtrIHnltntWF X-Received: by 2002:aed:21a9:: with SMTP id l38-v6mr24575720qtc.87.1530559235856; Mon, 02 Jul 2018 12:20:35 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe/cd8uvYtM5+X2Ubti2ErwGOkO0MnL+NJNJWk0A6JD4GvIEDfmPrjWX/KxEI3RnXE3PIKRhg== X-Received: by 2002:aed:21a9:: with SMTP id l38-v6mr24575710qtc.87.1530559235616; Mon, 02 Jul 2018 12:20:35 -0700 (PDT) Received: from localhost.localdomain ([179.110.36.78]) by smtp.gmail.com with ESMTPSA id l22-v6sm5330548qkh.72.2018.07.02.12.20.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jul 2018 12:20:34 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [xenial/azure-edge][PATCH 1/1] UBUNTU: Add the linux-modules-extra-azure-edge meta package Date: Mon, 2 Jul 2018 16:20:29 -0300 Message-Id: <20180702192029.20131-2-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180702192029.20131-1-marcelo.cerri@canonical.com> References: <20180702192029.20131-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-edge 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(-edge)? package available. Signed-off-by: Marcelo Henrique Cerri Acked-by: Stefan Bader Acked-by: Kleber Sacilotto de Souza --- debian/control.d/azure-edge | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/control.d/azure-edge b/debian/control.d/azure-edge index 225d05f9ebda..72e6412356b9 100644 --- a/debian/control.d/azure-edge +++ b/debian/control.d/azure-edge @@ -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-edge +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-edge Architecture: amd64 Section: metapackages