diff mbox series

[meta-arago,master/kirkstone] conf: Temporarily disable meta-clang

Message ID 20231003224944.3661-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] conf: Temporarily disable meta-clang | expand

Commit Message

Ryan Eatmon Oct. 3, 2023, 10:49 p.m. UTC
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 <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 8 ++++----
 meta-arago-distro/conf/layer.conf        | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

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 \