pmb.parse.kconfig: add 'community' option (MR 2204)

Add the new option that will be mandatory for all devices in
community/main category. This is just a combination of anbox + iwd +
nftables + containers + zram + netboot.

While the existing options could be removed we're keeping it for now
given that also some devices with downstream kernel might find some
options useful.
This commit is contained in:
Luca Weiss 2022-09-07 22:49:23 +02:00 committed by Oliver Smith
parent 1fee644dce
commit e468fc518e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 22 additions and 2 deletions

View file

@ -384,6 +384,7 @@ def kconfig(args):
containers=args.containers,
zram=args.zram,
netboot=args.netboot,
community=args.community,
uefi=args.uefi,
details=True):
logging.info("kconfig check succeeded!")
@ -420,6 +421,7 @@ def kconfig(args):
force_containers_check=args.containers,
force_zram_check=args.zram,
force_netboot_check=args.netboot,
force_community_check=args.community,
force_uefi_check=args.uefi,
details=True):
error = True