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 <[email protected]> --- v2: Remove trailing / on commented out line. 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..ca56a0c9 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 \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14915): https://lists.yoctoproject.org/g/meta-arago/message/14915 Mute This Topic: https://lists.yoctoproject.org/mt/101747533/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
