Log of /eclass/linux-info.eclass
Parent Directory
|
Revision Log
Revision
1.100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 07:53:31 2013 UTC
(3 months, 1 week ago)
by
vapier
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.99: +9 -2 lines
Diff to
previous 1.99
if KERNEL_DIR is pointing to the object output, figure out the source dir and setup KBUILD_OUTPUT automatically #454294 by Ćukasz Stelmach
Revision
1.97 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 02:21:55 2013 UTC
(3 months, 1 week ago)
by
vapier
Branch:
MAIN
Changes since
1.96: +21 -22 lines
Diff to
previous 1.96
if KV_OUT_DIR is not set, do not let linux_config_src_exists implicitly check /.config #382787 by bay
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 22 19:00:52 2012 UTC
(6 months, 4 weeks ago)
by
mpagano
Branch:
MAIN
Changes since
1.92: +9 -2 lines
Diff to
previous 1.92
Update for new location of version.h. Thanks to Magnus Helmersson. Bug #438876
Revision
1.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 26 00:06:14 2012 UTC
(10 months, 3 weeks ago)
by
robbat2
Branch:
MAIN
Changes since
1.91: +10 -2 lines
Diff to
previous 1.91
You must ensure at least one of the version setup functions gets called in linux-info.eclass before you can use the config functions.
Revision
1.88 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 29 19:57:51 2011 UTC
(2 years, 1 month ago)
by
flameeyes
Branch:
MAIN
Changes since
1.87: +3 -4 lines
Diff to
previous 1.87
Fix build with stable release kernels when sources are not available.
Without this change, it will keep the '.y' value appended to KV_PATCH causing kernel_is function to fail.
Closes bug #293395.
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 5 21:57:53 2010 UTC
(2 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.85: +21 -17 lines
Diff to
previous 1.85
Bug #323717 again: Merge patch from Nick Bowler <nbowler@draconx.ca> to handle localversion differently so that it should work on more kernels. Note that if the kernel.release file is out of date however, it will install modules to the wrong location now.
Revision
1.85 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 3 07:03:39 2010 UTC
(2 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.84: +17 -10 lines
Diff to
previous 1.84
Bug #323717: Newer kernels change the build of localversion a lot, so we need to keep up with the times.
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 17 23:46:25 2010 UTC
(2 years, 11 months ago)
by
abcd
Branch:
MAIN
Changes since
1.83: +8 -2 lines
Diff to
previous 1.83
Add better support for finding out-of-tree builds when searching in /lib/modules
Revision
1.83 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 17 21:46:55 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.82: +20 -14 lines
Diff to
previous 1.82
Factor out the function used to validate the makefile for the extraction method.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 17 21:34:52 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.81: +3 -2 lines
Diff to
previous 1.81
Merge first part of patch from bug #87242: New warning output method and support for another assignment type in makefile non-exec parsing.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 09:25:12 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.79: +9 -9 lines
Diff to
previous 1.79
Inside kernel_is, use a non-keyword for the variable name, and quote the actual check at the end.
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 09:01:38 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.78: +4 -17 lines
Diff to
previous 1.78
Bug #283320: major change now, as warned about 1 month ago in http://thread.gmane.org/gmane.linux.gentoo.devel/64125. ALL linux_chkconfig calls MUST be preceeded by a linux_config*exists function. CONFIG_CHECK warning mode (~) no longer requires existence of kernel sources or any configuration. The eclass no longer introduces linux-sources into the dependency tree.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 08:47:01 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.77: +22 -7 lines
Diff to
previous 1.77
Bug #300306, #167385: One side effect of the non-exec check version for the kernel makefile is that it did not pick up appends, breaking builds on some patched kernels. Try the exec version first now, with a fallback.
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 08:25:55 2010 UTC
(3 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.76: +8 -2 lines
Diff to
previous 1.76
Display any configured warning or error message along with the list of config options when we cannot detect a config.
Revision
1.75 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 11 20:54:06 2009 UTC
(3 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.74: +32 -4 lines
Diff to
previous 1.74
Add a QA warning if you call linux_chkconfig* and linux_config* was not called.
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 11 20:42:51 2009 UTC
(3 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.73: +2 -2 lines
Diff to
previous 1.73
Better legacy-mode support for linux-info until the migration is completed, thanks to darkside_ for finding the issue.
Revision
1.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 13 20:44:11 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.71: +4 -2 lines
Diff to
previous 1.71
One backwards compatability fix while we are working on checking all ebuilds for the linux-info change.
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 23:40:48 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.68: +4 -3 lines
Diff to
previous 1.68
Bug 28330: Fix two instances where we want any version, not just the sources version.
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 23:36:04 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.67: +7 -7 lines
Diff to
previous 1.67
Match the function prototype that allows "-OP" form, which matches the bash versions.
Revision
1.65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 23:16:37 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.64: +5 -2 lines
Diff to
previous 1.64
Bug #283320: The dependancy for linux-sources now moves into linux-mod, where it is actually required.
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 23:12:29 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.63: +5 -4 lines
Diff to
previous 1.63
Bug 283320: Fix minor typo for config.gz. Improve ewarn output, more migration.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 22:54:58 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.61: +78 -17 lines
Diff to
previous 1.61
Bug #283320: Part of the migration work to make linux-info non-fatal. Currently gets enabled with I_KNOW_WHAT_I_AM_DOING in the env for the .config reading. Also uses the currently running version if no sources at all available.
Revision
1.61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 30 22:37:06 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.60: +46 -14 lines
Diff to
previous 1.60
Implement a variant of getfilevar that does not use Make to fetch the variable, and thusly does not fail out due to missing dependancies. Also fix totally broken checks in check_zlibinflate, that called a non-existing function.
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 4 18:39:33 2009 UTC
(3 years, 10 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.59: +7 -1 lines
Diff to
previous 1.59
If we need to perform an optional kernel config check, and there are no configured kernel sources present, just warn the user rather than being totally silent.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 21 11:11:27 2008 UTC
(5 years, 2 months ago)
by
dsd
Branch:
MAIN
Changes since
1.54: +4 -4 lines
Diff to
previous 1.54
move get_version call to more sensible place, thanks to Jakub Moc and Sok Ann Yap in bug #213978
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 22 21:05:31 2008 UTC
(5 years, 4 months ago)
by
dsd
Branch:
MAIN
Changes since
1.52: +66 -29 lines
Diff to
previous 1.52
Don't require a configured kernel to detect kernel version, or if all CONFIG_CHECK items are prefixed with ~
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 1 13:16:44 2007 UTC
(5 years, 7 months ago)
by
vapier
Branch:
MAIN
Changes since
1.50: +9 -5 lines
Diff to
previous 1.50
people have had plenty of time to transition to linux-info for set_arch_to_kernel/set_arch_to_portage ... time is up
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 7 11:37:41 2006 UTC
(6 years, 8 months ago)
by
phreak
Branch:
MAIN
Changes since
1.47: +18 -1 lines
Diff to
previous 1.47
Adding a warning for users using gcc-4 on linux-2.4 based kernel/module versions.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:23:20 2005 UTC
(7 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.27: +1 -2 lines
Diff to
previous 1.27
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:20:03 2005 UTC
(7 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.26: +1 -2 lines
Diff to
previous 1.26
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 8 18:42:23 2005 UTC
(8 years, 1 month ago)
by
johnm
Branch:
MAIN
Changes since
1.22: +51 -60 lines
Diff to
previous 1.22
Adding support for get_running_version. Also included, kernel_is fixup and removal of some stupid ebeep
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 18 21:38:59 2005 UTC
(8 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.18: +9 -7 lines
Diff to
previous 1.18
fixing die in get_version, to properly return result. can now base external ebuild logic on get_version
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 15 21:19:02 2005 UTC
(8 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.16: +24 -3 lines
Diff to
previous 1.16
Added support for CONFIG_CHECK=@OPTION:module which removes modules from MODULE_NAMES if the support is already in the kernel
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 31 09:23:43 2004 UTC
(8 years, 4 months ago)
by
mrness
Branch:
MAIN
Changes since
1.14: +20 -2 lines
Diff to
previous 1.14
correct kernel_is; format kernel versions as %d%03d%03d and test them as integers
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 28 20:05:45 2004 UTC
(8 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.11: +27 -10 lines
Diff to
previous 1.11
Adding support for kernel_is operators, and removing on behalf of line from modules.d regeneration.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 17 15:12:07 2004 UTC
(8 years, 5 months ago)
by
johnm
Branch:
MAIN
Changes since
1.10: +50 -19 lines
Diff to
previous 1.10
implement a qeinfo qeerror which wont print crud when portage is in certain stages. allows get_version to be used in global. although I still dont recommend it in any way
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 10 22:43:03 2004 UTC
(8 years, 5 months ago)
by
johnm
Branch:
MAIN
Changes since
1.8: +8 -8 lines
Diff to
previous 1.8
Moving .config check, so this is purely a sanity test now. If we use LOCALVERSION in the .config, we will laready have failed the test but the sanity check will cause it to bail. Fixes bug: #73726
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 6 18:33:10 2004 UTC
(8 years, 5 months ago)
by
johnm
Branch:
MAIN
Changes since
1.7: +9 -0 lines
Diff to
previous 1.7
Moving get_version to linux-info pkg_setup and calling from linux-mod pkg_setup when needed.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 5 12:46:58 2004 UTC
(8 years, 5 months ago)
by
johnm
Branch:
MAIN
Changes since
1.6: +86 -33 lines
Diff to
previous 1.6
hopefully fixing bug 73088, changing function names as per dsds request. adding custom error messages for CONFIG_CHECK
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 1 23:26:43 2004 UTC
(8 years, 5 months ago)
by
johnm
Branch:
MAIN
Changes since
1.5: +15 -7 lines
Diff to
previous 1.5
Added support for KBUILD_OUTPUT and pulling variables from .config/Makefile using make. This is more reliable and evaluates the makefile vars so we dont need any hacking bandaid to do so.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 16:36:38 2004 UTC
(8 years, 5 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: |
|