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:
Oliver Smith 2019-02-11 21:54:43 +01:00
parent 09ce31ca20
commit bf12556657
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -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"