Log of /eclass/linux-mod.eclass
Parent Directory
|
Revision Log
Revision
1.114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 1 19:06:19 2013 UTC
(5 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.113: +19 -4 lines
Diff to
previous 1.113
MODULES_OPTIONAL_USE makes it possible to optionally use linux-mod without introducing dependencies on virtual/linux-sources or virtual/modutils where unwanted.
Revision
1.112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 26 08:17:26 2013 UTC
(5 years, 10 months ago)
by
ssuominen
Branch:
MAIN
Changes since
1.111: +2 -2 lines
Diff to
previous 1.111
Control pulling in linux-mod dependencies based on VIRTUAL_MODUTILS variable, set in eg. sys-apps/kmod
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 26 07:36:11 2013 UTC
(5 years, 10 months ago)
by
ssuominen
Branch:
MAIN
Changes since
1.110: +7 -5 lines
Diff to
previous 1.110
Stop pulling in virtual/linux-sources when used for sys-apps/kmod by angry_vincent
Revision
1.109 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 24 09:54:12 2013 UTC
(5 years, 10 months ago)
by
ssuominen
Branch:
MAIN
Changes since
1.108: +14 -42 lines
Diff to
previous 1.108
Remove support for module-init-tools and Linux 2.4. Only works with kmod and 2.6 now.
Revision
1.101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 27 09:46:14 2011 UTC
(7 years, 8 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.100: +9 -2 lines
Diff to
previous 1.100
for EAPI>=4, rely on PMS MERGE_TYPE rather than portage non-spec EMERGE_FROM; for EAPI<4, use EMERGE_FROM since it's acceptable there
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 31 19:33:16 2010 UTC
(8 years, 10 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.98: +4 -5 lines
Diff to
previous 1.98
Bug #312075: The ~ was getting expanded to the optional stuff got duplicated and that sucked, giving a bad warning sometimes.
Revision
1.97 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 17 03:54:51 2010 UTC
(9 years, 1 month ago)
by
robbat2
Branch:
MAIN
Changes since
1.96: +23 -1 lines
Diff to
previous 1.96
Bug #286292: Try to make kernel module binpkgs NOT need kernel sources by using a different path in pkg_setup.
Revision
1.95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 23:16:37 2009 UTC
(9 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.94: +3 -2 lines
Diff to
previous 1.94
Bug #283320: The dependancy for linux-sources now moves into linux-mod, where it is actually required.
Revision
1.94 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 15 17:21:11 2009 UTC
(9 years, 7 months ago)
by
mpagano
Branch:
MAIN
Changes since
1.93: +2 -2 lines
Diff to
previous 1.93
Name module configuration files properly as per bug #277835. Thanks to MATSUU Takuto for the patch
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 5 12:00:19 2008 UTC
(10 years, 3 months ago)
by
dsd
Branch:
MAIN
Changes since
1.92: +3 -1 lines
Diff to
previous 1.92
share Module.symvers between all compiled modules, patch from Peter Volkov in bug #237618
Revision
1.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 2 03:02:53 2008 UTC
(10 years, 3 months ago)
by
gengor
Branch:
MAIN
Changes since
1.91: +1 -3 lines
Diff to
previous 1.91
Remove RESTRICT=distcc for now, its obvious it will never be an option when a 3rd party decides what goes in our PMS.
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 31 23:43:48 2008 UTC
(10 years, 3 months ago)
by
gengor
Branch:
MAIN
Changes since
1.88: +2 -1 lines
Diff to
previous 1.88
Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in linux-mod.eclass bug #167844
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 27 05:22:13 2008 UTC
(10 years, 3 months ago)
by
vapier
Branch:
MAIN
Changes since
1.83: +4 -4 lines
Diff to
previous 1.83
use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ourselves #194380
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 3 14:58:59 2008 UTC
(10 years, 10 months ago)
by
genstef
Branch:
MAIN
Changes since
1.79: +7 -3 lines
Diff to
previous 1.79
Install modprobe.d instead of modules.d files for kernel-2.6, thanks Cardoe for helping
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 22 01:10:19 2008 UTC
(10 years, 11 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.78: +14 -5 lines
Diff to
previous 1.78
Correctly handle variables with spaces being over and under interpreted when the emake is called. Symptoms of this are weird targets being used for make.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 22 21:05:32 2008 UTC
(11 years, 1 month ago)
by
dsd
Branch:
MAIN
Changes since
1.77: +2 -1 lines
Diff to
previous 1.77
Don't require a configured kernel to detect kernel version, or if all CONFIG_CHECK items are prefixed with ~
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 16 06:12:01 2007 UTC
(11 years, 3 months ago)
by
zmedico
Branch:
MAIN
Changes since
1.76: +4 -4 lines
Diff to
previous 1.76
Replace references to deprecated ${IMAGE} with equivalent ${D}.
These seem to be the last ${IMAGE} references in the whole tree.
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 3 12:55:18 2007 UTC
(11 years, 4 months ago)
by
phreak
Branch:
MAIN
Changes since
1.75: +2 -1 lines
Diff to
previous 1.75
Change to ${S} before starting the module build (see #192549 with thanks to Elias Probst <mail at eliasprobst.eu>).
Revision
1.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 1 06:40:28 2007 UTC
(11 years, 11 months ago)
by
vapier
Branch:
MAIN
Changes since
1.71: +4 -3 lines
Diff to
previous 1.71
tweak grepping of moduledb to avoid errors when moduledb hasnt actually been installed
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 16 14:10:46 2006 UTC
(12 years, 4 months ago)
by
genstef
Branch:
MAIN
Changes since
1.67: +17 -4 lines
Diff to
previous 1.67
Add me as maintainer and commit kernel/userland ABI patch from bug 133382 thanks to robbat2
Revision
1.65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 22 09:27:50 2006 UTC
(12 years, 9 months ago)
by
genstef
Branch:
MAIN
Changes since
1.64: +15 -9 lines
Diff to
previous 1.64
prefix linux-only DEPENDs with kernel_linux? and only run needed functions in pkg_postinst, helps to fix bug 133548
Revision
1.61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 25 16:43:09 2006 UTC
(12 years, 10 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.60: +6 -2 lines
Diff to
previous 1.60
We need to inherit eutils before linux-info so that set_arch_to_kernel and set_arch_to_portage functions from linux-info are used instead of the ones in eutils. Fixes bug #127506.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 23 15:25:48 2005 UTC
(13 years, 4 months ago)
by
weeve
Branch:
MAIN
Changes since
1.54: +5 -2 lines
Diff to
previous 1.54
Commented out check_vermagic with permission from johnm until a fixed version for arches with different userland and kernel compilers is available.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 22 17:35:39 2005 UTC
(13 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.53: +17 -13 lines
Diff to
previous 1.53
Changing some check_vermagic logic to support KV_DIR better. Fixing MODULESD error reported by genstef
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 22 16:55:17 2005 UTC
(13 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.52: +39 -1 lines
Diff to
previous 1.52
Adding in vermagic check. This is a little crude, but picks up on the most common problem
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 22 12:12:10 2005 UTC
(13 years, 6 months ago)
by
brix
Branch:
MAIN
Changes since
1.50: +1 -33 lines
Diff to
previous 1.50
Remove display_postinst() function as it was causing more trouble than good. Most modules will be auto-loaded by coldplug/hotplug.
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:23:20 2005 UTC
(13 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.43: +1 -2 lines
Diff to
previous 1.43
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:20:04 2005 UTC
(13 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.42: +1 -2 lines
Diff to
previous 1.42
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 22:55:03 2005 UTC
(13 years, 9 months ago)
by
johnm
Branch:
MAIN
Changes since
1.36: +26 -2 lines
Diff to
previous 1.36
Additions to compliment module-rebuild. Fixes bug #34921, thanks go to Paul Varner for inspiration
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 11 20:02:06 2005 UTC
(13 years, 10 months ago)
by
johnm
Branch:
MAIN
Changes since
1.32: +49 -13 lines
Diff to
previous 1.32
merging pcmcia support into linux-mod, now awaiting pcmcia-cs changes and were good to go
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 28 09:27:31 2005 UTC
(13 years, 10 months ago)
by
johnm
Branch:
MAIN
Changes since
1.31: +3 -2 lines
Diff to
previous 1.31
Fixing small bug (#86650) with linux-mod/convert_to_m, thanks to Stefan Schweizer
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 11 23:11:05 2005 UTC
(13 years, 11 months ago)
by
kingtaco
Branch:
MAIN
Changes since
1.30: +3 -3 lines
Diff to
previous 1.30
linux-mod.eclass: fixed grep in update_modules() so it's not a subshell, and doesn't output when no files are found
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 8 21:41:31 2005 UTC
(13 years, 11 months ago)
by
johnm
Branch:
MAIN
Changes since
1.29: +6 -6 lines
Diff to
previous 1.29
Changing array substitutions to _ not -, this prevents the cosmetic bad substitution errors
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 28 17:33:17 2005 UTC
(14 years ago)
by
johnm
Branch:
MAIN
Changes since
1.24: +3 -3 lines
Diff to
previous 1.24
Changing detection of module.d/* file to see if the file is actually setting anything. if it isnt, dont bother running modules-update
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 16 23:53:00 2005 UTC
(14 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.22: +3 -0 lines
Diff to
previous 1.22
unset libdir srcdir objdir since they may contain settings for previous modules.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 15 21:19:02 2005 UTC
(14 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.18: +1 -0 lines
Diff to
previous 1.18
Added support for CONFIG_CHECK=@OPTION:module which removes modules from MODULE_NAMES if the support is already in the kernel
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 9 19:10:55 2005 UTC
(14 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.16: +2 -2 lines
Diff to
previous 1.16
changing back to virtual. if this causes problems, then please look at changing the default virtual for that profile to module-init-tools
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 6 17:58:59 2005 UTC
(14 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.15: +15 -5 lines
Diff to
previous 1.15
Changing build logic. now we dont build BUILD_TARGETS more than once, in the same directory. will still support MODULENAME_TARGETS when this logic is available
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 28 20:05:45 2004 UTC
(14 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.12: +1 -2 lines
Diff to
previous 1.12
Adding support for kernel_is operators, and removing on behalf of line from modules.d regeneration.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 6 18:33:11 2004 UTC
(14 years, 2 months ago)
by
johnm
Branch:
MAIN
Changes since
1.5: +2 -2 lines
Diff to
previous 1.5
Moving get_version to linux-info pkg_setup and calling from linux-mod pkg_setup when needed.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 16:36:38 2004 UTC
(14 years, 2 months ago)
by
johnm
Branch:
MAIN
Updating kernel-2 to properly honour strict patch levels with *.diff , adding linux-* in preparation for the 'Big Module Move of 2004'
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|