Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsumotory/build-kernel-4.x-for-centos6
kernel-4.x build system for CentOS6 on CentOS6
https://github.com/matsumotory/build-kernel-4.x-for-centos6
Last synced: about 2 months ago
JSON representation
kernel-4.x build system for CentOS6 on CentOS6
- Host: GitHub
- URL: https://github.com/matsumotory/build-kernel-4.x-for-centos6
- Owner: matsumotory
- License: other
- Created: 2015-07-14T13:08:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T14:02:03.000Z (over 8 years ago)
- Last Synced: 2024-10-18T18:29:05.658Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kernel-{4,3}.x rpm build for CentOS6 on CentOS6
## build rpm
rpms of kernel was created into `build/linux-{4,3}.x.y/`
- default kernel-4.1.1 for now
```
make
```- build other kernel version
```
make KERNEL_VER=4.1.2
``````
make KERNEL_VER=3.18.18
```- Allow N jobs at once
```
make THREAD=12
```- change kernel build parameters
```
make KERNEL_VER=4.4.1 KERNEL_BUILD_HOST=matsumoto-r.jp ¥
KERNEL_BUILD_USER=matsumotory KERNEL_LOCAL_VER=.matsumotory
```then, kernel build parameters were changed as the followings:
```
[vagrant@hoge ~]$ uname -r
4.4.1.matsumotory
[vagrant@hoge ~]$ dmesg | grep matsumotory
[ 0.000000] Linux version 4.4.1.matsumotory ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue Feb 2 20:07:16 JST 2016
```## LICENSE
under the MIT License:
- see LICENSE file