From 44d499af6b4c6e6e1183671b2651f17fdd724c57 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 1 Jun 2021 13:49:19 +0100 Subject: [PATCH] allscenarios-linux.conf: Revert enable optee in distribution" The optee DISTRO_FEATURE seems to only be used in https://github.com/STMicroelectronics/meta-st-openstlinux which we don't pull in our setup as of now. Drop this change to avoid confusion. This reverts commit 229e09c3865eec7a8d5a90819bb19daaae4daae3. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/conf/distro/allscenarios-linux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-ohos-core/conf/distro/allscenarios-linux.conf b/meta-ohos-core/conf/distro/allscenarios-linux.conf index f5da89d8..acd19350 100644 --- a/meta-ohos-core/conf/distro/allscenarios-linux.conf +++ b/meta-ohos-core/conf/distro/allscenarios-linux.conf @@ -16,7 +16,6 @@ INIT_MANAGER = "systemd" # Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use. DISTRO_FEATURES_remove = "nfc 3g pcmcia" -DISTRO_FEATURES_append = " optee" PREFERRED_VERSION_linux-yocto = "5.10%" -- GitLab