purisum-librem5dev: skip kconfig check (!215)
Ignore this kernel in "pmbootstrap kconfig check" by default, so we can use the upstream kernel config without any changes. But still enable the kernel config check again. The related pmbootstrap change will be merged soon: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1753 [skip ci]: this change doesn't affect the build
This commit is contained in:
parent
09ce31ca20
commit
bf12556657
@ -10,7 +10,7 @@ _carch="arm64"
|
|||||||
_flavor="purism-librem5dev"
|
_flavor="purism-librem5dev"
|
||||||
url="https://kernel.org"
|
url="https://kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps !pmb:kconfigcheck"
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev
|
||||||
devicepkg-dev bison flex openssl-dev"
|
devicepkg-dev bison flex openssl-dev"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user