Log of /eclass/linux-info.eclass
Parent Directory
|
Revision Log
Revision
1.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 21 22:03:00 2014 UTC
(4 years, 1 month ago)
by
robbat2
Branch:
MAIN
Changes since
1.102: +3 -3 lines
Diff to
previous 1.102
,
to
selected 1.11
linux-info: Bug #504346: Change one message from error to warning, kernel sources are optional for most uses (checking configs), and knowledge if the lack of kernel sources being missing is fatal should be left to the ebuild.
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 29 02:49:40 2013 UTC
(4 years, 6 months ago)
by
vapier
Branch:
MAIN
Changes since
1.101: +13 -10 lines
Diff to
previous 1.101
,
to
selected 1.11
get_version: extract version info with getfilevar_noexec as it should always work, and is much faster than evaluating with make; reported by Doug Anderson from ChromiumOS
Revision
1.100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 07:53:31 2013 UTC
(5 years, 2 months ago)
by
vapier
Branch:
MAIN
Changes since
1.99: +9 -2 lines
Diff to
previous 1.99
,
to
selected 1.11
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.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 26 00:06:14 2012 UTC
(5 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.91: +10 -2 lines
Diff to
previous 1.91
,
to
selected 1.11
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
(7 years ago)
by
flameeyes
Branch:
MAIN
Changes since
1.87: +3 -4 lines
Diff to
previous 1.87
,
to
selected 1.11
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
(7 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.85: +21 -17 lines
Diff to
previous 1.85
,
to
selected 1.11
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.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 17 21:34:52 2010 UTC
(8 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.81: +3 -2 lines
Diff to
previous 1.81
,
to
selected 1.11
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.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 08:47:01 2010 UTC
(8 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.77: +22 -7 lines
Diff to
previous 1.77
,
to
selected 1.11
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.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 6 22:54:58 2009 UTC
(8 years, 7 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.61: +78 -17 lines
Diff to
previous 1.61
,
to
selected 1.11
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
(8 years, 7 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.60: +46 -14 lines
Diff to
previous 1.60
,
to
selected 1.11
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
(8 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.59: +7 -1 lines
Diff to
previous 1.59
,
to
selected 1.11
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.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 15 21:19:02 2005 UTC
(13 years, 3 months ago)
by
johnm
Branch:
MAIN
Changes since
1.16: +24 -3 lines
Diff to
previous 1.16
,
to
selected 1.11
Added support for CONFIG_CHECK=@OPTION:module which removes modules from MODULE_NAMES if the support is already in the kernel
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 28 20:05:45 2004 UTC
(13 years, 3 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)
-
[selected]
Fri Dec 17 15:12:07 2004 UTC
(13 years, 4 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
(13 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.8: +8 -8 lines
Diff to
previous 1.8
,
to
selected 1.11
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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 1 23:26:43 2004 UTC
(13 years, 4 months ago)
by
johnm
Branch:
MAIN
Changes since
1.5: +15 -7 lines
Diff to
previous 1.5
,
to
selected 1.11
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
(13 years, 4 months ago)
by
johnm
Branch:
MAIN
Diff
to
selected 1.11
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: |
|