Commit Graph

14212 Commits

Author SHA1 Message Date
Andres Salomon 1b8396fa95 some documentation updates
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3541
2005-07-16 07:26:40 +00:00
Andres Salomon 6ee94c1c47 mention tg3 readdition
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3540
2005-07-16 07:23:42 +00:00
Andres Salomon 7d6f34c144 changelog additions/cleanups
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3539
2005-07-16 07:22:16 +00:00
Andres Salomon 7ef54254f9 move common options into arch/config, out from arch/<arch>/config.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3538
2005-07-16 07:03:05 +00:00
Andres Salomon b02da43696 Breaking out configs into common sections for all archs, take 2.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3537
2005-07-16 06:59:46 +00:00
Sven Luther 27393a09a9 Disabled software suspend on powerpc-smp, as it is x86 cdentric on powerpc :(
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3536
2005-07-16 06:54:05 +00:00
Jurij Smakov f98fa3ea65 Make sure that stuff does not break if extra_postinstall_command
is undefined.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3535
2005-07-16 05:23:49 +00:00
Andres Salomon c6fff45fc2 i am a python GOD
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3533
2005-07-16 03:31:36 +00:00
Joshua Kwan d9d8757e9a add the orig target back for development convenience
add 2.6.12.3 patch

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3531
2005-07-16 03:14:13 +00:00
Andres Salomon 6d56b1c5cb revert all the config stuff. need to fix split.py..
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3530
2005-07-16 02:56:53 +00:00
Andres Salomon 850554c2fd disable CONFIG_KALLSYMS_ALL for all archs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3529
2005-07-16 02:44:08 +00:00
Andres Salomon ef9485b041 put all common arch thingies into the main thingy.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3528
2005-07-16 02:33:45 +00:00
Andres Salomon ce5cc68b7b run split.py on alpha configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3527
2005-07-16 02:28:43 +00:00
Andres Salomon 3f135f5797 run split.py on amd64 configs (skipping over config.default)
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3526
2005-07-16 02:27:43 +00:00
Andres Salomon 4c72c61b9e run split.py on powerpc configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3525
2005-07-16 02:26:20 +00:00
Andres Salomon 3509065ab0 run split.py on s390 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3524
2005-07-16 02:25:36 +00:00
Andres Salomon d9451aa2de run split.py on sparc configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3523
2005-07-16 02:24:13 +00:00
Andres Salomon 337efa7d7f run split.py on ia64 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3522
2005-07-16 02:23:14 +00:00
Andres Salomon 2c70950786 run split.py on i386 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3521
2005-07-16 02:21:45 +00:00
Andres Salomon 593e429b6e rename stuff to write out 'config' instead of 'config.common'. This is my
first ever attempt to python hackery.  fear.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3520
2005-07-16 02:18:25 +00:00
Andres Salomon e70192de4e update readme to reflect naming and other changes
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3519
2005-07-16 02:00:54 +00:00
Andres Salomon ba9fdc7115 rename config.common to config, ignore include_common_config (always use
the common config.  overriding options is implicit, use it if you don't want
to use the common configs), and fixed a subarch bug ($(arch)/config.$(subarch)
vs $(arch)/$(subarch)/config)

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3518
2005-07-16 01:56:00 +00:00
Sven Luther 7a903eca9c Removed bogus apus subarch, especially as Simon is trying to bring 2.6 apus into the mainline.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3515
2005-07-16 00:28:10 +00:00
Sven Luther 0762f2cbed Added extra_postinstall_command (not using it for powerpc afterall, but it could be generally usefull still).
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3513
2005-07-16 00:11:13 +00:00
Sven Luther 37bd417d06 Removed the config options concerning the ibmvscsi stuff too.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3509
2005-07-15 20:15:09 +00:00
Sven Luther efcbbe0277 Removed ibmvscsi patch as it failed to build.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3508
2005-07-15 20:14:24 +00:00
Bastian Blank 30bf3cb218 Add s390 config.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3507
2005-07-15 18:38:26 +00:00
Sven Luther 3c17b2147e Added a real pseries config file.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3506
2005-07-15 18:12:46 +00:00
Sven Luther f91a760232 Fixed typo in mkvmlinuz patch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3505
2005-07-15 17:45:23 +00:00
Sven Luther 8563773d65 Added powerpc-mkvmlinuz-support patch, to enable moving the mkvmlinuz support logic to kernel-package.
Added powerpc default config.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3504
2005-07-15 13:04:44 +00:00
Sven Luther ae86dcf228 Removed old powerpc config stuff i had backuped.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3502
2005-07-15 10:44:45 +00:00
Sven Luther 55a989de29 Disabled apus and pseries configs for now, as we will not build them in the main kernels.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3501
2005-07-15 10:44:07 +00:00
Sven Luther b5cd917e37 Added a bogus apus subarch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3500
2005-07-15 10:43:03 +00:00
Andres Salomon ec2bef9c7b fix missing @subarch@ in dependency
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3499
2005-07-15 10:35:07 +00:00
Sven Luther efb3b1e5e0 Let's try this another time :/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3498
2005-07-15 10:26:30 +00:00
Sven Luther 692eb57614 Upgraded the powerpc configs to play nice with the patches.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3497
2005-07-15 10:10:25 +00:00
Joshua Kwan 8302348e5f document the new expansions and some old ones that were missed.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3496
2005-07-15 09:49:38 +00:00
Joshua Kwan 104e158f77 remove unused @smp@ expansion
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3495
2005-07-15 09:49:21 +00:00
Joshua Kwan 3fab8611d4 arch headers package is not "Virtual" - that's a completely different sort of
package. We mean "dummy"

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3494
2005-07-15 09:49:10 +00:00
Sven Luther a27b2b3a47 Created bogus apus and pseries configs.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3493
2005-07-15 09:42:07 +00:00
Sven Luther 50cc467c25 Moved the powerpc configs into the powerpc subarch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3492
2005-07-15 09:41:16 +00:00
Andres Salomon 2e9fc41ed1 move config.common -. config
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3490
2005-07-15 09:09:27 +00:00
Andres Salomon 0ba09341bb nuke control.in's, so people don't keep updating them.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3489
2005-07-15 08:57:14 +00:00
dann frazier 7202ccee07 update ia64 configs (still non-modular)
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3488
2005-07-15 08:47:55 +00:00
Andres Salomon d4ed2d9f65 make the virtual headers package -@arch@-all instead of just -@arch@, as powerpc
has an actual headers package called -@arch@.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3487
2005-07-15 07:54:54 +00:00
dann frazier 3073149a2f s/linux-headers-@version@-@abiname@/linux-headers-@version@-@abiname@-ia64/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3486
2005-07-15 07:29:52 +00:00
dann frazier f52ddf078d macroify abiname for ia64
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3485
2005-07-15 07:22:40 +00:00
dann frazier a8f0552140 s/kernel/linux/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3484
2005-07-15 07:17:18 +00:00
Sven Luther 2cdcb0cc9f Added powerpc and powerpc-smp configs, power3/4 are disspaering in favour of the pseries one.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3483
2005-07-14 23:13:48 +00:00
Sven Luther a92edaeff3 Moved old 2.6.11 config stuff out of the way, to make place for the new stuff.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3482
2005-07-14 23:10:50 +00:00
Joshua Kwan 3a14c68289 Add flavour dependencies for the dummy headers package; prettify output, distinguishing between UP and SMP; shell is evil
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3481
2005-07-14 08:29:26 +00:00
maximilian attems 5df78fa922 enable initio scsi driver
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3480
2005-07-13 16:42:16 +00:00
Thiemo Seufer ff73ac1544 Providing those seems to be premature when nothing else works.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3479
2005-07-12 17:20:39 +00:00
Thiemo Seufer 25366b5e6f Some mips/mipsel subarch definitions.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3478
2005-07-12 12:14:58 +00:00
Andres Salomon 1a1916b62f this copyright file was incredibly wrong..
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3477
2005-07-12 11:26:52 +00:00
Andres Salomon 54a744f1cf Since the source package name is no longer indicative of the upstream kernel
version, we need to grab it from the package version instead.  Hopefully this
won't cause things to break too terribly if we decide to mess around w/ the
upstream version (ie, 2.6.12.99.rc3-1 or something).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3474
2005-07-12 11:02:40 +00:00
Andres Salomon 2a08e34837 ..and that requires updating this, too
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3473
2005-07-12 10:57:24 +00:00
Andres Salomon d4f3f1b0ed change the source package name from linux-kernel-2.6.12 to linux-2.6
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3472
2005-07-12 10:56:54 +00:00
Andres Salomon 72f945eb47 and that should be $(karch), not $(arch).
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3471
2005-07-12 10:54:26 +00:00
Andres Salomon f977911413 use $(append) instead of $(subarch) when generating control files; oops.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3470
2005-07-12 10:48:14 +00:00
Andres Salomon 8e7c414f24 commit this horribly untested code that generates debian/control from
templates/control.*.in for generated images.  Will start a test build now
and see whether it actually worked after lunch :)

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3469
2005-07-12 08:57:24 +00:00
Andres Salomon 3e56b3dd5d another place where the control deps can be automatic
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3468
2005-07-12 08:36:08 +00:00
Andres Salomon 95feeabca6 make the debian/control dep automatic
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3467
2005-07-12 08:29:52 +00:00
Norbert Tretkowski 35628b89b3 close #260003 with changelog
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3466
2005-07-12 07:13:22 +00:00
Jurij Smakov 78f462dc11 Export the MAKEFLAGS command before running the
command rather than sticking it on the command
line, since sparc32 is choking on it otherwise.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3464
2005-07-12 00:35:00 +00:00
Norbert Tretkowski 832e46a6b5 ups, forgot one...
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3463
2005-07-11 19:08:43 +00:00
Norbert Tretkowski 28fe88eff6 updated alpha configs
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3462
2005-07-11 19:07:48 +00:00
Andres Salomon 0c96b298f8 expand subarch to foo- instead of just foo.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3461
2005-07-11 04:45:42 +00:00
Andres Salomon 9f5c10e175 make the subarch variable not empty
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3460
2005-07-11 04:40:06 +00:00
Andres Salomon 06ac3d1701 document my apology
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3459
2005-07-11 03:53:31 +00:00
Andres Salomon 47109cf6eb generate debian/control completely from debian/templates, instead of using
arch/*/control.in.  We can add overrides for individual things later on
(i'm thinking specifically of descriptions, here).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3458
2005-07-11 03:35:09 +00:00
Andres Salomon 7e7f0c97ca whoops. thinko.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3457
2005-07-11 03:22:30 +00:00
Andres Salomon 1b1037b6ab add a bunch of per-arch deps and suggests; mostly bootloaders. Gee, imagine
a world where every arch used the same bootloader...

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3456
2005-07-11 02:00:08 +00:00
Andres Salomon 8ef6420b0e nuke more duplicate build-dep/build-dep-indep stuff, and bump versioned dep on
debhelper to match m68k's build-dep.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3455
2005-07-11 01:53:09 +00:00
Andres Salomon 906a75078a fix the gcc-3.3/gcc-4.0 arch-specific build-deps
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3454
2005-07-11 01:51:13 +00:00
Andres Salomon 2706601969 add missing virtual package analogous to kernel-headers-2.6.11-1-i386
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3453
2005-07-11 01:21:17 +00:00
Andres Salomon f8b42f8b8a fix up flavour-specific description
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3452
2005-07-11 01:08:28 +00:00
Jurij Smakov 1ecebf4256 Few changes to sparc32 config:
* Disable initrd support (*sigh*). Enabling initrd
   breaks the boot and at this point it does not
   look like there is a simple fix.
 * Compile the disk and cdrom SCSI drivers in, so
   that we can actually boot without initrd.
 * Disable multiple LUN probing for SCSI
   devices, as it causes the SCSI driver go
   ballistic occasionally.
 * Remove the support for Emulex SCSI driver,
   since it is PCI and we don't have it on
   sparc32 anyway.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3451
2005-07-10 20:58:48 +00:00
Frederik Schüler ba6a0ad660 build-depend on gcc-4.0, the new standard compiler (now the versioned depends on gcc-3.3 make sense ;)
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3450
2005-07-10 20:41:36 +00:00
Jurij Smakov 5a2ac856c2 Same for sparc.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3449
2005-07-10 20:33:18 +00:00
Norbert Tretkowski 837446ce66 set build_makeflags to gcc-3.3
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3448
2005-07-10 20:32:57 +00:00
Norbert Tretkowski 79c7d3d4b6 same for alpha
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3447
2005-07-10 20:32:04 +00:00
Jurij Smakov 5b23d29835 Add an explicit build-dep on gcc-3.3 for sparc,
because sparc32 currently fails to build with
gcc-4.0.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3446
2005-07-10 20:30:40 +00:00
Andres Salomon 7f80cbaf1d add a per-flavour header template, and add @subarch@ bit to linux-image
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3445
2005-07-10 19:09:57 +00:00
Andres Salomon 59bb7b6ea7 add a template file for kernel images
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3444
2005-07-10 14:11:35 +00:00
Andres Salomon 08978a7845 there's no real need for two kernel-package deps, are there? :P
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3443
2005-07-10 12:12:13 +00:00
Norbert Tretkowski 2718e94d1f added files for alpha
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3442
2005-07-10 10:31:38 +00:00
Andres Salomon 1074107ae3 add all generated binary images to debian/control, to lessen confusion for
someone trying to figure out how things are done.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3441
2005-07-10 02:18:28 +00:00
Andres Salomon 6e76d1f40b drop mention of tg3; we no longer strip it
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3440
2005-07-10 01:04:39 +00:00
Andres Salomon 12471b605e mention how to build debian/control
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3439
2005-07-10 01:03:10 +00:00
Andres Salomon f44ebee2b9 control is auto-generated, no need to track it in svn
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3438
2005-07-10 01:01:15 +00:00
Andres Salomon de1ae7791a nuke flavours, it's not used, and it's spelled wrong as well *duck*
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3437
2005-07-10 00:43:17 +00:00
Andres Salomon 2113b963f4 add some initial docs on building kernel images from raw materials (that is,
a tarball from kernel.org, and this svn repo).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3435
2005-07-10 00:33:09 +00:00
Andres Salomon a14d3f4a76 *smirk*. s/wordlist/word/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3434
2005-07-10 00:01:56 +00:00
Andres Salomon 1dcc5b31ff move autogenerated variables down to the autogen'd section
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3433
2005-07-09 23:55:31 +00:00
Andres Salomon f1f32ab393 grab ltver from changelog
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3432
2005-07-09 23:54:56 +00:00
Andres Salomon 4cb2e7ff66 eep, debugging stuff snuck in there. sorry for the noise
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3431
2005-07-09 23:47:27 +00:00
Andres Salomon a77949ad73 minor comment about variable descriptions in README
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3430
2005-07-09 23:42:48 +00:00
Andres Salomon 409d7c899f future-proof $(major); we don't want an upstream of 2.6.12.1 (for example)
returning a $(major) of 2.6.12.  It might be better to have $(major) be
the actual major version (ie, 2), and export $(minor) as well (ie, 6).

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3429
2005-07-09 23:36:15 +00:00
Andres Salomon 02b3c28c3f grab $(version) from changelog source
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3428
2005-07-09 23:26:20 +00:00
Frederik Schüler b6333e75bd - polish flavour configs, this should be good for release.
- cleaned Makefile.inc.
Changes for amd64: 
 * switch from gcc-3.4 to default gcc (make m-a users happy)
 * 64bit kernel support for i386 userland suspendend until gcc-4.0 cross-compiling is fixed


svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3427
2005-07-09 20:47:53 +00:00
Jurij Smakov e698c06dab Remove the build and source symbolic links from
/lib/modules/${version}, as leaving them in 
generates scary warnings during the image
installation.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3426
2005-07-07 02:49:33 +00:00
maximilian attems f4b63e392a fix version nr in desc
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3425
2005-07-05 15:35:35 +00:00
Frederik Schüler 58b78de7a6 Added tg3 support.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3424
2005-07-05 09:43:20 +00:00
Jurij Smakov bf433fc48d Yet another round of tg3 ping-pong (on sparc).
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3423
2005-07-05 04:12:26 +00:00
maximilian attems a5dc36ed17 add back CONFIG_TIGON3
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3421
2005-07-02 10:03:05 +00:00
Frederik Schüler bd2f34de16 Merged 2.6.12.2.
svn path=/branches/linux-kernel-2.6.12/; revision=3415
2005-06-30 12:25:25 +00:00
Jurij Smakov 8b03e1d580 Remove parts of the patch affecting the parisc
defconfig files, as they are causing the parisc
patch not to apply.

svn path=/branches/linux-kernel-2.6.12/; revision=3405
2005-06-26 21:25:33 +00:00
Jurij Smakov b9f491aba4 Corrected the bit, applying the arch-specific
patches.

svn path=/branches/linux-kernel-2.6.12/; revision=3404
2005-06-26 21:20:23 +00:00
Jurij Smakov b8e8adf5be Change the base directory for patch installation
from /usr/src/linux-patches to /usr/src/kernel-patches
since that's where kernel-package expects them to be.

svn path=/branches/linux-kernel-2.6.12/; revision=3403
2005-06-26 21:09:54 +00:00
Jurij Smakov d0f18b65e2 Move alpha-read-trylock.patch to 'processed'
section as it is no longer required.

svn path=/branches/linux-kernel-2.6.12/; revision=3402
2005-06-26 18:58:11 +00:00
maximilian attems 610ab78629 add some comments
svn path=/branches/linux-kernel-2.6.12/; revision=3401
2005-06-26 18:45:36 +00:00
maximilian attems dd0d8d1a16 add info to that blacklisting
svn path=/branches/linux-kernel-2.6.12/; revision=3400
2005-06-25 19:14:34 +00:00
Jurij Smakov d3b14fca58 Add typical usage for default_config
svn path=/branches/linux-kernel-2.6.12/; revision=3399
2005-06-24 23:56:23 +00:00
Jurij Smakov 35e043412b Remove config.default and set default_config
to sparc64 on sparc.

svn path=/branches/linux-kernel-2.6.12/; revision=3398
2005-06-24 23:55:19 +00:00
Jurij Smakov d2630e2273 Remove config.default and set the default_config
to 386 on i386.

svn path=/branches/linux-kernel-2.6.12/; revision=3397
2005-06-24 23:54:21 +00:00
Jurij Smakov bf94155954 Documented the new variable default_config in README.
svn path=/branches/linux-kernel-2.6.12/; revision=3396
2005-06-24 23:53:05 +00:00
Jurij Smakov e1d60eb271 Introduce new default_config variable in
Makefile.inc. It can be used to specify
the flavour whose config file will be used
for building kernel headers.

svn path=/branches/linux-kernel-2.6.12/; revision=3395
2005-06-24 23:46:18 +00:00
Jurij Smakov 2b67fabed9 Update the powerpc-ppc64-biarch-override.patch
from Sven, include as it now applies cleanly.

svn path=/branches/linux-kernel-2.6.12/; revision=3394
2005-06-23 00:46:11 +00:00
Jurij Smakov 13637a762a Copy over TODO.patches and update it.
svn path=/branches/linux-kernel-2.6.12/; revision=3393
2005-06-23 00:35:20 +00:00
Jurij Smakov 027c1a1f69 Revert an earlier change which caused the
inclusion of arch-specific control.in templates
in the master control file. This is not required
and will only clutter the control file unneccessarily.

svn path=/branches/linux-kernel-2.6.12/; revision=3392
2005-06-23 00:27:35 +00:00
Jurij Smakov 1f8dd96687 Updated the i386 control file template.
svn path=/branches/linux-kernel-2.6.12/; revision=3391
2005-06-23 00:22:35 +00:00
maximilian attems e4c12a9695 fix changelog breakage
svn path=/branches/linux-kernel-2.6.12/; revision=3390
2005-06-22 23:50:11 +00:00
maximilian attems bce7573837 disable this tpm thingies
svn path=/branches/linux-kernel-2.6.12/; revision=3389
2005-06-22 23:33:37 +00:00
maximilian attems ec75e21550 add some notes previous release:
name trave11er ;)
add bits of info of new upstream,
also announce kicked out x86-i486 emu patch

svn path=/branches/linux-kernel-2.6.12/; revision=3388
2005-06-22 23:28:16 +00:00
maximilian attems 5c767af0f5 add 2.6.12.1 security patches.
will be fun for 2.6.8.

svn path=/branches/linux-kernel-2.6.12/; revision=3387
2005-06-22 23:11:54 +00:00
Jurij Smakov 099b34a1a7 Apply fix to unpack/build/binary target, ensuring
that multiple subarches will build correctly.
Thanks to Eugene Konev.

svn path=/branches/linux-kernel-2.6.12/; revision=3386
2005-06-22 05:13:52 +00:00
Jurij Smakov d88ab1eecd Make config.default a copy of config.sparc64 on
sparc.

svn path=/branches/linux-kernel-2.6.12/; revision=3385
2005-06-22 03:59:07 +00:00
Jurij Smakov 3083fed87f Just make config.default a copy of config.686, as it does
not really matter anyway. For details see the message at
http://lists.debian.org/debian-kernel/2004/08/msg01460.html

svn path=/branches/linux-kernel-2.6.12/; revision=3384
2005-06-22 03:58:06 +00:00
Jurij Smakov e9ace8dc21 Updated all i386 configs, trying to be as consistent
as possible.

svn path=/branches/linux-kernel-2.6.12/; revision=3383
2005-06-22 03:51:08 +00:00
Jurij Smakov a2a3b39fc7 Update config.686, re-examining the choice of
some yes/no options and enabling some more stuff
as a result.

svn path=/branches/linux-kernel-2.6.12/; revision=3382
2005-06-22 02:22:30 +00:00
Frederik Schüler 9f84dbc759 Rename packages: s/kernel-([headers|image])/linux-$1/g;
svn path=/branches/linux-kernel-2.6.12/; revision=3381
2005-06-21 16:51:36 +00:00
Frederik Schüler 558dc29bd6 Add arch/*/control.in to the master control file, too
svn path=/branches/linux-kernel-2.6.12/; revision=3380
2005-06-21 09:49:36 +00:00
Frederik Schüler b1c06fa410 first shot of 2.6.12 amd64 configs
svn path=/branches/linux-kernel-2.6.12/; revision=3377
2005-06-20 22:12:31 +00:00
dann frazier cdad8fa66c update patch with a corrected version from kernel-source-2.6.12
svn path=/branches/linux-kernel-2.6.12/; revision=3376
2005-06-20 15:48:32 +00:00
dann frazier 1541d3d834 drop this patch; will update with a new version from kernel-source-2.6.12
svn path=/branches/linux-kernel-2.6.12/; revision=3375
2005-06-20 15:48:10 +00:00
Jurij Smakov a668d9d9df Replace kernel- -> linux- in sparc control file
template.

svn path=/branches/linux-kernel-2.6.12/; revision=3373
2005-06-19 23:36:25 +00:00
Jurij Smakov e40b71b33f Update the configs for sparc.
svn path=/branches/linux-kernel-2.6.12/; revision=3372
2005-06-19 19:22:29 +00:00
maximilian attems a517a42ee1 revert nonesense
svn path=/branches/linux-kernel-2.6.12/; revision=3371
2005-06-19 18:23:58 +00:00
maximilian attems 87e2ff156c s/linux-image/linux-kernel/
svn path=/branches/linux-kernel-2.6.12/; revision=3370
2005-06-19 18:19:05 +00:00
Jurij Smakov 26dcf41c96 Add missing build-dep-indep on dh-kpatches.
svn path=/branches/linux-kernel-2.6.12/; revision=3369
2005-06-19 17:02:44 +00:00
Jurij Smakov 21cf5eeace Updated Makefile.inc for sparc.
svn path=/branches/linux-kernel-2.6.12/; revision=3368
2005-06-19 16:56:11 +00:00
Jurij Smakov e599236235 Remove bogus arch-specific patches which were
added for testing purposes only.

svn path=/branches/linux-kernel-2.6.12/; revision=3367
2005-06-19 16:54:34 +00:00
Jurij Smakov 048a73191e Update documentation for the build_subarch
variable.

svn path=/branches/linux-kernel-2.6.12/; revision=3366
2005-06-19 16:53:36 +00:00
Jurij Smakov 162b19362e Fix a type debian-utils -> debianutils in the
control.source.in template.

Do not edit debian/control directly, as it is
generated from the files in debian/templates/.

svn path=/branches/linux-kernel-2.6.12/; revision=3365
2005-06-19 16:41:51 +00:00
maximilian attems ac07e44ed7 s/debian-utils/debianutils/
svn path=/branches/linux-kernel-2.6.12/; revision=3364
2005-06-19 09:24:31 +00:00
dann frazier 2cd993c424 ...and add it to the series file
svn path=/branches/linux-kernel-2.6.12/; revision=3363
2005-06-19 06:28:50 +00:00
dann frazier b1fbc12473 copy ia64-generic-nosmp.patch into the unified source tree
svn path=/branches/linux-kernel-2.6.12/; revision=3362
2005-06-19 06:25:57 +00:00
dann frazier 712c53e1b0 update ia64 configs for 2.6.12
svn path=/branches/linux-kernel-2.6.12/; revision=3361
2005-06-19 06:23:28 +00:00
Jurij Smakov dab9a87347 Another config update
svn path=/branches/linux-kernel-2.6.12/; revision=3359
2005-06-19 00:19:39 +00:00
Jurij Smakov df815810fc Updated 686 config for 2.6.12
svn path=/branches/linux-kernel-2.6.12/; revision=3358
2005-06-18 23:59:53 +00:00
Jurij Smakov 1831e8677c Remove kernel- provides.
svn path=/branches/linux-kernel-2.6.12/; revision=3357
2005-06-18 23:33:41 +00:00
Jurij Smakov 6acc7c8c80 Replace static references to version and abiname
by variable references.

svn path=/branches/linux-kernel-2.6.12/; revision=3356
2005-06-18 23:22:47 +00:00
maximilian attems 65582dd7e2 while we are at it name it linux-kernel
svn path=/branches/linux-kernel-2.6.12/; revision=3354
2005-06-18 22:11:15 +00:00
Jurij Smakov 64d0ce873a Added xmlto as a build-dep-indep as build of
kernel docs now requires it.

svn path=/branches/kernel-image-2.6.11/; revision=3351
2005-06-18 21:21:08 +00:00
Jurij Smakov 46ef6180db Update changelog, release number to .12,
tree number to 1 and generate new control file.

svn path=/branches/kernel-image-2.6.11/; revision=3350
2005-06-18 20:49:29 +00:00
Jurij Smakov 6f315a89f0 Renamed the source package to linux-kernel as
preferred by svenl and bumped the kernel-package
build-dep to >= 9.000 as it contains essential
bugfixes.

svn path=/branches/kernel-image-2.6.11/; revision=3349
2005-06-18 20:44:44 +00:00
Jurij Smakov 977bf1adc9 Updated control.headers.in and regenerated the
master control file.

svn path=/branches/kernel-image-2.6.11/; revision=3348
2005-06-18 20:42:28 +00:00
dann frazier b560f958f6 add ia64 tree
svn path=/branches/kernel-image-2.6.11/; revision=3341
2005-06-18 04:25:50 +00:00
dann frazier af1fecbd86 change order of arguments to find to end the new find's annoying warnings
svn path=/branches/kernel-image-2.6.11/; revision=3340
2005-06-18 01:43:02 +00:00
dann frazier b69bb20282 s/debian-utils/debianutils/ - i assume that was a typo
svn path=/branches/kernel-image-2.6.11/; revision=3339
2005-06-18 01:40:10 +00:00
Jurij Smakov 2cee211e77 A new script for splitting the kernel configs into
common and flavour-specific parts. See source for
description. Will need to be modified to be able to
rebuild the configs after modifications.

svn path=/branches/kernel-image-2.6.11/; revision=3296
2005-06-03 03:50:17 +00:00
Jurij Smakov 3939e2baef Revert the last change as it does not help.
svn path=/branches/kernel-image-2.6.11/; revision=3295
2005-06-02 00:57:40 +00:00
Jurij Smakov 304b999448 Create stamp-debian in the kernel build directory before
building to workaround the kernel-package bug.

svn path=/branches/kernel-image-2.6.11/; revision=3294
2005-06-02 00:22:13 +00:00
Jurij Smakov 8a94a84792 Removed an unneeded file.
svn path=/branches/kernel-image-2.6.11/; revision=3293
2005-06-01 02:30:17 +00:00
Jurij Smakov f0f8628270 Corrected the names of packages in the template.
svn path=/branches/kernel-image-2.6.11/; revision=3292
2005-06-01 02:24:38 +00:00
Jurij Smakov aa0fc06305 Documentation updated, control.headers.in template
reworked.

svn path=/branches/kernel-image-2.6.11/; revision=3291
2005-06-01 02:21:45 +00:00
Jurij Smakov 6c92beb0bd Corrected a dependency of linux-headers.
svn path=/branches/kernel-image-2.6.11/; revision=3290
2005-06-01 00:52:05 +00:00
Jurij Smakov e5298f3519 * Add dh-kpatches to build-deps-indep.
* Copy asm-offsets.s in place instead of symlinking
* Make sure DEBIAN does not get into packages.

svn path=/branches/kernel-image-2.6.11/; revision=3289
2005-05-31 23:38:14 +00:00
Jurij Smakov edb12584a9 Updated debian/control after changes to template.
svn path=/branches/kernel-image-2.6.11/; revision=3286
2005-05-31 15:30:27 +00:00
Jurij Smakov 1da70290ab * A typo in post-install.in corrected.
* header-install.in now correctly takes care of the asm-offsets.s files.
* Some kernel -> linux changes in the Makefile.

svn path=/branches/kernel-image-2.6.11/; revision=3285
2005-05-31 15:28:57 +00:00
Jurij Smakov c78e51fecb Changes kernel -> linux in the post-install.in,
which was failing. Made the detection of kernel
arch automatic there, based on include/asm symlink.

svn path=/branches/kernel-image-2.6.11/; revision=3284
2005-05-31 05:49:17 +00:00
Jurij Smakov 664a7d592f Removed concatenation of debian/files from
the build target, as it is not yet created
at that point.

svn path=/branches/kernel-image-2.6.11/; revision=3283
2005-05-31 05:12:59 +00:00
Jurij Smakov 0b04713564 Typo corrected.
svn path=/branches/kernel-image-2.6.11/; revision=3282
2005-05-31 03:11:25 +00:00
Jurij Smakov 4995e1c70d Looks like all pieces are in places.
Testing, testing, testing!

svn path=/branches/kernel-image-2.6.11/; revision=3281
2005-05-31 03:05:58 +00:00
Jurij Smakov 97127f61d8 Added the building of linux-doc package.
svn path=/branches/kernel-image-2.6.11/; revision=3280
2005-05-31 02:16:28 +00:00
Jurij Smakov b05c0a5258 Removed added_patches support, instead the arch
patches are now applied automatically at the
unpacking stage.

svn path=/branches/kernel-image-2.6.11/; revision=3279
2005-05-31 01:17:23 +00:00
Jurij Smakov 8f30e870dc Added preliminary support for arch-specific
patches.

svn path=/branches/kernel-image-2.6.11/; revision=3278
2005-05-31 00:52:12 +00:00
Jurij Smakov 068bebcfd6 Minor cleanups
svn path=/branches/kernel-image-2.6.11/; revision=3266
2005-05-29 20:46:14 +00:00
Jurij Smakov 3689352c23 Added patch-debian target, creating the
linux-patch-debian package.

svn path=/branches/kernel-image-2.6.11/; revision=3265
2005-05-29 17:49:40 +00:00
Jurij Smakov 3785485770 Builds source, tree and images. Images currently
break due to some stem issues.

svn path=/branches/kernel-image-2.6.11/; revision=3262
2005-05-29 04:46:18 +00:00
Jurij Smakov b430e6cb77 Makefile rearrangement.
svn path=/branches/kernel-image-2.6.11/; revision=3261
2005-05-29 00:15:03 +00:00
Jurij Smakov bf30c0d1de Added 'tree' target, building linux-tree package.
svn path=/branches/kernel-image-2.6.11/; revision=3260
2005-05-28 23:55:38 +00:00
Frederik Schüler 44536b2385 Correct amd64 abi version: no need for a high number with a unified kernel image :-)
svn path=/branches/kernel-image-2.6.11/; revision=3259
2005-05-28 23:40:53 +00:00
Jurij Smakov 2a51e1b226 Added the 'source' target which builds the
linux-source binary package.

svn path=/branches/kernel-image-2.6.11/; revision=3258
2005-05-28 23:07:32 +00:00
Jurij Smakov 1f13ccce08 Corrected the unpatch target.
svn path=/branches/kernel-image-2.6.11/; revision=3257
2005-05-28 20:18:48 +00:00
Jurij Smakov 6069972bd0 Added patch and unpatch targets.
svn path=/branches/kernel-image-2.6.11/; revision=3256
2005-05-28 20:15:14 +00:00
Jurij Smakov 404d37f384 Added prune-non-free and apply scripts.
svn path=/branches/kernel-image-2.6.11/; revision=3254
2005-05-28 18:59:27 +00:00
Jurij Smakov ab5323a4cc Include Makefile.subarch which somehow got
left out.

svn path=/branches/kernel-image-2.6.11/; revision=3250
2005-05-28 05:24:11 +00:00
Jurij Smakov f4d08c6ed3 Minor housekeeping.
svn path=/branches/kernel-image-2.6.11/; revision=3243
2005-05-27 04:55:13 +00:00
Jurij Smakov bc6b5c7f37 Slow but steady progress towards integration
with kernel-source package.

svn path=/branches/kernel-image-2.6.11/; revision=3242
2005-05-27 04:52:42 +00:00
Jurij Smakov 85e0f1aaee Rearrangements in preparation to merge with
kernel-source

svn path=/branches/kernel-image-2.6.11/; revision=3240
2005-05-27 01:12:29 +00:00
Jurij Smakov 2466382945 Fixed makefiles to reflect the new file locations.
svn path=/branches/kernel-image-2.6.11/; revision=3239
2005-05-26 01:53:38 +00:00
Jurij Smakov 30edb4652d Moved all stuff to debian/ in preparation for
the integration with kernel-source. Everybody
please SVN UP before changing anything!

svn path=/branches/kernel-image-2.6.11/; revision=3238
2005-05-26 01:42:15 +00:00
Jurij Smakov 981f1010ec Moved makefile.
svn path=/branches/kernel-image-2.6.11/; revision=3216
2005-05-23 00:14:35 +00:00
Jurij Smakov f258f5f42a Some major changes: each flavour now has a separate
target, making the name of the flavour available to
make.

svn path=/branches/kernel-image-2.6.11/; revision=3215
2005-05-23 00:13:49 +00:00
Jurij Smakov 6940307761 "All systems go" commit. Everybody is
encouraged to give it a try.

svn path=/branches/kernel-image-2.6.11/; revision=3205
2005-05-21 04:53:25 +00:00
Jurij Smakov c0665811a3 Implemented arch/subarch-specific patches and
updated README and TODO files accordingly.

svn path=/branches/kernel-image-2.6.11/; revision=3204
2005-05-21 01:32:51 +00:00
Jurij Smakov e11de50bef Corrected the naming, which is RFC-compliant now.
Tested subarch and no-subarch builds on i386.

svn path=/branches/kernel-image-2.6.11/; revision=3203
2005-05-20 23:45:33 +00:00
Jurij Smakov 54730b8f7f * Moved scripts subdirectory to the -headers package
and got rid of all kernel-kbuild references.
* Tested with 686 flavour on i386, packages produce
  file layout identical to official ones.
* Lots of minor fixes.

svn path=/branches/kernel-image-2.6.11/; revision=3201
2005-05-20 05:56:49 +00:00
Jurij Smakov af95f5e28d Fixed the generation of config files for all
cases. Minor corrections to the documentation.

svn path=/branches/kernel-image-2.6.11/; revision=3198
2005-05-19 23:10:25 +00:00
Jurij Smakov 32599383b3 Updated README with subarch-specific stuff.
svn path=/branches/kernel-image-2.6.11/; revision=3148
2005-05-19 01:01:40 +00:00
Jurij Smakov f4e4f9aa53 Subarch support added. README file is not updated
to reflect these changes yet.

svn path=/branches/kernel-image-2.6.11/; revision=3146
2005-05-19 00:16:36 +00:00
Frederik Schüler f4240f3579 Added amd64 support.
svn path=/branches/kernel-image-2.6.11/; revision=3143
2005-05-18 11:51:24 +00:00
Jurij Smakov a73371c89f Everything is broken as experiments with subarch
stuff are underway.

svn path=/branches/kernel-image-2.6.11/; revision=3137
2005-05-18 03:40:09 +00:00
Jurij Smakov 67696af0b0 Everything is implemented except subarch stuff.
svn path=/branches/kernel-image-2.6.11/; revision=3136
2005-05-17 23:04:42 +00:00
Sven Luther 3ca64fbdc1 Added the flavours file from the kernel-source-non-free package. Has amd64,
but not yet sparc.

svn path=/branches/kernel-image-2.6.11/; revision=3117
2005-05-15 06:43:57 +00:00
Jurij Smakov 7cf165867d "Good enough to build broken i386 packages" commit.
Everything is more or less in place, need to audit
the build procedure for individual arches and put
in the remaining bits and pieces.

svn path=/branches/kernel-image-2.6.11/; revision=3113
2005-05-15 05:30:44 +00:00
Jurij Smakov 93519f0dce * Updated README.
* Mostly implemented all necessary target. Does not
  build yet and a number of problems still need to
  be resolved (see debian/rules for details).

svn path=/branches/kernel-image-2.6.11/; revision=3104
2005-05-14 05:55:07 +00:00
Jurij Smakov 754c6795b1 * 'build' target implemented.
* Additional variables which can be defined
  on per-arch basis (in Makefile.inc) introduced
  and documented in README.

svn path=/branches/kernel-image-2.6.11/; revision=3044
2005-05-12 05:58:57 +00:00
Jurij Smakov 4271cb729c * Implemented 'unpack' target completely.
* Added README file, documenting the file
  locations and format.
* Lots of other stuff.

svn path=/branches/kernel-image-2.6.11/; revision=3034
2005-05-11 02:05:18 +00:00
Jurij Smakov c4738462a3 Initial commit of common kernel-image infrastructure.
So far it can only unpack the source.

svn path=/branches/kernel-image-2.6.11/; revision=3025
2005-05-10 04:16:53 +00:00