**/linux-*: update usage of downstreamkernel_prepare helper (!1084)
[skip-ci]: just downloading all kernel sources takes about one hour and ollieparanoid wants to merge it now. This already ran successfully with [ci:skip-build] and [ci:skip-vercheck].
This commit is contained in:
parent
a4b1fb8371
commit
176555a4a1
141 changed files with 145 additions and 141 deletions
|
@ -32,7 +32,11 @@ builddir="$srcdir/$_repository-$_commit"
|
|||
|
||||
prepare() {
|
||||
default_prepare
|
||||
downstreamkernel_prepare "$srcdir" "$builddir"/kernel "$_config" "$_carch" "$HOSTCC"
|
||||
_builddir="$builddir"
|
||||
builddir="$builddir"/kernel
|
||||
. downstreamkernel_prepare
|
||||
builddir="$_builddir"
|
||||
unset _builddir
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue