Commit Graph

38 Commits

Author SHA1 Message Date
Ben Hutchings c853385790 [armel] Include size of appended DTBs in image size check
svn path=/dists/trunk/linux/; revision=22184
2014-12-10 16:50:18 +00:00
Ben Hutchings 7574db5487 [arm*] Update linux-headers-* dependency on linux-compiler-*-arm
svn path=/dists/trunk/linux/; revision=22069
2014-11-18 03:47:12 +00:00
Maximilian Attems cc574aa6f9 armel: drop ixp4xx
Image doesn't fit, old hardware, no one cares.

Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=21875
2014-09-19 14:48:01 +00:00
Ben Hutchings c9e2ac6cae [armel] Remove obsolete mv78xx0 flavour
svn path=/dists/trunk/linux/; revision=21753
2014-08-29 21:41:18 +00:00
Ben Hutchings 5f5a7e85c6 [armel] Re-enable ixp4xx flavour
The last changes to config.reduced also allow ixp4xx to fit within
its limit again.

svn path=/dists/trunk/linux/; revision=21719
2014-08-09 19:18:16 +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 9b217501df Move image-file definitions from flavour to arch level
The image-file path could potentially vary between flavours but
currently doesn't.  buildcheck.py works either way.

svn path=/dists/trunk/linux/; revision=21251
2014-04-20 22:43:24 +00:00
Ben Hutchings 013ff4de45 [armhf] Enable SECURITY_APPARMOR, SECURITY_TOMOYO
These were disabled for armel in 3.2.1-1 due to size concerns, but
the armel config (now in kernelarch-arm) is shared by armhf.  Move
the overrides into a new armel-specific config.

svn path=/dists/trunk/linux/; revision=21231
2014-04-14 01:07:22 +00:00
Ben Hutchings 0206509812 [armel] Disable ixp4xx flavour (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=21230
2014-04-14 01:04:22 +00:00
Ben Hutchings a0142417c0 Fold debian/config/armel/config-tiny into config.ixp4xx
Now that iop32x is gone, only ixp4xx needs these overrides.

svn path=/dists/trunk/linux/; revision=21229
2014-04-14 00:55:58 +00:00
Ben Hutchings 41e81b2bf0 Move common ARM config symbols from armel/config to kernelarch-arm/config
It is inconsistent and potentially surprising that armhf uses
armel/config as well as armhf/config.  Move the common config into a
new kernelarch-arm directory.

While we're at it, remove some redundant lines from both files.

svn path=/dists/trunk/linux/; revision=21221
2014-04-09 03:00:10 +00:00
Ben Hutchings 2e06c068d6 [armel] Remove iop32x flavour (fixes FTBFS)
I'm not about to fix it again, and no-one else seems to care for this
flavour any more.

svn path=/dists/trunk/linux/; revision=20972
2014-01-11 02:48:38 +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 4e947b4113 [armel/{iop32x,ixp4xx}] Disable BPF_JIT, MEMCG, USER_NS to reduce kernel size
svn path=/dists/trunk/linux/; revision=20797
2013-11-21 01:14:15 +00:00
Ben Hutchings d934892944 [armel] Re-enable iop32x and ixp4xx flavours
All that config cleanup has brought them back under the size limit again
... for now ... with gcc-4.7.  (I don't have a gcc-4.8 cross-compiler
to check with.)

svn path=/dists/trunk/linux/; revision=20588
2013-09-09 05:09:07 +00:00
Ben Hutchings d58ea92ffd [armel] Disable iop32x and ixp4xx flavours (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=20502
2013-08-15 21:46:42 +00:00
Ben Hutchings 25f0270d1e [armel] Move size-reducing config overrides into a common file, config-reduced
svn path=/dists/trunk/linux/; revision=20292
2013-06-24 05:00:18 +00:00
Ben Hutchings 0e757d89d0 [armel] Add mv78xx0 flavour; thanks to Steve McIntyre for the config
svn path=/dists/trunk/linux-2.6/; revision=18660
2012-02-02 03:39:37 +00:00
Arnaud Patard d9f3d5eadb - Merge upstream commit fixing build breakage on ixp and enable it again.
svn path=/dists/trunk/linux-2.6/; revision=17836
2011-07-19 09:26:37 +00:00
Arnaud Patard 888ce913dc - remove config entries which have been killed upstream
- _temporarily_ disable ixp due to build failure. Hopefully, there'll be
  something in -final
- disable not-working net_dma on mx5

svn path=/dists/trunk/linux-2.6/; revision=17734
2011-06-27 11:47:00 +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 fc5b1cf30c consistency
svn path=/dists/trunk/linux-2.6/; revision=14307
2009-09-30 11:41:35 +00:00
Bastian Blank d17f56198d * debian/changelog: Update.
* debian/config/arm: Remove.
* debian/config/armel/config.footbridge,
  debian/config/armel/config.iop32x,
  debian/config/armel/config.ixp4xx,
  debian/config/armel/config.orion5x,
  debian/config/armel/config.versatile: Add.
* debian/config/armel/defines: Remove config file location overrides.
* debian/config/defines: Remove arm architecture.

svn path=/dists/trunk/linux-2.6/; revision=14295
2009-09-25 15:05:33 +00:00
Martin Michlmayr 789f8a2ffd actually, I'm planning to put the machine ID into the sheevaplug kernel too
svn path=/dists/trunk/linux-2.6/; revision=13637
2009-05-19 19:09:56 +00:00
Martin Michlmayr e8f32f10a4 kirkwood: recommend uboot-mkimage
svn path=/dists/trunk/linux-2.6/; revision=13206
2009-03-22 22:14:50 +00:00
Martin Michlmayr d69c64f09c -8 because of machine id
svn path=/dists/trunk/linux-2.6/; revision=13204
2009-03-22 21:44:44 +00:00
Martin Michlmayr ba38487fc5 Add an image for Marvell's Kirkwood platform.
svn path=/dists/trunk/linux-2.6/; revision=13192
2009-03-22 19:26:30 +00:00
Martin Michlmayr dfa8cc6961 [arm/iop32x, arm/ixp4xx, arm/orion5x] Add a size check to ensure that
the kernel will fit in flash.

svn path=/dists/trunk/linux-2.6/; revision=13157
2009-03-17 17:58:05 +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
Martin Michlmayr 5278f372ab recommend uboot-mkimage
svn path=/dists/trunk/linux-2.6/; revision=10960
2008-03-23 16:45:35 +00:00
Martin Michlmayr caf3c8ff2d Rename the orion flavour in order to follow upstream
svn path=/dists/trunk/linux-2.6/; revision=10920
2008-03-18 17:59:51 +00:00
Martin Michlmayr 8b658d96fa Add the Orion kernel on armel too
svn path=/dists/trunk/linux-2.6/; revision=10661
2008-02-26 09:43:51 +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 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