Commit Graph

16 Commits

Author SHA1 Message Date
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 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 0363adb1e1 Merge changes from sid up to 3.12.6-2
svn path=/dists/trunk/linux/; revision=20931
2013-12-29 21:45:11 +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
Ian Campbell f1c8c71b97 [armhf] Remove flavours which are now covered by the armmp flavour
svn path=/dists/trunk/linux/; revision=20654
2013-09-19 22:21:16 +00:00
Ian Campbell 9d6505ea5c [armhf] Add armmp-lpae flavour which enables large memory support
svn path=/dists/trunk/linux/; revision=20653
2013-09-19 22:21:11 +00:00
Arnaud Patard 850ccc72df - fix armmp description
svn path=/dists/sid/linux/; revision=20162
2013-05-31 22:22:24 +00:00
Arnaud Patard bfec908b7d add armhf armmp flavour
svn path=/dists/sid/linux/; revision=20158
2013-05-31 22:02:12 +00:00
Ben Hutchings 8d55151460 [armhf/mx5] Update description to mention i.MX53
svn path=/dists/sid/linux/; revision=19799
2013-02-10 01:11:38 +00:00
Arnaud Patard d09c14f9cd Add vexpress support to armhf kernel.
svn path=/dists/sid/linux-2.6/; revision=18994
2012-05-12 10:22:18 +00:00
Ben Hutchings cfe1ad11e9 [armhf/mx5] Explicitly configure this flavour to support i.MX51
It is not currently possible to support other i.MX5x processors as well.

svn path=/dists/trunk/linux-2.6/; revision=17848
2011-07-22 21:11:39 +00:00
Ben Hutchings a4dc1b0a81 Abbreviate Texas Instruments to 'TI' in package short description
The company name usually seems to be abbreviated.

svn path=/dists/sid/linux-2.6/; revision=17728
2011-06-26 02:39:40 +00:00
Ben Hutchings 78169e80d2 [armhf] Add omap flavour, thanks to Sebastian Reichel
svn path=/dists/sid/linux-2.6/; revision=17726
2011-06-26 02:36:14 +00:00
Ben Hutchings 0f8d2dbc13 Add armhf architecture with mx5 flavour
Based on configuration files from Hector Oron and Vagrant Cascadian.

svn path=/dists/trunk/linux-2.6/; revision=17237
2011-04-21 02:12:40 +00:00