Obsolete
/
recipes
Archived
3
0
Fork 0

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 name: linux
version: 5.2.9 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 @build
cd 'linux-%{version}' cd 'linux-%{version}'
# FIXME: Well need to provide configuration at some point. cp ../config .config
make alldefconfig make olddefconfig
make make
@install @install