Commit Graph

54 Commits

Author SHA1 Message Date
Ben Hutchings 521ed14531 Update to 3.14.12
Drop x86 ptrace patch which is included in it.

Ignore or work around various ABI changes.

svn path=/dists/sid/linux/; revision=21525
2014-07-11 16:44:49 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Bastian Blank e6216f6f93 Use compiler name instead of Linux version in compiler meta-packages.
* debian/changelog: Update.
* debian/config: Specify new name of compiler meta-package.
* debian/templates
  - Rename compiler meta-packages.
  - Adjust description.

svn path=/dists/trunk/linux/; revision=20821
2013-11-24 08:56:56 +00:00
Ben Hutchings 08a7d92f2b [arm,x86,s390,s390x] Introduce linux-compiler meta-packages to allow use of foreign linux-headers packages with a native multilib compiler
svn path=/dists/trunk/linux/; revision=20799
2013-11-21 01:15:15 +00:00
Ben Hutchings 56baa7564b [rt] Remove xen-linux-system packages and references to Xen support
It is not sensible to run a PREEMPT_RT kernel under Xen or any other
hypervisor that doesn't itself provide real-time scheduling.

This requires reintroducing an explicit 'none' featureset for amd64
and i386, just to hold the Xen support definitions.

svn path=/dists/sid/linux/; revision=20036
2013-05-06 03:05:25 +00:00
Ben Hutchings ef781eb6ee Merge changes from sid up to 3.2.35-1
Exclude RT changes and ABI fudges.

Refresh firmware-remove-redundant-log-messages-from-drivers.patch
against 3.6, but don't attempt to cover anything new yet.

svn path=/dists/trunk/linux/; revision=19603
2012-12-10 04:06:21 +00:00
Bastian Blank 7c1154be91 * debian/bin/gencontrol.py: Add support for kernelarch specific config.
* debian/config: Remove now implicit definitions.

svn path=/dists/trunk/linux/; revision=19545
2012-11-26 22:31:06 +00:00
Bastian Blank 825b83a00b debian/bin/gencontrol.py, debian/config/amd64/defines,
debian/config/i386/defines: Remove dom0-support option.

svn path=/dists/trunk/linux/; revision=19542
2012-11-26 22:15:06 +00:00
Bastian Blank a68d013ae6 * debian/config/amd64/defines, debian/config/i386/defines:
Make none again an implicit featureset.
* debian/config/amd64/none, debian/config/i386/none,
  debian/config/i386/rt/config.686-pae: Remove.
* debian/config/i386/config.486, debian/config/i386/config.686-pae: Move.

svn path=/dists/trunk/linux/; revision=19541
2012-11-26 22:13:37 +00:00
Ben Hutchings 13476837b6 [amd64] linux-image: Include VIA Nano in package description
svn path=/dists/sid/linux/; revision=19512
2012-11-21 00:21:04 +00:00
Ben Hutchings a3549a225a Update to 3.2.34
Avoid 2 ABI changes in ALSA and rtnetlink.  Ignore ABI change for
removal of disable_hlt() and enable_hlt() on i386; they were only
meant for use by the floppy driver.

svn path=/dists/sid/linux/; revision=19509
2012-11-18 03:56:22 +00:00
Uwe Kleine-König 6baf5be73e [rt] reenable rt featureset
svn path=/dists/trunk/linux/; revision=19458
2012-10-24 14:29:13 +00:00
Ben Hutchings 03b7022182 Really disable rt featureset
svn path=/dists/trunk/linux/; revision=19299
2012-08-01 04:03:34 +00:00
Bastian Blank a5f8f84f93 Don't advertise Xen in rt images.
* debian/changelog: Update.
* debian/config/amd64/none/defines, debian/config/i386/none/defines:
  Move xen description and definitions from architecture specific config.
* debian/config/i386/defines, debian/config/amd64/defines:
  Remove all xen specific stuff.

svn path=/dists/sid/linux-2.6/; revision=18710
2012-02-20 12:53:32 +00:00
Uwe Kleine-König c12f7c09d4 [i386] enable rt featureset for 686-pae
svn path=/dists/trunk/linux-2.6/; revision=18671
2012-02-08 21:26:02 +00:00
Bastian Blank 2aee5e44d4 * debian/bin/gencontrol.py: Move debug setting into new build section.
* debian/config/amd64/defines, debian/config/i386/defines: Update.

svn path=/dists/trunk/linux-2.6/; revision=18490
2012-01-11 17:05:44 +00:00
Ben Hutchings a987a4c771 Merge changes from sid up to 2.6.39-3
svn path=/dists/trunk/linux-2.6/; revision=17830
2011-07-12 05:25:23 +00:00
Ben Hutchings e12966f13c Add definitions for xen-linux-system packages
svn path=/dists/trunk/linux-2.6/; revision=17635
2011-06-09 00:07:23 +00:00
Ben Hutchings 5147f63b7a [x86] Remove Celeron from list of processors supporting PAE.
Most 'Celeron M' models do not.

svn path=/dists/sid/linux-2.6/; revision=17481
2011-05-30 18:31:25 +00:00
Ben Hutchings f47e41d214 [i386] Rename '686-bigmem' flavour to '686-pae'; remove '686' flavour.
For 686-class systems without PAE, the '486' flavour is more efficient
than the '686' flavour due to optimisation for uniprocessor systems.

svn path=/dists/trunk/linux-2.6/; revision=17210
2011-04-07 01:52:47 +00:00
Ben Hutchings d23157bc6c Remove remnants of openvz, vserver, xen featuresets
svn path=/dists/trunk/linux-2.6/; revision=17065
2011-03-13 06:45:57 +00:00
Maximilian Attems d763fec6f3 list extlinux after grub as not as mature
pointed out by waldi.

svn path=/dists/trunk/linux-2.6/; revision=16912
2011-02-18 11:22:32 +00:00
Maximilian Attems cc2423bb23 linux images suggests add extlinux s/grub/grub-pc/
svn path=/dists/trunk/linux-2.6/; revision=16911
2011-02-18 09:52:07 +00:00
Bastian Blank 7f5e7db196 Merge /dists/squeeze/linux-2.6 (2.6.32-30).
svn path=/dists/trunk/linux-2.6/; revision=16903
2011-02-16 17:06:01 +00:00
Ben Hutchings 2f4dbd6221 [i386/686] Remove AMD K6 from the list of supported processors
AMD K6 does not implement the CMOV instruction.

svn path=/dists/sid/linux-2.6/; revision=15993
2010-07-18 20:43:42 +00:00
Bastian Blank 43cdbae505 * debian/changelog: Update.
* debian/config/amd64/defines,
  debian/config/i386/defines,
  debian/config/i386/openvz/defines: Enable building of debug infos.

svn path=/dists/sid/linux-2.6/; revision=15668
2010-05-12 20:09:41 +00:00
Maximilian Attems 163c21ff1f readd openvz in small dose
still disabled and without patch,
but makes it easier for me to test against latest sid.

svn path=/dists/sid/linux-2.6/; revision=15384
2010-03-16 00:11:09 +00:00
Maximilian Attems 59dfd89bbc cleanup trunk from openvz references
no patch forcoming, no schedule for a patch.
thus no openvz bannana for squeeze.

svn path=/dists/trunk/linux-2.6/; revision=14991
2010-01-24 12:08:42 +00:00
Bastian Blank 5fd7d767be debian/config/i386: Fix config names.
svn path=/dists/trunk/linux-2.6/; revision=14987
2010-01-23 13:11:34 +00:00
Ben Hutchings 459c349bce Use i386 flavour configuration files regardless of the featureset
svn path=/dists/trunk/linux-2.6/; revision=14979
2010-01-22 01:51:30 +00:00
Ben Hutchings b575145097 Merge /dists/sid/linux-2.6.
This should include all changes up to 2.6.31-2, except patches merged upstream.
Fix up ARM patches to apply to 2.6.32.

svn path=/dists/trunk/linux-2.6/; revision=14642
2009-11-17 01:18:56 +00:00
Bastian Blank 6154bd8f7a * debian/config/amd64/config.amd64: Remove empty file.
* debian/config/amd64/defines, debian/config/i386/defines:
  Update config file selection.
* debian/config/kernelarch-x86/config-arch-64:
  Merge missing arch specific stuff.

svn path=/dists/trunk/linux-2.6/; revision=14494
2009-10-29 10:52:17 +00:00
Bastian Blank 5424d006b0 * debian/config/amd64/config, debian/config/i386/config:
Remove empty files.
* debian/config/amd64/defines, debian/config/i386/defines:
  Update config file selection.
* debian/config/kernelarch-x86/config,
  debian/config/kernelarch-x86/config-arch-32,
  debian/config/kernelarch-x86/config-arch-64:
  Merge missing arch specific stuff.

svn path=/dists/trunk/linux-2.6/; revision=14493
2009-10-29 10:50:03 +00:00
Bastian Blank e39e268dbd Move all description related config options into its own section.
* debian/bin/gencontrol.py: Handle description parts.
* debian/config: Update.
* debian/lib/python/debian_linux/config.py: Recognize new section.
* debian/lib/python/debian_linux/gencontrol.py: Remove old code.

svn path=/dists/trunk/linux-2.6/; revision=14469
2009-10-27 16:35:16 +00:00
Ben Hutchings e775ea3ceb Improve package descriptions
- Clarify the differences between i386 flavours (Closes: #414690)
- Simplify wording of the description template

svn path=/dists/trunk/linux-2.6/; revision=14342
2009-10-06 23:26:20 +00:00
Bastian Blank c50195c654 debian/config/amd64/defines, debian/config/i386/defines:
Mark amd64 kernels als Xen capable.

svn path=/dists/trunk/linux-2.6/; revision=13787
2009-06-12 17:38:02 +00:00
Bastian Blank 8b9c7d552f * debian/config/i386/config: Remove options.
* debian/config/i386/defines: Use split configs.
* debian/config/kernelarch-x86/config-arch-32: Add x86 32bit options.

svn path=/dists/trunk/linux-2.6/; revision=13650
2009-05-20 15:14:18 +00:00
Bastian Blank a94d55bc0d Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=12535
2008-12-28 16:55:48 +00:00
Bastian Blank 69c2a1f0da debian/config: Drop xen-vserver variant.
svn path=/dists/trunk/linux-2.6/; revision=11884
2008-07-23 15:11:53 +00:00
Maximilian Attems e214f89a7d openvz add i386 flavour
as we only want to add *one* image,
it is based on the 686 pae bigmem config.

svn path=/dists/trunk/linux-2.6/; revision=11870
2008-07-21 22:42:37 +00:00
Bastian Blank 8d1ea34ccd debian/config/i386/defines: Fix config. This is not there to be disabled.
svn path=/dists/trunk/linux-2.6/; revision=10392
2008-02-02 22:07:09 +00:00
Maximilian Attems 156e1b697a i386 disable xen images
none seem to build right now, SATA_MV, B44 troubles..

svn path=/dists/trunk/linux-2.6/; revision=10391
2008-02-02 21:42:37 +00:00
Bastian Blank 9aeed633d4 Remove versions from relations fullfilled in stable.
* debian/changelog: Update.
* debian/config/amd64/defines
  - Remove grub conflict.
  - Remove e2fsprogs depends.
  - Remove versions from suggests.
* debian/config/amd64/xen/defines,
  debian/config/amd64/xen-vserver/defines,
  debian/config/i386/xen/defines,
  debian/config/i386/xen-vserver/defines,
  debian/config/powerpc/defines: Remove versions from suggests.
* debian/config/i386/defines
  - Remove grub conflict.
  - Remove versions from suggests.
* debian/templates/control.image.type-kernel-package.in,
  debian/templates/control.image.type-modulesextra.in,
  debian/templates/control.image.type-modulesinline.in,
  debian/templates/control.image.type-plain.in:
  Remove versions from depends.

svn path=/dists/trunk/linux-2.6/; revision=10194
2008-01-25 10:30:49 +00:00
Bastian Blank 0e7062db03 debian/config/i386/defines: Remove old kernel arch definition.
svn path=/dists/trunk/linux-2.6/; revision=9851
2007-11-30 20:22:04 +00:00
Bastian Blank 3ea3a1953f * debian/changelog: Update.
* debian/config/i386/defines: Remove libc-dev overrides.

svn path=/dists/trunk/linux-2.6/; revision=9848
2007-11-30 11:02:24 +00:00
Bastian Blank 061b560003 * debian/changelog: Update.
* debian/config/amd64/defines, debian/config/i386/defines:
  - Set kernel arch to x86.
  - Remove old arch definitions for headers.

svn path=/dists/trunk/linux-2.6/; revision=9847
2007-11-30 10:58:51 +00:00
Bastian Blank 423fd38400 Get architecture for linux-libc-dev from the config. Default to kernel arch.
* debian/bin/gencontrol.py: Pull value out of the config.
* debian/config/i386/defines, debian/config/sparc/defines: Override arch.
* debian/rules.real: Update.

svn path=/dists/trunk/linux-2.6/; revision=9511
2007-09-13 15:01:10 +00:00
Bastian Blank 9a0a52a6c5 debian/config/i386/defines: Remove unused kpkg-arch definition.
svn path=/dists/trunk/linux-2.6/; revision=9510
2007-09-13 14:49:31 +00:00
Bastian Blank 6b8154d436 * debian/config/defines: Make plain image type default.
* debian/config/alpha/defines, debian/config/arm/defines,
  debian/config/armel/defines, debian/config/hppa/defines,
  debian/config/ia64/defines, debian/config/mips/defines,
  debian/config/mipsel/defines, debian/config/sparc/defines:
  Explicitely use kernel-package.
* debian/config/amd64/defines, debian/config/i386/defines,
  debian/config/m68k/defines, debian/config/powerpc/defines,
  debian/config/s390/defines: Use default image type.

svn path=/dists/trunk/linux-2.6/; revision=9509
2007-09-13 14:46:33 +00:00
Bastian Blank 4aff637e49 Drop i386 k7 images.
* debian/changelog: Update.
* debian/config/i386/defines, debian/config/i386/vserver/defines:
  Remove k7 from flavours.
* debian/config/i386/config.k7: Remove.

svn path=/dists/trunk/linux-2.6/; revision=9505
2007-09-12 14:58:50 +00:00