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
|
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: We’ll need to provide configuration at some point.
|
cp ../config .config
|
||||||
make alldefconfig
|
make olddefconfig
|
||||||
make
|
make
|
||||||
|
|
||||||
@install
|
@install
|
||||||
|
Reference in New Issue
Block a user