From patchwork Mon Dec 3 12:54:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 1006883 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 437lML6wCrz9s3C; Mon, 3 Dec 2018 23:54:54 +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 1gTnkP-0005qw-9V; Mon, 03 Dec 2018 12:54:49 +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 1gTnkN-0005qq-CF for kernel-team@lists.ubuntu.com; Mon, 03 Dec 2018 12:54:47 +0000 Received: from 1.general.apw.uk.vpn ([10.172.192.78] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gTnkM-0006HD-8w for kernel-team@lists.ubuntu.com; Mon, 03 Dec 2018 12:54:47 +0000 Date: Mon, 3 Dec 2018 12:54:45 +0000 From: Andy Whitcroft To: Ubuntu Kernel Team Subject: [unstable] linux-buildinfo support Message-ID: <20181203125445.GE5298@brain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Add linux-buildinfo package support. This package contains all of the ABI information accumulated during the build. This means we no longer have to install that data onto the end-user system, and means we only have to download the ABI data when doing getabis. Pull request below. Proposing for application to unstable. -apw The following changes since commit 421bd4a75bc447f043348f839bc3a9627142c3e3: UBUNTU: SAUCE: net: ena: fix crash during ena_remove() (2018-11-15 12:00:17 -0800) are available in the Git repository at: git://git.launchpad.net/~apw/ubuntu/+source/linux/+git/disco linux-buildinfo for you to fetch changes up to fbf036b082414cf153d070339fa9b751e9d187a9: UBUNTU: [Packaging] buildinfo -- switch getabis configuration to new package (2018-12-03 12:16:54 +0000) ---------------------------------------------------------------- * linux-buildinfo: pull out ABI information into its own package (LP: #1806380) - [Packaging] limit preparation to linux-libc-dev in headers - [Packaging] commonise debhelper invocation - [Packaging] ABI -- accumulate abi information at the end of the build - [Packaging] buildinfo -- add basic build information - [Packaging] buildinfo -- add firmware information to the flavour ABI - [Packaging] buildinfo -- add compiler information to the flavour ABI - [Packaging] buildinfo -- add buildinfo support to getabis - [Packaging] buildinfo -- switch getabis configuration to new package * linux packages should own /usr/lib/linux/triggers (LP: #1770256) - [Packaging] own /usr/lib/linux/triggers