summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix error when checkpatch.pl is found but version cannot be extractedSimon Rettberg2024-03-151-1/+1
|
* Turn modpost errors into warnings, default changed between 6.1 and 6.6Simon Rettberg2024-01-161-0/+1
|
* cmake: Fix finding kernel include dir on DebianSimon Rettberg2022-03-041-0/+1
|
* Fix issue in CMake kernel header checkManuel Bentele2021-12-011-3/+4
|
* [BUILD] Change CMake search for the existence of Linux headersManuel Bentele2021-08-261-1/+2
|
* Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-261-1/+1
|
* Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-171-6/+22
| | | | | | | | | | | | The software version for packaging purposes is consituted from the following rules: - If the version information (from Git tags or the embedded version header file) is available, the version number for the packaging is set to those found version information. - If there isn't any version information available (e.g. missing Git tags), the version number for the packaging is set to '0.0' to represent an unkown version number.
* Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-153-0/+121
|
* Removed unused library 'ncurses' from xlosetup's dependenciesManuel Bentele2020-12-031-56/+0Star
|
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-132-5/+9
| | | | | This patch adds support to locate the build directory for generated artifacts out of the original checked out Git source code repository.
* Do not print verbose CMake messages in unsupported CMake versionsv1.0Manuel Bentele2020-10-273-15/+21
|
* Fix broken version header packaging for source packagesManuel Bentele2020-10-273-8/+20
|
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-264-8/+148
|
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-237-21/+202
| | | | | | | This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed.
* Set Linux kernel version to unknown if it is not detectableManuel Bentele2020-10-141-1/+4
| | | | | | This change will command CMake to set the Linux kernel version to unknown if the kernel version can not be detected from the string defined in KERNEL_BUILD_DIR.
* Added separate Linux kernel install directory and added version to kernel ↵Manuel Bentele2020-10-121-6/+3Star
| | | | modules
* Generate util-linux configuration to build xlosetupManuel Bentele2020-09-161-0/+21