summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-7/+4
|
* drop old comment now that eutils.eclass no longer contains these funcsMike Frysinger2011-08-091-6/+1
|
* Update linux-mod.eclass for building modules on Linux 3.0* kernels.Robin H. Johnson2011-06-011-2/+3
|
* for EAPI>=4, rely on PMS MERGE_TYPE rather than portage non-spec ↵Brian Harring2011-05-271-2/+9
| | | | EMERGE_FROM; for EAPI<4, use EMERGE_FROM since it's acceptable there
* Replace dependency on virtual/modutils, bug 358891. Whitespace.Ulrich Müller2011-04-241-5/+5
|
* Bug #312075: The ~ was getting expanded to the optional stuff got duplicated ↵Robin H. Johnson2010-03-311-5/+4
| | | | and that sucked, giving a bad warning sometimes.
* Better version of the logic for bug #286292.Robin H. Johnson2010-01-171-3/+6
|
* Bug #286292: Try to make kernel module binpkgs NOT need kernel sources by ↵Robin H. Johnson2010-01-171-1/+23
| | | | using a different path in pkg_setup.
* Bug #258209: Fix quoting of directories.Robin H. Johnson2010-01-101-54/+54
|
* Bug #283320: The dependancy for linux-sources now moves into linux-mod, ↵Robin H. Johnson2009-09-061-2/+3
| | | | where it is actually required.
* Name module configuration files properly as per bug #277835. Thanks to ↵Mike Pagano2009-07-151-2/+2
| | | | MATSUU Takuto for the patch
* share Module.symvers between all compiled modules, patch from Peter Volkov ↵Daniel Drake2008-11-051-1/+3
| | | | in bug #237618
* Remove RESTRICT=distcc for now, its obvious it will never be an option when ↵Gordon Malm2008-11-021-3/+1
| | | | a 3rd party decides what goes in our PMS.
* documentation tweaks from Fabio RossiDaniel Drake2008-11-011-5/+4
|
* Add bug #120001 to comment for RESTRICT=distccGordon Malm2008-11-011-2/+2
|
* Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in ↵Gordon Malm2008-10-311-1/+2
| | | | linux-mod.eclass bug #167844
* Add distcc to RESTRICT in linux-mod.eclass bug #167844Gordon Malm2008-10-311-1/+2
|
* allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642Daniel Drake2008-10-311-2/+2
|
* add some fantastic documentation from Fabio Rossi in bug #217560Daniel Drake2008-10-311-65/+187
|
* add some documentation, patch from Eric Brown in bug #190934Daniel Drake2008-10-311-1/+15
|
* use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ↵Mike Frysinger2008-10-271-4/+4
| | | | ourselves #194380
* pass CROSS_COMPILE=${CHOST}- to build process #194380Mike Frysinger2008-10-271-4/+4
|
* allow KERNEL_CC env var to override get-KERNEL_CC()Mike Frysinger2008-09-301-1/+6
|
* fix if that was missing thenDoug Goldstein2008-04-031-2/+2
|
* Install modprobe.d instead of modules.d files for kernel-2.6, thanks Cardoe ↵Stefan Schweizer2008-04-031-3/+7
| | | | for helping
* Correctly handle variables with spaces being over and under interpreted when ↵Robin H. Johnson2008-03-221-5/+14
| | | | the emake is called. Symptoms of this are weird targets being used for make.
* Don't require a configured kernel to detect kernel version, or if all ↵Daniel Drake2008-01-221-1/+2
| | | | CONFIG_CHECK items are prefixed with ~
* Replace references to deprecated ${IMAGE} with equivalent ${D}.Zac Medico2007-11-161-4/+4
| | | | These seem to be the last ${IMAGE} references in the whole tree.
* Change to ${S} before starting the module build (see #192549 with thanks to ↵Christian Heim2007-10-031-1/+2
| | | | Elias Probst <mail at eliasprobst.eu>).
* kernel related eclasses are maintained by kernel-misc@gentoo.org.Christian Heim2007-10-031-3/+4
|
* modules-update -> update-modulesMike Frysinger2007-04-161-3/+3
|
* Use update-modules thanks to jakub in bug 174745Stefan Schweizer2007-04-161-2/+7
|
* tweak grepping of moduledb to avoid errors when moduledb hasnt actually been ↵Mike Frysinger2007-03-011-3/+4
| | | | installed
* Fix bad sed arguments thanks to Georgi Georgiev in bug #165230Daniel Drake2007-02-051-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-011-3/+3
|
* shorten compile part a bit and add debug-print-funtion calls thanks to ↵Stefan Schweizer2006-11-251-4/+39
| | | | Petteri Räty <betelgeuse@gentoo.org> in bug 156186
* Add me as maintainer and commit kernel/userland ABI patch from bug 133382 ↵Stefan Schweizer2006-10-161-4/+17
| | | | thanks to robbat2
* remove pcmcia specific functons, bug 140116, also solves bug 122868Stefan Schweizer2006-07-241-49/+3
|
* kill off pointless whitespaceMike Frysinger2006-06-201-5/+4
|
* prefix linux-only DEPENDs with kernel_linux? and only run needed functions ↵Stefan Schweizer2006-05-221-9/+15
| | | | in pkg_postinst, helps to fix bug 133548
* Allow for cross-compile/distcc distribution of modules.John Mylchreest2006-05-111-2/+5
|
* Fixes bug #12645 and misc.John Mylchreest2006-04-021-13/+12
|
* set ABI= in src_compile; bug 119012Simon Stelling2006-03-261-3/+5
|
* We need to inherit eutils before linux-info so that set_arch_to_kernel and ↵Petteri Räty2006-03-251-2/+6
| | | | set_arch_to_portage functions from linux-info are used instead of the ones in eutils. Fixes bug #127506.
* Fixes QA bug #124324, thanks CiaranJohn Mylchreest2006-03-031-3/+3
|
* Fixing a stupid little bug.John Mylchreest2006-03-031-2/+2
|
* Fixed bug #120233.Henrik Brix Andersen2006-02-081-3/+2
|
* Fixed bug #122101.Henrik Brix Andersen2006-02-081-2/+2
|
* add some basic sanity checksMike Frysinger2005-12-071-3/+3
|
* Commented out check_vermagic with permission from johnm until a fixed ↵Jason Wever2005-10-231-2/+5
| | | | version for arches with different userland and kernel compilers is available.