Linux recipe update.
parent
9fb374c235
commit
e3660e031c
File diff suppressed because it is too large
Load Diff
|
@ -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: We’ll need to provide configuration at some point.
|
||||
make alldefconfig
|
||||
cp ../config .config
|
||||
make olddefconfig
|
||||
make
|
||||
|
||||
@install
|
||||
|
|
Reference in New Issue