summaryrefslogtreecommitdiffstats
path: root/kernel/cmake/kernel.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Move the source code of all xloop components to the common 'src' directoryManuel Bentele2020-10-231-56/+0Star
|
* Added support to keep track of kernel file changes in CMakeManuel Bentele2020-10-131-6/+23
| | | | | | | | | With this patch, CMake keeps track of changes to original xloop Linux kernel source files. CMake will copy each file if a change is detected without rebuiling the CMake build and cache files. Futhrmore, changed default paths of udev rules and xloop kernel modules to be installed.
* Added separate Linux kernel install directory and added version to kernel ↵Manuel Bentele2020-10-121-6/+6
| | | | modules
* Updated QCOW file format driver with upstream patchesManuel Bentele2020-10-071-1/+1
| | | | | | | | | | Ported recent upstream patches from QEMU's qcow2 file format to xloop's QCOW file format driver. The following changes had been made to the QCOW file format driver: - support to read extended L2 has been added - added decompression interface to support various compression types - implemented the ZSTD compression type for QCOW images
* Added RPM package creation and moved to relative CMake installation pathsManuel Bentele2020-09-161-3/+3
|
* Added partial CMake package component supportManuel Bentele2020-09-161-1/+2
|
* Fixed CMake build error on Linux v5.8 or laterManuel Bentele2020-09-161-22/+17Star
|
* Added CMake files to build xloop kernel modules and xlosetup utilityManuel Bentele2020-09-161-0/+43