From patchwork Tue Oct 3 22:49:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 31649 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F999E8FDBE for ; Tue, 3 Oct 2023 22:49:53 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web11.4752.1696373386584333433 for ; Tue, 03 Oct 2023 15:49:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=hMT6dxq0; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 393MniqV108130; Tue, 3 Oct 2023 17:49:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696373384; bh=1L5r9mhymke4bqk1QhINHvuswRriQS7bcNsHUiVJ5Kw=; h=From:To:Subject:Date; b=hMT6dxq0V+D3ELD7r8rt7k5wNvJ0LJ+xCv2ZdJGCfy23H9Lr4dNknHGgeLAyNz1xQ 9El5A7VCEW3cFdlPeAv85X0lkX/JuAWndfc77/HiA9UM6u+6YrvGPyf4Ysu3nu5k9r slUuVJBbXgblInJfcwyuAvghHcwKlRnN8q4kElLY= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 393MniPj020753 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 3 Oct 2023 17:49:44 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 3 Oct 2023 17:49:44 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 3 Oct 2023 17:49:44 -0500 Received: from uda0214219 (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 393Mnix3015588; Tue, 3 Oct 2023 17:49:44 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1qnoD2-00015U-B0; Tue, 03 Oct 2023 17:49:44 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/kirkstone][PATCH] conf: Temporarily disable meta-clang Date: Tue, 3 Oct 2023 17:49:44 -0500 Message-ID: <20231003224944.3661-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 03 Oct 2023 22:49:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14914 We are seeing a performance issue on am335x related to the meta-clang layer. We need to temporarily disable the layer so that we can make a release while we track down the source of the issue. Signed-off-by: Ryan Eatmon --- meta-arago-distro/conf/distro/arago.conf | 8 ++++---- meta-arago-distro/conf/layer.conf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index d49cacbe..8232ca27 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -103,10 +103,10 @@ PACKAGECONFIG:pn-vulkan-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland" # Use llvmpipe for better performance with software rendering # Only available for armv6+ devices -MESA_GALLIUM_LLVM_PACKAGECONFIG = "gallium-llvm" -MESA_GALLIUM_LLVM_PACKAGECONFIG:omapl138 = "" -PACKAGECONFIG:append:pn-mesa = " ${MESA_GALLIUM_LLVM_PACKAGECONFIG}" -PACKAGECONFIG:append:pn-mesa-pvr = " ${MESA_GALLIUM_LLVM_PACKAGECONFIG}" +#MESA_GALLIUM_LLVM_PACKAGECONFIG = "gallium-llvm" +#MESA_GALLIUM_LLVM_PACKAGECONFIG:omapl138 = "" +#PACKAGECONFIG:append:pn-mesa = " ${MESA_GALLIUM_LLVM_PACKAGECONFIG}" +#PACKAGECONFIG:append:pn-mesa-pvr = " ${MESA_GALLIUM_LLVM_PACKAGECONFIG}" # Enable encryption support in open62541 PACKAGECONFIG:append:pn-open62541 = " encrypt" diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 02d5beaa..6de5ea7a 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -19,8 +19,8 @@ LAYERDEPENDS_meta-arago-distro = " \ meta-python \ qt5-layer \ meta-arago-extras \ - clang-layer \ " +# clang-layer \ LAYERRECOMMENDS_meta-arago-distro = " \ browser-layer \