Meta-Pkgs

Differences between revisions 4 and 5
Revision 4 as of 2012-09-19 21:43:36
Size: 4972
Editor: c-67-171-184-21
Comment:
Revision 5 as of 2012-09-20 13:11:30
Size: 5133
Editor: c-67-171-184-21
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
||<rowstyle="background-color: #EEEDD4;">i386 amd64|| generic || linux → linux-generic → (see below) || ||
||<rowstyle="background-color: #EEEDD4;">i386 amd64|| generic || linux-image → linux-image-generic → (see below) || ||
||<rowspan=3 rowstyle="background-color: #F1F1F1;">i386 amd64||<rowspan=3> generic || linux-generic → [linux-image-generic, linux-headers-generic]||<rowspan=3> [[attachment:generic-i386-amd64.png]] (also embedded below table)||
||<rowspan=2 rowstyle="background-color: #EEEDD4;">i386 amd64||<rowspan=2> generic || linux → linux-generic → (see below) ||<rowspan=2> [[attachment:generic-i386-amd64.png]] (embedded below table) ||
||<rowstyle="background-color: #EEEDD4;"> linux-image → linux-image-generic → (see below) ||
||<rowspan=3 rowstyle="background-color: #F1F1F1;">i386 amd64||<rowspan=3> generic || linux-generic → [linux-image-generic, linux-headers-generic]||<rowspan=3> [[attachment:generic-i386-amd64.png]] (embedded below table)||
Line 22: Line 22:
||<rowspan=3 rowstyle="background-color: #EEEDD4;">i386 amd64||<rowspan=3> server || linux-server → [linux-image-server, linux-headers-server]||<rowspan=3> Stub meta package which redirects to generic meta package above || ||<rowspan=3 rowstyle="background-color: #EEEDD4;">i386 amd64||<rowspan=3> server || linux-server → [linux-image-server, linux-headers-server]||<rowspan=3>Stub meta package which redirects to generic meta package above. [[attachment:server-i386-amd64.png]] (embedded below table) ||
Line 46: Line 46:
{{attachment:server-i386-amd64.png}}

Pursuant to UDS-Q blueprints, the Ubuntu Kernel Team team has collapsed multiple 12.04 x86 flavours into one 12.10 flavour, e.g. generic. We've also modified kernel packaging for x86 such that it is delivered in 2 packages, linux-image and linux-image-extra. This is to accommodate the needs of virtual instances where the smallest possible kernel package is desired, ie linux-image. With these changes in flavors, there are also corresponding changes to the meta packages which support these flavors.

Quantal Quetzal 12.10

For the documented list of supported flavours, please see https://wiki.ubuntu.com/Kernel/Dev/Flavours

The general relationship rules for the Quantal kernel meta packages are as follows:

linux-<flavour>

depends on linux-headers-<flavour> and linux-image-<flavour>. Note the dependency of linux-<flavour> on the appropriate kernel and headers package. This is now common across all architectures.

linux-headers-<flavour>

depends on the kernel headers package.

linux-image-<flavour>

depends on the kernel and extras binary packages. [1]

[1] The exception is linux-image-virtual which only depends on the kernel binary package and not the extras package. Linux-image-extra-virtual depends on both kernel and extras packages.

The specific Quantal kernel meta packages are as follows:

Arch

Meta Package Flavor

Meta Package Mapping

Comments

i386 amd64

generic

linux → linux-generic → (see below)

generic-i386-amd64.png (embedded below table)

linux-image → linux-image-generic → (see below)

i386 amd64

generic

linux-generic → [linux-image-generic, linux-headers-generic]

generic-i386-amd64.png (embedded below table)

linux-headers-generic → linux-headers-ABI-generic

linux-image-generic → [linux-image-ABI-generic, linux-image-extra-ABI-generic]

i386 amd64

server

linux-server → [linux-image-server, linux-headers-server]

Stub meta package which redirects to generic meta package above. server-i386-amd64.png (embedded below table)

linux-headers-server → linux-headers-generic

linux-image-server → linux-image-generic

i386 amd64

virtual

linux-virtual → [linux-image-virtual, linux-headers-virtual]

linux-headers-virtual → linux-headers-generic

linux-image-virtual → linux-image-ABI-generic

linux-image-extra-virtual → [linux-image virtual,linux-image-extra-ABI-generic]

armel armhf

omap

linux-omap → [linux-image-omap, linux-headers-omap]

linux-headers-omap → linux-headers-ABI-omap

linux-image-omap → linux-image-ABI-omap

armhf

highbank

linux-highbank → [linux-image-highbank, linux-headers-highbank]

linux-headers-highbank → linux-headers-ABI-highbank

linux-image-highbank → linux-image-ABI-highbank

armhf

omap4

linux-omap4 → [linux-image-omap4, linux-headers-omap4]

linux-image-omap4 → linux-image-ABI-omap4

linux-headers-omap4 → linux-headers-ABI-omap4

powerpc

powerpc64

linux-powerpc64-smp → [linux-image-powerpc64-smp, linux-headers-powerpc64-smp]

linux-headers-powerpc64-smp → linux-headers-ABI-powerpc64-smp

linux-image-powerpc64-smp → linux-image-ABI-powerpc64-smp

powerpc

powerpc-smp

linux-powerpc-smp → [linux-image-powerpc-smp, linux-headers-powerpc-smp]

linux-headers-powerpc-smp → linux-headers-ABI-powerpc-smp

linux-image-powerpc-smp → linux-image-ABI-powerpc-smp

generic-i386-amd64.png server-i386-amd64.png

Precise Pangolin 12.04

TBD

Kernel/Dev/Meta-Pkgs (last edited 2012-09-20 19:01:50 by c-67-171-184-21)