From 4eba7f62b1ac751456a7462b3d2969e9695abd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacy=20Kuchci=C5=84ski?= Date: Wed, 28 Apr 2021 18:34:31 +0200 Subject: [PATCH] kconfig check: require DEVPTS_MULTIPLE_INSTANCES (MR 2051) Check for CONFIG_DEVPTS_MULTIPLE_INSTANCES, as it's required by bwrap and therefore flatpak and epiphany. See pmaports!2145 --- pmb/config/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 0868faf4..c7504f63 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -263,6 +263,11 @@ necessary_kconfig_options = { "USER_NS": True, }, }, + "<4.7.0": { + "all": { + "DEVPTS_MULTIPLE_INSTANCES": True, + } + }, "<5.2.0": { "armhf armv7 x86": { "LBDAF": True