summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correct kernel_is; format kernel versions as %d%03d%03d and test them as ↵Alin Năstac2004-12-311-2/+20
| | | | integers
* Fixing up test logic in kernel_isJohn Mylchreest2004-12-291-6/+10
|
* Preventing -eq unary errorsJohn Mylchreest2004-12-281-2/+2
|
* Adding support for kernel_is operators, and removing on behalf of line from ↵John Mylchreest2004-12-281-11/+28
| | | | modules.d regeneration.
* implement a qeinfo qeerror which wont print crud when portage is in certain ↵John Mylchreest2004-12-171-20/+51
| | | | stages. allows get_version to be used in global. although I still dont recommend it in any way
* adding documentation, and changing the MODULE_NAMES parsing slightlyJohn Mylchreest2004-12-141-3/+47
|
* Moving .config check, so this is purely a sanity test now. If we use ↵John Mylchreest2004-12-101-8/+8
| | | | LOCALVERSION in the .config, we will laready have failed the test but the sanity check will cause it to bail. Fixes bug: #73726
* Moving get_version to linux-info pkg_setup and calling from linux-mod ↵John Mylchreest2004-12-061-1/+10
| | | | pkg_setup when needed.
* hopefully fixing bug 73088, changing function names as per dsds request. ↵John Mylchreest2004-12-051-34/+87
| | | | adding custom error messages for CONFIG_CHECK
* Added support for KBUILD_OUTPUT and pulling variables from .config/Makefile ↵John Mylchreest2004-12-011-8/+16
| | | | using make. This is more reliable and evaluates the makefile vars so we dont need any hacking bandaid to do so.
* Updating PV to PVRJohn Mylchreest2004-12-011-4/+7
|
* Fixing up support for KBUILD_OUTPUT.John Mylchreest2004-11-281-16/+41
|
* add support for CHECK_CONFIG=John Mylchreest2004-11-271-2/+41
|
* Fixing permissionsJohn Mylchreest2004-11-251-3/+1
|
* Updating kernel-2 to properly honour strict patch levels with *.diff , ↵John Mylchreest2004-11-241-0/+256
adding linux-* in preparation for the 'Big Module Move of 2004'