Log of /trunk/kernel/source/linux-2.6
Directory Listing
Revision
3607 -
Directory Listing
Modified
Thu Jul 21 15:06:17 2005 UTC
(7 years, 10 months ago)
by
dilinger
gah. fucking fuck.
Revision
3594 -
Directory Listing
Modified
Wed Jul 20 00:04:24 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Add some description files for flavours. Basically, for each flavour, if
'class' is set, then in the description, "@class@ class systems" will be
described; if class is not set, then the flavour name will be used.
Ie, if there's no desc.386, then "this kernel is for 386 class systems" will
show up in the description.
There's also @desc@ (see the s390 stuff for an example) that will be appended
to the description.
I haven't actually implemented this yet; please fill in what you need for
your pet architecture, and I'll do it tomorrow.
Revision
3591 -
Directory Listing
Modified
Tue Jul 19 23:15:07 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
the cp stuff done in headers-install is actually done by kernel-package now;
no need to do it there anymore. And, while we're at it, nuke $(headers_extra);
if archs really need it, they can add it to headers-install.in (I'd rather
see headers-install.in go away eventually, though).
Revision
3583 -
Directory Listing
Modified
Tue Jul 19 19:09:39 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
default configs are autogenerated now; instead of doing a manual make defconfig,
have kernel-package do it (--config def). This requires kernel-package 9.002,
so add a versioned dep for all archs. Also, drop any and all mentions of
default_config.
Revision
3578 -
Directory Listing
Modified
Mon Jul 18 21:46:09 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
minor fixups; add an explicit dep on config.$flavour, so that it's built;
also add a comment about using 'make defconfig' instead of config.default
to build the config config. It's going to have to wait for kernel-package
support, i suppose; wishlist bug has been filed, but I got tired of waiting
for the BTS to respond.
Revision
3568 -
Directory Listing
Modified
Sat Jul 16 18:55:04 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Use debian/config.blah and not arch/<arch>/config.blah
as header files for header building, as the ones in
arch are the incomplete files now.
Revision
3567 -
Directory Listing
Modified
Sat Jul 16 18:49:03 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Kill off amd64's config.default and set
default_config to amd64-generic. That completely
gets rid of config.default stuff and allows us
to stop supporting it.
Revision
3566 -
Directory Listing
Modified
Sat Jul 16 17:38:09 2005 UTC
(7 years, 11 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
I don't know why CONFIG_6PACK got moved to config.powerpc only, and not to config, it stopped powerpc-smp in any case. so fixed.
Revision
3555 -
Directory Listing
Modified
Sat Jul 16 12:49:55 2005 UTC
(7 years, 11 months ago)
by
luther
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
Oh well, i guess we moved to modular stuff while i was trying to build :)
now build MAC_FLOPPY only on non-smp, as it FTBFS on smp.
Revision
3545 -
Directory Listing
Modified
Sat Jul 16 08:06:35 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
more merged drivers; also explicitly mention the dropping of
doc-post_halloween.patch, which was accidentally dropped.. but is of little
value IMO anyways..
Revision
3518 -
Directory Listing
Modified
Sat Jul 16 01:56:00 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-2.6-2.6.12
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)
Revision
3474 -
Directory Listing
Modified
Tue Jul 12 11:02:40 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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
3469 -
Directory Listing
Modified
Tue Jul 12 08:57:24 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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
3464 -
Directory Listing
Modified
Tue Jul 12 00:35:00 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
Export the MAKEFLAGS command before running the
command rather than sticking it on the command
line, since sparc32 is choking on it otherwise.
Revision
3458 -
Directory Listing
Modified
Mon Jul 11 03:35:09 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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
3451 -
Directory Listing
Modified
Sun Jul 10 20:58:48 2005 UTC
(7 years, 11 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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
3429 -
Directory Listing
Modified
Sat Jul 9 23:36:15 2005 UTC
(7 years, 11 months ago)
by
dilinger
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
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
3427 -
Directory Listing
Modified
Sat Jul 9 20:47:53 2005 UTC
(7 years, 11 months ago)
by
fschueler-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
- 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, 11 months ago)
by
jurij-guest
Original Path:
trunk/kernel/source/linux-kernel-2.6.12
Remove the build and source symbolic links from
/lib/modules/${version}, as leaving them in
generates scary warnings during the image
installation.
Revision
3405 -
Directory Listing
Modified
Sun Jun 26 21:25:33 2005 UTC
(7 years, 11 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
3403 -
Directory Listing
Modified
Sun Jun 26 21:09:54 2005 UTC
(7 years, 11 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
3395 -
Directory Listing
Modified
Fri Jun 24 23:46:18 2005 UTC
(7 years, 11 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
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
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
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
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
3365 -
Directory Listing
Modified
Sun Jun 19 16:41:51 2005 UTC
(8 years 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
3349 -
Directory Listing
Modified
Sat Jun 18 20:44:44 2005 UTC
(8 years 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
3296 -
Directory Listing
Modified
Fri Jun 3 03:50:17 2005 UTC
(8 years 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
3294 -
Directory Listing
Modified
Thu Jun 2 00:22:13 2005 UTC
(8 years 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
3289 -
Directory Listing
Modified
Tue May 31 23:38:14 2005 UTC
(8 years 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
3285 -
Directory Listing
Modified
Tue May 31 15:28:57 2005 UTC
(8 years 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
(8 years 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
(8 years 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
3279 -
Directory Listing
Modified
Tue May 31 01:17:23 2005 UTC
(8 years 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
3238 -
Directory Listing
Modified
Thu May 26 01:42:15 2005 UTC
(8 years 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
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
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
3201 -
Directory Listing
Modified
Fri May 20 05:56:49 2005 UTC
(8 years, 1 month 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, 1 month 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
3113 -
Directory Listing
Modified
Sun May 15 05:30:44 2005 UTC
(8 years, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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.