Commit Graph

41 Commits

Author SHA1 Message Date
Andres Salomon 7c95e2d10c another wording change..
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3600
2005-07-20 20:48:50 +00:00
Andres Salomon 2ca7886f0f mm, robustness!
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3599
2005-07-20 20:32:19 +00:00
Andres Salomon 721f5c6cf8 drop @shortsmpflavour@ and @smpflavour@, and replace with @class@. Also
add @desc@.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3596
2005-07-20 20:05:29 +00:00
Andres Salomon b89b1be3fb 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).

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3591
2005-07-19 23:15:07 +00:00
Andres Salomon bd0af07171 oops, forgot to remove some references to headers.arch.in
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3589
2005-07-19 21:16:13 +00:00
Andres Salomon 4add513edf uh, ok, dunno why --config def isn't working but --config defconfig is.. but
whatever.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3587
2005-07-19 20:53:53 +00:00
Andres Salomon 41715bfb19 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.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3583
2005-07-19 19:09:39 +00:00
Andres Salomon e2b1efac92 give this a try; create default config via 'make defconfig'
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3579
2005-07-18 21:51:19 +00:00
Andres Salomon 094c293fbd 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.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3578
2005-07-18 21:46:09 +00:00
Andres Salomon cf5b2f5edc mm, arch/config was being included twice. redundant code..
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3576
2005-07-18 18:49:07 +00:00
Jurij Smakov fedb3eff2e Change @echo to echo to unbreak it.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3571
2005-07-16 19:28:13 +00:00
Jurij Smakov ffa9f5f810 Removed debian/ prefix when looking for config
files since Makefile runs from debian/ dir
already (d'oh).

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3570
2005-07-16 19:24:39 +00:00
Jurij Smakov d92c305949 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.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3568
2005-07-16 18:55:04 +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 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 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
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
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
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 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 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 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 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 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 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 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 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 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