Commit Graph

18 Commits

Author SHA1 Message Date
Ben Hutchings 8fcefc201f debian/config: Remove redundant overrides of [build]signed-modules
We will keep signed-modules disabled by default, and only enable it on
architectures where it makes sense.
2018-04-08 10:30:15 +02:00
Ben Hutchings 516d9dac1d debian/config: Add config variable to control module signing in linux-signed
- Enable it by default
- Disable it for armel/marvell since signature verification is not enabled.
- Disable it for mips and mipsel so linux-signed can be uploaded without
  waiting for them to build
- Disable it for all architectures not in the main archive, as linux-signed
  won't support them (at least, not initially).

We don't need a variable to control signing of the image, because
we should do that for all flavours that have CONFIG_EFI_STUB=y.
2016-04-04 10:41:48 +01:00
Helge Deller 13bf60dc82 [alpha] Add udeb packages & drop alpha-legacy kernel image
svn path=/dists/trunk/linux/; revision=22443
2015-03-03 08:03:27 +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
Ben Hutchings 0dc8c8d372 [alpha] Use gcc-4.6 (Closes: #685894)
svn path=/dists/sid/linux/; revision=19356
2012-08-28 18:11:27 +00:00
Ben Hutchings b9754184da [alpha] Build with gcc-4.5 (Closes: #657112)
svn path=/dists/trunk/linux-2.6/; revision=18628
2012-01-25 03:27:19 +00:00
Ben Hutchings f4b9a38952 Make gcc-4.5 the default compiler (except for alpha, hppa and m68k)
svn path=/dists/trunk/linux-2.6/; revision=17620
2011-06-07 09:06:56 +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
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
Moritz Muehlenhoff 1f4d155d14 mention difference between Alpha flavours
svn path=/dists/trunk/linux-2.6/; revision=14037
2009-07-28 09:55:03 +00:00
Bastian Blank 6cd6b5892f debian/config/alpha/defines, debian/config/hppa/defines,
debian/config/ia64/defines debian/config/sparc/defines: Use plain image type.

svn path=/dists/trunk/linux-2.6/; revision=12842
2009-02-18 14:54:40 +00:00
Bastian Blank 3fcebca33c Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=11829
2008-07-14 05:20:54 +00:00
Bastian Blank 6342f86067 debian/config/**/defines: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=10253
2008-01-29 13:48:04 +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 29a400ad4f debian/config: Make base explicit.
svn path=/dists/trunk/linux-2.6/; revision=9225
2007-07-29 16:26:02 +00:00
Bastian Blank 414281db59 * debian/config: Set featuresets instead of subarches.
* debian/lib/python/debian_linux/config.py
  - Fix some method names.
  - Use featuresets insteaf of subarches.

svn path=/dists/trunk/linux-2.6/; revision=9204
2007-07-27 15:24:23 +00:00
Bastian Blank 236826c2eb * debian/config: Move from debian/arch.
* debian/bin/abicheck.py, debian/bin/abiupdate.py, debian/bin/kconfig.py,
  debian/lib/python/debian_linux/gencontrol.py, debian/rules,
  debian/rules.real: Use debian/config instead of debian/arch.

svn path=/dists/trunk/linux-2.6/; revision=9187
2007-07-24 18:31:40 +00:00