Initial ports request pull.

Tim Gardner tim.gardner at canonical.com
Thu Jun 18 13:45:39 UTC 2009


Luke Yelavich wrote:
> As per the karmic kernel flavours gobby session/spec, and at the request of archive admins, here is a series of commits to re-introduce ports back into the main linux source package. I've brought all ports architectures in as well as I could, and from here on in, will only be caring for PowerPC, so anyone else wanting to deal with sparc/powerpc, plesae send pull requests/patches like I have done with this pull request.
> 
> The following changes since commit 055e3facddd4b8b92d52377ba815e91ef527e724:
>   Tim Gardner (1):
>         UBUNTU: [Config] Renamed generic to generic-pae, legacy to generic
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/themuso/ubuntu-karmic.git master
> 
> Luke Yelavich (9):
>       UBUNTU: SAUCE: Import of ports architectures into kernel packaging infrastructure
>       UBUNTU: SAUCE: Add configuration files for ports architectures
>       UBUNTU: SAUCE: Do not update ports kernel configurations by default
>       UBUNTU: SAUCE: Disable ABI checking for ports architectures
>       UBUNTU: SAUCE: Build drivers in ubuntu sub-directory on powerpc
>       UBUNTU: [Config] Disable CONFIG_ISA on powerpc and powerpc-smp kernels
>       UBUNTU: SAUCE: Add control.d/vars.* files for ports architectures
>       UBUNTU: SAUCE: Add ports architectures for linux-libc-dev
>       UBUNTU: SAUCE: Create powerpc specific message-modules and block-modules udebs
> 
> Michael Casadevall (1):
>       UBUNTU: Fix compression of kernels
> 
>  arch/powerpc/Kconfig                               |    2 +
>  debian/config/amd64/config.common.amd64            |  441 +++++++
>  debian/config/armel/config.common.armel            |   46 +
>  debian/config/config.common.ubuntu                 |  895 +++++++-------
>  debian/config/i386/config.common.i386              |  439 +++++++
>  debian/config/i386/config.flavour.generic          |    2 +-
>  debian/config/i386/config.flavour.generic-pae      |    2 +-
>  debian/config/ia64/config.common.ia64              | 1171 +++++++++++++++++
>  debian/config/ia64/config.flavour.ia64             |    3 +
>  debian/config/lpia/config.common.lpia              |  412 ++++++
>  debian/config/powerpc/config.common.powerpc        | 1356 ++++++++++++++++++++
>  debian/config/powerpc/config.flavour.powerpc       |   54 +
>  debian/config/powerpc/config.flavour.powerpc-smp   |   54 +
>  debian/config/powerpc/config.flavour.powerpc64-smp |   54 +
>  debian/config/sparc/config.common.sparc            | 1236 ++++++++++++++++++
>  debian/config/sparc/config.flavour.sparc64         |    6 +
>  debian/config/sparc/config.flavour.sparc64-smp     |    6 +
>  debian/control.d/vars.ia64                         |    6 +
>  debian/control.d/vars.powerpc                      |    6 +
>  debian/control.d/vars.powerpc-smp                  |    6 +
>  debian/control.d/vars.powerpc64-smp                |    6 +
>  debian/control.d/vars.sparc64                      |    6 +
>  debian/control.d/vars.sparc64-smp                  |    6 +
>  debian/control.stub.in                             |    4 +-
>  debian/d-i/exclude-modules.powerpc                 |    4 +
>  debian/d-i/exclude-modules.sparc                   |    9 +
>  debian/d-i/kernel-versions.in                      |    9 +
>  debian/d-i/modules-powerpc/block-modules           |   29 +
>  debian/d-i/modules-powerpc/message-modules         |   13 +
>  debian/rules.d/1-maintainer.mk                     |   20 +-
>  debian/rules.d/2-binary-arch.mk                    |    9 +
>  debian/rules.d/ia64.mk                             |   16 +
>  debian/rules.d/powerpc.mk                          |   17 +
>  debian/rules.d/sparc.mk                            |   16 +
>  debian/scripts/misc/getabis                        |    3 +
>  debian/scripts/misc/kernelconfig                   |    8 +-
>  36 files changed, 5909 insertions(+), 463 deletions(-)
>  create mode 100644 debian/config/ia64/config.common.ia64
>  create mode 100644 debian/config/ia64/config.flavour.ia64
>  create mode 100644 debian/config/powerpc/config.common.powerpc
>  create mode 100644 debian/config/powerpc/config.flavour.powerpc
>  create mode 100644 debian/config/powerpc/config.flavour.powerpc-smp
>  create mode 100644 debian/config/powerpc/config.flavour.powerpc64-smp
>  create mode 100644 debian/config/sparc/config.common.sparc
>  create mode 100644 debian/config/sparc/config.flavour.sparc64
>  create mode 100644 debian/config/sparc/config.flavour.sparc64-smp
>  create mode 100644 debian/control.d/vars.ia64
>  create mode 100644 debian/control.d/vars.powerpc
>  create mode 100644 debian/control.d/vars.powerpc-smp
>  create mode 100644 debian/control.d/vars.powerpc64-smp
>  create mode 100644 debian/control.d/vars.sparc64
>  create mode 100644 debian/control.d/vars.sparc64-smp
>  create mode 100644 debian/d-i/exclude-modules.powerpc
>  create mode 100644 debian/d-i/exclude-modules.sparc
>  create mode 100644 debian/d-i/modules-powerpc/block-modules
>  create mode 100644 debian/d-i/modules-powerpc/message-modules
>  create mode 100644 debian/rules.d/ia64.mk
>  create mode 100644 debian/rules.d/powerpc.mk
>  create mode 100644 debian/rules.d/sparc.mk
> 

Luke - can you rebase against current Karmic? I found some issues with
the transition to generic/generic-pae and just started over. You
obviously got caught in the middle of that work. Most of everything
you've done should be fine except for the configs. Perhaps instead of a
patch to all of the various config file components, you could just send
the whole .config for each flavour and I can figure out how to get it
sorted. Patching the config files continues to be a pain in the ass
since they tend to change so radically with each update.

Sorry about the extra work.

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list