linux/debian/config/m68k
Maximilian Attems ee536318b4 Unify VLAN_8021Q setting, needed also on r5k-cobalt.
flavours should really not start diverging in network settings.

svn path=/dists/trunk/linux-2.6/; revision=10064
2008-01-07 10:07:49 +00:00
..
README.build * debian/config: Move from debian/arch. 2007-07-24 18:31:40 +00:00
config Unify VLAN_8021Q setting, needed also on r5k-cobalt. 2008-01-07 10:07:49 +00:00
config.amiga tipar is gone, obsoleted by ppdev, nuke refs 2008-01-03 22:17:11 +00:00
config.atari tipar is gone, obsoleted by ppdev, nuke refs 2008-01-03 22:17:11 +00:00
config.bvme6000 kill dup fs definitions 2007-11-28 12:57:21 +00:00
config.hp kill dup fs definitions 2007-11-28 12:57:21 +00:00
config.mac * debian/config: Move from debian/arch. 2007-07-24 18:31:40 +00:00
config.mvme16x kill dup fs definitions 2007-11-28 12:57:21 +00:00
config.mvme147 kill dup fs definitions 2007-11-28 12:57:21 +00:00
config.q40 IDE_CHIPSETS gone, kill ref 2008-01-03 22:16:56 +00:00
config.sun3 kill dup fs definitions 2007-11-28 12:57:21 +00:00
defines * debian/config/defines: Make plain image type default. 2007-09-13 14:46:33 +00:00

README.build

HOWTO cross-build m68k linux-image

Building linux-image packages takes a while, especially on the "slower
arches", ie m68k. Cross-compiling is an alternative, and it works very well
for m68k.

You need to set up a cross-compiler. The toolchain-source package has some
limitations, I prefer using cross-tools, see this page for instructions:

 http://people.debian.org/~cts/debian-m68k/cross-compile/

Now you only have to tell the debian build system, that you do want to build
packages for m68k. It used to be sufficient to pass an option to debuild,
since recently you also have to set an environment variable, like this:

 DEB_HOST_ARCH=m68k debuild -B -am68k

If you also want to build source packages, omit the -B. 

If you want to build images for just one of the currently nine subarches,
you can uncomment some lines in the flavours section in:
 debian/arch/m68k/defines

The first run of debuild will give you an error message that updating the
configs suceeded, the second run will build the images.