/[kernel]/trunk/kernel/source/linux-kernel-2.6.12
ViewVC logotype

Log of /trunk/kernel/source/linux-kernel-2.6.12

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 3511)

Revision 3482 - Directory Listing
Modified Thu Jul 14 23:10:50 2005 UTC (7 years, 10 months ago) by luther
Moved old 2.6.11 config stuff out of the way, to make place for the new stuff.

Revision 3481 - Directory Listing
Modified Thu Jul 14 08:29:26 2005 UTC (7 years, 10 months ago) by joshk
Add flavour dependencies for the dummy headers package; prettify output, distinguishing between UP and SMP; shell is evil

Revision 3480 - Directory Listing
Modified Wed Jul 13 16:42:16 2005 UTC (7 years, 10 months ago) by maks-guest
enable initio scsi driver

Revision 3479 - Directory Listing
Modified Tue Jul 12 17:20:39 2005 UTC (7 years, 10 months ago) by ths-guest
Providing those seems to be premature when nothing else works.

Revision 3478 - Directory Listing
Modified Tue Jul 12 12:14:58 2005 UTC (7 years, 10 months ago) by ths-guest
Some mips/mipsel subarch definitions.

Revision 3477 - Directory Listing
Modified Tue Jul 12 11:26:52 2005 UTC (7 years, 10 months ago) by dilinger
this copyright file was incredibly wrong..

Revision 3474 - Directory Listing
Modified Tue Jul 12 11:02:40 2005 UTC (7 years, 10 months ago) by dilinger
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).

Revision 3473 - Directory Listing
Modified Tue Jul 12 10:57:24 2005 UTC (7 years, 10 months ago) by dilinger
..and that requires updating this, too

Revision 3472 - Directory Listing
Modified Tue Jul 12 10:56:54 2005 UTC (7 years, 10 months ago) by dilinger
change the source package name from linux-kernel-2.6.12 to linux-2.6

Revision 3471 - Directory Listing
Modified Tue Jul 12 10:54:26 2005 UTC (7 years, 10 months ago) by dilinger
and that should be $(karch), not $(arch).

Revision 3470 - Directory Listing
Modified Tue Jul 12 10:48:14 2005 UTC (7 years, 10 months ago) by dilinger
use $(append) instead of $(subarch) when generating control files; oops.

Revision 3469 - Directory Listing
Modified Tue Jul 12 08:57:24 2005 UTC (7 years, 10 months ago) by dilinger
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 :)

Revision 3468 - Directory Listing
Modified Tue Jul 12 08:36:08 2005 UTC (7 years, 10 months ago) by dilinger
another place where the control deps can be automatic

Revision 3467 - Directory Listing
Modified Tue Jul 12 08:29:52 2005 UTC (7 years, 10 months ago) by dilinger
make the debian/control dep automatic

Revision 3466 - Directory Listing
Modified Tue Jul 12 07:13:22 2005 UTC (7 years, 10 months ago) by nobse
close #260003 with changelog

Revision 3464 - Directory Listing
Modified Tue Jul 12 00:35:00 2005 UTC (7 years, 10 months ago) by jurij-guest
Export the MAKEFLAGS command before running the
command rather than sticking it on the command
line, since sparc32 is choking on it otherwise.

Revision 3463 - Directory Listing
Modified Mon Jul 11 19:08:43 2005 UTC (7 years, 10 months ago) by nobse
ups, forgot one...

Revision 3462 - Directory Listing
Modified Mon Jul 11 19:07:48 2005 UTC (7 years, 10 months ago) by nobse
updated alpha configs

Revision 3461 - Directory Listing
Modified Mon Jul 11 04:45:42 2005 UTC (7 years, 10 months ago) by dilinger
expand subarch to foo- instead of just foo.

Revision 3460 - Directory Listing
Modified Mon Jul 11 04:40:06 2005 UTC (7 years, 10 months ago) by dilinger
make the subarch variable not empty

Revision 3459 - Directory Listing
Modified Mon Jul 11 03:53:31 2005 UTC (7 years, 10 months ago) by dilinger
document my apology

Revision 3458 - Directory Listing
Modified Mon Jul 11 03:35:09 2005 UTC (7 years, 10 months ago) by dilinger
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).

Revision 3457 - Directory Listing
Modified Mon Jul 11 03:22:30 2005 UTC (7 years, 10 months ago) by dilinger
whoops.  thinko.

Revision 3456 - Directory Listing
Modified Mon Jul 11 02:00:08 2005 UTC (7 years, 10 months ago) by dilinger
add a bunch of per-arch deps and suggests; mostly bootloaders.  Gee, imagine
a world where every arch used the same bootloader...

Revision 3455 - Directory Listing
Modified Mon Jul 11 01:53:09 2005 UTC (7 years, 10 months ago) by dilinger
nuke more duplicate build-dep/build-dep-indep stuff, and bump versioned dep on
debhelper to match m68k's build-dep.

Revision 3454 - Directory Listing
Modified Mon Jul 11 01:51:13 2005 UTC (7 years, 10 months ago) by dilinger
fix the gcc-3.3/gcc-4.0 arch-specific build-deps

Revision 3453 - Directory Listing
Modified Mon Jul 11 01:21:17 2005 UTC (7 years, 10 months ago) by dilinger
add missing virtual package analogous to kernel-headers-2.6.11-1-i386

Revision 3452 - Directory Listing
Modified Mon Jul 11 01:08:28 2005 UTC (7 years, 10 months ago) by dilinger
fix up flavour-specific description

Revision 3451 - Directory Listing
Modified Sun Jul 10 20:58:48 2005 UTC (7 years, 10 months ago) by jurij-guest
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.

Revision 3450 - Directory Listing
Modified Sun Jul 10 20:41:36 2005 UTC (7 years, 10 months ago) by fschueler-guest
build-depend on gcc-4.0, the new standard compiler (now the versioned depends on gcc-3.3 make sense ;)

Revision 3449 - Directory Listing
Modified Sun Jul 10 20:33:18 2005 UTC (7 years, 10 months ago) by jurij-guest
Same for sparc.

Revision 3448 - Directory Listing
Modified Sun Jul 10 20:32:57 2005 UTC (7 years, 10 months ago) by nobse
set build_makeflags to gcc-3.3

Revision 3447 - Directory Listing
Modified Sun Jul 10 20:32:04 2005 UTC (7 years, 10 months ago) by nobse
same for alpha

Revision 3446 - Directory Listing
Modified Sun Jul 10 20:30:40 2005 UTC (7 years, 10 months ago) by jurij-guest
Add an explicit build-dep on gcc-3.3 for sparc,
because sparc32 currently fails to build with
gcc-4.0.

Revision 3445 - Directory Listing
Modified Sun Jul 10 19:09:57 2005 UTC (7 years, 10 months ago) by dilinger
add a per-flavour header template, and add @subarch@ bit to linux-image

Revision 3444 - Directory Listing
Modified Sun Jul 10 14:11:35 2005 UTC (7 years, 10 months ago) by dilinger
add a template file for kernel images

Revision 3443 - Directory Listing
Modified Sun Jul 10 12:12:13 2005 UTC (7 years, 10 months ago) by dilinger
there's no real need for two kernel-package deps, are there? :P

Revision 3442 - Directory Listing
Modified Sun Jul 10 10:31:38 2005 UTC (7 years, 10 months ago) by nobse
added files for alpha

Revision 3441 - Directory Listing
Modified Sun Jul 10 02:18:28 2005 UTC (7 years, 10 months ago) by dilinger
add all generated binary images to debian/control, to lessen confusion for
someone trying to figure out how things are done.

Revision 3440 - Directory Listing
Modified Sun Jul 10 01:04:39 2005 UTC (7 years, 10 months ago) by dilinger
drop mention of tg3; we no longer strip it

Revision 3439 - Directory Listing
Modified Sun Jul 10 01:03:10 2005 UTC (7 years, 10 months ago) by dilinger
mention how to build debian/control

Revision 3438 - Directory Listing
Modified Sun Jul 10 01:01:15 2005 UTC (7 years, 10 months ago) by dilinger
control is auto-generated, no need to track it in svn

Revision 3437 - Directory Listing
Modified Sun Jul 10 00:43:17 2005 UTC (7 years, 10 months ago) by dilinger
nuke flavours, it's not used, and it's spelled wrong as well *duck*

Revision 3435 - Directory Listing
Modified Sun Jul 10 00:33:09 2005 UTC (7 years, 10 months ago) by dilinger
add some initial docs on building kernel images from raw materials (that is,
a tarball from kernel.org, and this svn repo).

Revision 3434 - Directory Listing
Modified Sun Jul 10 00:01:56 2005 UTC (7 years, 10 months ago) by dilinger
*smirk*.  s/wordlist/word/

Revision 3433 - Directory Listing
Modified Sat Jul 9 23:55:31 2005 UTC (7 years, 10 months ago) by dilinger
move autogenerated variables down to the autogen'd section

Revision 3432 - Directory Listing
Modified Sat Jul 9 23:54:56 2005 UTC (7 years, 10 months ago) by dilinger
grab ltver from changelog

Revision 3431 - Directory Listing
Modified Sat Jul 9 23:47:27 2005 UTC (7 years, 10 months ago) by dilinger
eep, debugging stuff snuck in there.  sorry for the noise

Revision 3430 - Directory Listing
Modified Sat Jul 9 23:42:48 2005 UTC (7 years, 10 months ago) by dilinger
minor comment about variable descriptions in README

Revision 3429 - Directory Listing
Modified Sat Jul 9 23:36:15 2005 UTC (7 years, 10 months ago) by dilinger
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).

Revision 3428 - Directory Listing
Modified Sat Jul 9 23:26:20 2005 UTC (7 years, 10 months ago) by dilinger
grab $(version) from changelog source

Revision 3427 - Directory Listing
Modified Sat Jul 9 20:47:53 2005 UTC (7 years, 10 months ago) by fschueler-guest
- 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


Revision 3426 - Directory Listing
Modified Thu Jul 7 02:49:33 2005 UTC (7 years, 10 months ago) by jurij-guest
Remove the build and source symbolic links from
/lib/modules/${version}, as leaving them in 
generates scary warnings during the image
installation.

Revision 3425 - Directory Listing
Modified Tue Jul 5 15:35:35 2005 UTC (7 years, 10 months ago) by maks-guest
fix version nr in desc

Revision 3424 - Directory Listing
Modified Tue Jul 5 09:43:20 2005 UTC (7 years, 10 months ago) by fschueler-guest
Added tg3 support.

Revision 3423 - Directory Listing
Modified Tue Jul 5 04:12:26 2005 UTC (7 years, 10 months ago) by jurij-guest
Yet another round of tg3 ping-pong (on sparc).

Revision 3421 - Directory Listing
Modified Sat Jul 2 10:03:05 2005 UTC (7 years, 10 months ago) by maks-guest
add back CONFIG_TIGON3

Revision 3417 - Directory Listing
Modified Fri Jul 1 18:23:45 2005 UTC (7 years, 10 months ago) by dilinger
Copied from: branches/linux-kernel-2.6.12 revision 3416
move new packaging into trunk from branch.  Whee.

Revision 3415 - Directory Listing
Modified Thu Jun 30 12:25:25 2005 UTC (7 years, 10 months ago) by fschueler-guest
Original Path: branches/linux-kernel-2.6.12
Merged 2.6.12.2.

Revision 3405 - Directory Listing
Modified Sun Jun 26 21:25:33 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Remove parts of the patch affecting the parisc
defconfig files, as they are causing the parisc
patch not to apply.

Revision 3404 - Directory Listing
Modified Sun Jun 26 21:20:23 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Corrected the bit, applying the arch-specific
patches.

Revision 3403 - Directory Listing
Modified Sun Jun 26 21:09:54 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
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.

Revision 3402 - Directory Listing
Modified Sun Jun 26 18:58:11 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Move alpha-read-trylock.patch to 'processed'
section as it is no longer required.

Revision 3401 - Directory Listing
Modified Sun Jun 26 18:45:36 2005 UTC (7 years, 10 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
add some comments

Revision 3400 - Directory Listing
Modified Sat Jun 25 19:14:34 2005 UTC (7 years, 10 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
add info to that blacklisting

Revision 3399 - Directory Listing
Modified Fri Jun 24 23:56:23 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Add typical usage for default_config

Revision 3398 - Directory Listing
Modified Fri Jun 24 23:55:19 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Remove config.default and set default_config
to sparc64 on sparc.

Revision 3397 - Directory Listing
Modified Fri Jun 24 23:54:21 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Remove config.default and set the default_config
to 386 on i386.

Revision 3396 - Directory Listing
Modified Fri Jun 24 23:53:05 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Documented the new variable default_config in README.

Revision 3395 - Directory Listing
Modified Fri Jun 24 23:46:18 2005 UTC (7 years, 10 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
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.

Revision 3394 - Directory Listing
Modified Thu Jun 23 00:46:11 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Update the powerpc-ppc64-biarch-override.patch
from Sven, include as it now applies cleanly.

Revision 3393 - Directory Listing
Modified Thu Jun 23 00:35:20 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Copy over TODO.patches and update it.

Revision 3392 - Directory Listing
Modified Thu Jun 23 00:27:35 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
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.

Revision 3391 - Directory Listing
Modified Thu Jun 23 00:22:35 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Updated the i386 control file template.

Revision 3390 - Directory Listing
Modified Wed Jun 22 23:50:11 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
fix changelog breakage

Revision 3389 - Directory Listing
Modified Wed Jun 22 23:33:37 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
disable this tpm thingies

Revision 3388 - Directory Listing
Modified Wed Jun 22 23:28:16 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
add some notes previous release:
name trave11er ;)
add bits of info of new upstream,
also announce kicked out x86-i486 emu patch

Revision 3387 - Directory Listing
Modified Wed Jun 22 23:11:54 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
add 2.6.12.1 security patches.
will be fun for 2.6.8.

Revision 3386 - Directory Listing
Modified Wed Jun 22 05:13:52 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Apply fix to unpack/build/binary target, ensuring
that multiple subarches will build correctly.
Thanks to Eugene Konev.

Revision 3385 - Directory Listing
Modified Wed Jun 22 03:59:07 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Make config.default a copy of config.sparc64 on
sparc.

Revision 3384 - Directory Listing
Modified Wed Jun 22 03:58:06 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
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

Revision 3383 - Directory Listing
Modified Wed Jun 22 03:51:08 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Updated all i386 configs, trying to be as consistent
as possible.

Revision 3382 - Directory Listing
Modified Wed Jun 22 02:22:30 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Update config.686, re-examining the choice of
some yes/no options and enabling some more stuff
as a result.

Revision 3381 - Directory Listing
Modified Tue Jun 21 16:51:36 2005 UTC (7 years, 11 months ago) by fschueler-guest
Original Path: branches/linux-kernel-2.6.12
Rename packages: s/kernel-([headers|image])/linux-$1/g;

Revision 3380 - Directory Listing
Modified Tue Jun 21 09:49:36 2005 UTC (7 years, 11 months ago) by fschueler-guest
Original Path: branches/linux-kernel-2.6.12
Add arch/*/control.in to the master control file, too

Revision 3377 - Directory Listing
Modified Mon Jun 20 22:12:31 2005 UTC (7 years, 11 months ago) by fschueler-guest
Original Path: branches/linux-kernel-2.6.12
first shot of 2.6.12 amd64 configs

Revision 3376 - Directory Listing
Modified Mon Jun 20 15:48:32 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/linux-kernel-2.6.12
update patch with a corrected version from kernel-source-2.6.12

Revision 3375 - Directory Listing
Modified Mon Jun 20 15:48:10 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/linux-kernel-2.6.12
drop this patch; will update with a new version from kernel-source-2.6.12

Revision 3373 - Directory Listing
Modified Sun Jun 19 23:36:25 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Replace kernel- -> linux- in sparc control file
template.

Revision 3372 - Directory Listing
Modified Sun Jun 19 19:22:29 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Update the configs for sparc.

Revision 3371 - Directory Listing
Modified Sun Jun 19 18:23:58 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
revert nonesense

Revision 3370 - Directory Listing
Modified Sun Jun 19 18:19:05 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
s/linux-image/linux-kernel/

Revision 3369 - Directory Listing
Modified Sun Jun 19 17:02:44 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Add missing build-dep-indep on dh-kpatches.

Revision 3368 - Directory Listing
Modified Sun Jun 19 16:56:11 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Updated Makefile.inc for sparc.

Revision 3367 - Directory Listing
Modified Sun Jun 19 16:54:34 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Remove bogus arch-specific patches which were
added for testing purposes only.

Revision 3366 - Directory Listing
Modified Sun Jun 19 16:53:36 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Update documentation for the build_subarch
variable.

Revision 3365 - Directory Listing
Modified Sun Jun 19 16:41:51 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
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/.

Revision 3364 - Directory Listing
Modified Sun Jun 19 09:24:31 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
s/debian-utils/debianutils/

Revision 3363 - Directory Listing
Modified Sun Jun 19 06:28:50 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/linux-kernel-2.6.12
...and add it to the series file

Revision 3362 - Directory Listing
Modified Sun Jun 19 06:25:57 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/linux-kernel-2.6.12
copy ia64-generic-nosmp.patch into the unified source tree

Revision 3361 - Directory Listing
Modified Sun Jun 19 06:23:28 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/linux-kernel-2.6.12
update ia64 configs for 2.6.12

Revision 3359 - Directory Listing
Modified Sun Jun 19 00:19:39 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Another config update

Revision 3358 - Directory Listing
Modified Sat Jun 18 23:59:53 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Updated 686 config for 2.6.12

Revision 3357 - Directory Listing
Modified Sat Jun 18 23:33:41 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Remove kernel- provides.

Revision 3356 - Directory Listing
Modified Sat Jun 18 23:22:47 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Replace static references to version and abiname
by variable references.

Revision 3355 - Directory Listing
Modified Sat Jun 18 23:17:09 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/linux-kernel-2.6.12
Delete the duplicate directory.

Revision 3354 - Directory Listing
Modified Sat Jun 18 22:11:15 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/linux-kernel-2.6.12
Copied from: branches/kernel-image-2.6.12 revision 3352
while we are at it name it linux-kernel

Revision 3352 - Directory Listing
Modified Sat Jun 18 21:47:41 2005 UTC (7 years, 11 months ago) by maks-guest
Original Path: branches/kernel-image-2.6.12
Copied from: branches/kernel-image-2.6.11 revision 3351
add jurij another "spielwiese" :)

Revision 3351 - Directory Listing
Modified Sat Jun 18 21:21:08 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added xmlto as a build-dep-indep as build of
kernel docs now requires it.

Revision 3350 - Directory Listing
Modified Sat Jun 18 20:49:29 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Update changelog, release number to .12,
tree number to 1 and generate new control file.

Revision 3349 - Directory Listing
Modified Sat Jun 18 20:44:44 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
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.

Revision 3348 - Directory Listing
Modified Sat Jun 18 20:42:28 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Updated control.headers.in and regenerated the
master control file.

Revision 3341 - Directory Listing
Modified Sat Jun 18 04:25:50 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/kernel-image-2.6.11
add ia64 tree

Revision 3340 - Directory Listing
Modified Sat Jun 18 01:43:02 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/kernel-image-2.6.11
change order of arguments to find to end the new find's annoying warnings

Revision 3339 - Directory Listing
Modified Sat Jun 18 01:40:10 2005 UTC (7 years, 11 months ago) by dannf
Original Path: branches/kernel-image-2.6.11
s/debian-utils/debianutils/ - i assume that was a typo

Revision 3296 - Directory Listing
Modified Fri Jun 3 03:50:17 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
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.

Revision 3295 - Directory Listing
Modified Thu Jun 2 00:57:40 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Revert the last change as it does not help.

Revision 3294 - Directory Listing
Modified Thu Jun 2 00:22:13 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Create stamp-debian in the kernel build directory before
building to workaround the kernel-package bug.

Revision 3293 - Directory Listing
Modified Wed Jun 1 02:30:17 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Removed an unneeded file.

Revision 3292 - Directory Listing
Modified Wed Jun 1 02:24:38 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Corrected the names of packages in the template.

Revision 3291 - Directory Listing
Modified Wed Jun 1 02:21:45 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Documentation updated, control.headers.in template
reworked.

Revision 3290 - Directory Listing
Modified Wed Jun 1 00:52:05 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Corrected a dependency of linux-headers.

Revision 3289 - Directory Listing
Modified Tue May 31 23:38:14 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* Add dh-kpatches to build-deps-indep.
* Copy asm-offsets.s in place instead of symlinking
* Make sure DEBIAN does not get into packages.

Revision 3286 - Directory Listing
Modified Tue May 31 15:30:27 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Updated debian/control after changes to template.

Revision 3285 - Directory Listing
Modified Tue May 31 15:28:57 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* 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.

Revision 3284 - Directory Listing
Modified Tue May 31 05:49:17 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Changes kernel -> linux in the post-install.in,
which was failing. Made the detection of kernel
arch automatic there, based on include/asm symlink.

Revision 3283 - Directory Listing
Modified Tue May 31 05:12:59 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Removed concatenation of debian/files from
the build target, as it is not yet created
at that point.

Revision 3282 - Directory Listing
Modified Tue May 31 03:11:25 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Typo corrected.

Revision 3281 - Directory Listing
Modified Tue May 31 03:05:58 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Looks like all pieces are in places.
Testing, testing, testing!

Revision 3280 - Directory Listing
Modified Tue May 31 02:16:28 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added the building of linux-doc package.

Revision 3279 - Directory Listing
Modified Tue May 31 01:17:23 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Removed added_patches support, instead the arch
patches are now applied automatically at the
unpacking stage.

Revision 3278 - Directory Listing
Modified Tue May 31 00:52:12 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added preliminary support for arch-specific
patches.

Revision 3266 - Directory Listing
Modified Sun May 29 20:46:14 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Minor cleanups

Revision 3265 - Directory Listing
Modified Sun May 29 17:49:40 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added patch-debian target, creating the
linux-patch-debian package.

Revision 3262 - Directory Listing
Modified Sun May 29 04:46:18 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Builds source, tree and images. Images currently
break due to some stem issues.

Revision 3261 - Directory Listing
Modified Sun May 29 00:15:03 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Makefile rearrangement.

Revision 3260 - Directory Listing
Modified Sat May 28 23:55:38 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added 'tree' target, building linux-tree package.

Revision 3259 - Directory Listing
Modified Sat May 28 23:40:53 2005 UTC (7 years, 11 months ago) by fschueler-guest
Original Path: branches/kernel-image-2.6.11
Correct amd64 abi version: no need for a high number with a unified kernel image :-)

Revision 3258 - Directory Listing
Modified Sat May 28 23:07:32 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added the 'source' target which builds the
linux-source binary package.

Revision 3257 - Directory Listing
Modified Sat May 28 20:18:48 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Corrected the unpatch target.

Revision 3256 - Directory Listing
Modified Sat May 28 20:15:14 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added patch and unpatch targets.

Revision 3254 - Directory Listing
Modified Sat May 28 18:59:27 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added prune-non-free and apply scripts.

Revision 3250 - Directory Listing
Modified Sat May 28 05:24:11 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Include Makefile.subarch which somehow got
left out.

Revision 3243 - Directory Listing
Modified Fri May 27 04:55:13 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Minor housekeeping.

Revision 3242 - Directory Listing
Modified Fri May 27 04:52:42 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Slow but steady progress towards integration
with kernel-source package.

Revision 3240 - Directory Listing
Modified Fri May 27 01:12:29 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Rearrangements in preparation to merge with
kernel-source

Revision 3239 - Directory Listing
Modified Thu May 26 01:53:38 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Fixed makefiles to reflect the new file locations.

Revision 3238 - Directory Listing
Modified Thu May 26 01:42:15 2005 UTC (7 years, 11 months ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Moved all stuff to debian/ in preparation for
the integration with kernel-source. Everybody
please SVN UP before changing anything!

Revision 3236 - Directory Listing
Modified Tue May 24 01:40:51 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Removed an unneeded file from headers_extra on sparc.

Revision 3235 - Directory Listing
Modified Tue May 24 00:43:22 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Now fixed for sure.

Revision 3234 - Directory Listing
Modified Tue May 24 00:37:32 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Third time I should get it right, finally :-)

Revision 3233 - Directory Listing
Modified Mon May 23 23:36:39 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Another minor tweak.

Revision 3232 - Directory Listing
Modified Mon May 23 23:32:42 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Corrected the asm-offsets.s magic.

Revision 3231 - Directory Listing
Modified Mon May 23 22:28:26 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Fix (hopefully) the asm-offsets.s issues.

Revision 3228 - Directory Listing
Modified Mon May 23 17:02:54 2005 UTC (8 years ago) by luther
Original Path: branches/kernel-image-2.6.11
Created a first try of common config file :)

Revision 3227 - Directory Listing
Modified Mon May 23 17:00:15 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Allow passing arbitrary build_subarch string.

Revision 3226 - Directory Listing
Modified Mon May 23 16:56:35 2005 UTC (8 years ago) by luther
Original Path: branches/kernel-image-2.6.11
Added powerpc Makefile.inc

Revision 3225 - Directory Listing
Modified Mon May 23 16:25:33 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Moved the creation of .config file in kernel-source
directory to headers-stamp target to avoid overwriting
it.

Revision 3224 - Directory Listing
Modified Mon May 23 14:25:40 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* Populated the arch/sparc subdir for testing.
* Minor fixes in amd64's Makefile.inc.

Revision 3223 - Directory Listing
Modified Mon May 23 14:02:07 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Implemented a nicer way to handle prefixing
of a make-kpkg call with blah32 for 32-bit flavours.

Revision 3217 - Directory Listing
Modified Mon May 23 05:39:20 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Minor fixups.

Revision 3216 - Directory Listing
Modified Mon May 23 00:14:35 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Moved makefile.

Revision 3215 - Directory Listing
Modified Mon May 23 00:13:49 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Some major changes: each flavour now has a separate
target, making the name of the flavour available to
make.

Revision 3205 - Directory Listing
Modified Sat May 21 04:53:25 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
"All systems go" commit. Everybody is
encouraged to give it a try.

Revision 3204 - Directory Listing
Modified Sat May 21 01:32:51 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Implemented arch/subarch-specific patches and
updated README and TODO files accordingly.

Revision 3203 - Directory Listing
Modified Fri May 20 23:45:33 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Corrected the naming, which is RFC-compliant now.
Tested subarch and no-subarch builds on i386.

Revision 3201 - Directory Listing
Modified Fri May 20 05:56:49 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* 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.

Revision 3198 - Directory Listing
Modified Thu May 19 23:10:25 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Fixed the generation of config files for all
cases. Minor corrections to the documentation.

Revision 3148 - Directory Listing
Modified Thu May 19 01:01:40 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Updated README with subarch-specific stuff.

Revision 3147 - Directory Listing
Modified Thu May 19 00:19:43 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added forgotten TODO item.

Revision 3146 - Directory Listing
Modified Thu May 19 00:16:36 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Subarch support added. README file is not updated
to reflect these changes yet.

Revision 3145 - Directory Listing
Modified Wed May 18 18:37:45 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Added IMPORTANT file, listing the latest
relatively unbroken revision.

Revision 3144 - Directory Listing
Modified Wed May 18 11:57:59 2005 UTC (8 years ago) by fschueler-guest
Original Path: branches/kernel-image-2.6.11
fix i386 and ppc control.in files.

Revision 3143 - Directory Listing
Modified Wed May 18 11:51:24 2005 UTC (8 years ago) by fschueler-guest
Original Path: branches/kernel-image-2.6.11
Added amd64 support.

Revision 3137 - Directory Listing
Modified Wed May 18 03:40:09 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Everything is broken as experiments with subarch
stuff are underway.

Revision 3136 - Directory Listing
Modified Tue May 17 23:04:42 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Everything is implemented except subarch stuff.

Revision 3117 - Directory Listing
Modified Sun May 15 06:43:57 2005 UTC (8 years ago) by luther
Original Path: branches/kernel-image-2.6.11
Added the flavours file from the kernel-source-non-free package. Has amd64,
but not yet sparc.

Revision 3116 - Directory Listing
Modified Sun May 15 06:41:57 2005 UTC (8 years ago) by luther
Original Path: branches/kernel-image-2.6.11
Moved the configs to the arch/powerpc toplevel.

Revision 3115 - Directory Listing
Modified Sun May 15 06:40:11 2005 UTC (8 years ago) by luther
Original Path: branches/kernel-image-2.6.11
Early import of the powerpc specific parts into the common kernel.

Revision 3113 - Directory Listing
Modified Sun May 15 05:30:44 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
"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.

Revision 3104 - Directory Listing
Modified Sat May 14 05:55:07 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* 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).

Revision 3044 - Directory Listing
Modified Thu May 12 05:58:57 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* 'build' target implemented.
* Additional variables which can be defined
  on per-arch basis (in Makefile.inc) introduced
  and documented in README.

Revision 3034 - Directory Listing
Modified Wed May 11 02:05:18 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
* Implemented 'unpack' target completely.
* Added README file, documenting the file
  locations and format.
* Lots of other stuff.

Revision 3025 - Directory Listing
Modified Tue May 10 04:16:53 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Initial commit of common kernel-image infrastructure.
So far it can only unpack the source.

Revision 3024 - Directory Listing
Added Tue May 10 01:13:09 2005 UTC (8 years ago) by jurij-guest
Original Path: branches/kernel-image-2.6.11
Add the branches/kernel-image-2.6.11 directory
for work on "one source builds all arches" 
kernel-image package.

  ViewVC Help
Powered by ViewVC 1.1.5