mbox series

[unstable] linux-buildinfo support

Message ID 20181203125445.GE5298@brain
State New
Headers show
Series [unstable] linux-buildinfo support | expand

Pull-request

git://git.launchpad.net/~apw/ubuntu/+source/linux/+git/disco linux-buildinfo

Message

Andy Whitcroft Dec. 3, 2018, 12:54 p.m. UTC
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

Comments

Seth Forshee Dec. 3, 2018, 8:46 p.m. UTC | #1
On Mon, Dec 03, 2018 at 12:54:45PM +0000, Andy Whitcroft wrote:
> 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.

As discussed offline, applied all patches except "[Packaging] buildinfo
-- switch getabis configuration to new package" to disco/master-next.
Thanks!