Linux recipe update.

master
Luka Vandervelden 2019-08-23 14:10:58 +02:00
parent 9fb374c235
commit e3660e031c
2 changed files with 3403 additions and 3 deletions

3398
linux/config Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,14 @@
name: linux
version: 5.2.9
sources: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
sources:
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
- config
@build
cd 'linux-%{version}'
# FIXME: Well need to provide configuration at some point.
make alldefconfig
cp ../config .config
make olddefconfig
make
@install