Commit Graph

39 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
Aurelien Jarno 8ee599f387 [mipsel/4kc-malta, mipsel/5kc-malta] Build for R2 ISA. 2016-06-21 21:11:26 +02:00
Aurelien Jarno 9e45452683 [mipsel] Remove loongson-2e and loongson-2f flavours (Closes: #827790). 2016-06-21 21:11:23 +02:00
Ben Hutchings 71324ae1c9 [mips*] Rename CPU type config files to be independent of Malta
Although the choice of CPU type currently only applies to Malta
flavours, there's nothing in these config files that prevents them
being used with other platforms (that we don't currently support).
2016-05-24 14:03:56 +01:00
Ben Hutchings 967b0f144e [mips*] Reorganise {4,5}kc-malta config into platform and CPU type
kernelarch-mips/config.{4,5}kc-malta are exact duplicates of each other,
aside from the CPU type.  Move all the common options out into
kernelarch-mips/config.malta.

Move mips/config.{4,5}kc-malta to kernelarch-mips where they belong,
adding '-r1' and '-r2' suffixes for the different CPU types.
2016-05-23 22:35:06 +01:00
Aurelien Jarno 3ec9fea9ef [mipsel/octeon] Activate flavour on mipsel. 2016-05-13 18:58:54 +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
Aurelien Jarno 2b363f8a38 mips: Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours. 2015-08-20 23:05:44 +02:00
Aurelien Jarno 4cc401da80 [mips/mipsel] Move common MIPS kernel config files to kernelarch-mips.
svn path=/dists/trunk/linux/; revision=21490
2014-07-01 15:45:37 +00:00
Aurelien Jarno e7e89ec5ff Don't force initramfs for loongson3, as it is the default since the merge from sid.
svn path=/dists/trunk/linux/; revision=21489
2014-07-01 08:30:26 +00:00
Ben Hutchings efebbfa5d6 Merge changes from sid up to 3.14.9-1
svn path=/dists/trunk/linux/; revision=21485
2014-07-01 01:23:29 +00:00
Ben Hutchings bcff92529e linux-image: Make initramfs support unconditional
svn path=/dists/sid/linux/; revision=21471
2014-06-27 15:38:07 +00:00
Aurelien Jarno b3f5537a41 [mipsel] Enable initramfs for all flavours, but keep the disk related
drivers built-in for now.

svn path=/dists/sid/linux/; revision=21469
2014-06-26 22:34:03 +00:00
Aurelien Jarno 443820545b [mipsel] Remove the sb1a-bcm91480b flavour.
svn path=/dists/trunk/linux/; revision=21299
2014-05-03 20:34:10 +00:00
Aurelien Jarno 624c9d16b6 [mipsel] Add a loongson-3 flavour to support Loongson 3A/3B machines.
svn path=/dists/trunk/linux/; revision=21298
2014-05-03 19:02:09 +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
Aurelien Jarno 2c0db3aff3 [mipsel] Remove r5k-cobalt flavour.
svn path=/dists/trunk/linux/; revision=20913
2013-12-25 05:26:26 +00:00
Aurelien Jarno b80c23d38d Add a loongson-2e flavour.
svn path=/dists/trunk/linux/; revision=20854
2013-12-05 10:16:53 +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
Ben Hutchings a629615aaa [mipsel/loongson2f] linux-image: Recommend libc6-loongson2f (Closes: #629410)
svn path=/dists/sid/linux-2.6/; revision=19060
2012-06-02 23:13:17 +00:00
Ben Hutchings 078e5c8af3 [mips,mipsel] Remove stale abi/ignore-changes definitions
These were for ABI 3.2.0-1 and we've now moved to 3.2.0-2.

svn path=/dists/sid/linux-2.6/; revision=18828
2012-03-13 06:32:10 +00:00
Bastian Blank 2a0295c80f debian/config/mips/defines, debian/config/mipsel/defines:
Ignore ABI changes for EXT3_FS removal.

svn path=/dists/sid/linux-2.6/; revision=18742
2012-02-26 18:30:56 +00:00
Bastian Blank aa71c851fa [mips,mipsel] Use ext4 for all ext-variants
* debian/changelog: Update.
* debian/config/kernelarch-mips/config
  - Add common mips config.
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.
* debian/config/mips/defines, debian/config/mipsel/defines:
  Use common config.
* debian/config/mips/config.*, debian/config/mipsel/config.*:
  Remove EXT2_FS and EXT3_FS.

svn path=/dists/sid/linux-2.6/; revision=18712
2012-02-20 13:27:09 +00:00
Ben Hutchings 19b36b62f8 Make gcc-4.4 the default compiler
svn path=/dists/trunk/linux-2.6/; revision=15832
2010-06-06 11:30:22 +00:00
Ben Hutchings 48bcef44da Use gcc-4.4 for loongson-2f
svn path=/dists/trunk/linux-2.6/; revision=15831
2010-06-06 11:20:14 +00:00
Ben Hutchings ac3139558e [mipsel] Add a loongson-2f flavour
[mipsel] Loongson: Define rtc device on MC146818-equipped systems

svn path=/dists/trunk/linux-2.6/; revision=15828
2010-06-06 00:10:25 +00:00
Bastian Blank 2261cf7ea8 * debian/config/mipsel/config.sb1-bcm91250a: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14500
2009-10-29 11:24:48 +00:00
Bastian Blank 8fba93234e * debian/config/mipsel/config.sb1a-bcm91480b: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14499
2009-10-29 11:23:30 +00:00
Bastian Blank 059db51cb1 * debian/config/mipsel/config.4kc-malta: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14498
2009-10-29 11:21:09 +00:00
Bastian Blank c217b59312 * debian/config/mips/config.5kc-malta: Merge mipsel config.
* debian/config/mipsel/defines: Set config file location.
* debian/config/mipsel/config.5kc-malta: Remove.

svn path=/dists/trunk/linux-2.6/; revision=14497
2009-10-29 11:19:43 +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
Martin Michlmayr 13f551730e Migrate arm, armel, mips and mipsel away from kernel-package.
svn path=/dists/trunk/linux-2.6/; revision=12819
2009-02-16 22:04:48 +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
Aurelien Jarno 6abff025a8 * [mips/mipsel] Remove QEMU flavour, as the Malta platform is now correctly
emulated in QEMU.


svn path=/dists/trunk/linux-2.6/; revision=10063
2008-01-07 01:21:05 +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
Aurelien Jarno 869ef69019 [mips, mipsel] Add a 64-bit image (5kc-malta) for the MIPS Malta board. (closes: #435677)
svn path=/dists/trunk/linux-2.6/; revision=9444
2007-09-03 21:33:18 +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 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