Linux recipe update.
This commit is contained in:
parent
9fb374c235
commit
e3660e031c
3398
linux/config
Normal file
3398
linux/config
Normal file
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
Block a user