Add kconfig check for containers (MR 2060)

Usage: pmbootstrap kconfig check --containers linux-postmarketos-qcom-msm8974
This commit is contained in:
Alexey Min 2021-06-02 00:24:04 +03:00 committed by Oliver Smith
parent 716336e30b
commit 687807fa73
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 140 additions and 10 deletions

View file

@ -152,4 +152,6 @@ def menuconfig(args, pkgname):
# Check config
pmb.parse.kconfig.check(args, apkbuild["_flavor"], force_anbox_check=False,
force_nftables_check=False, details=True)
force_nftables_check=False,
force_containers_check=False,
details=True)