From 2aaa76c9637730b1566503f1c5f362df8520418a Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 20 Nov 2025 16:07:42 +0100 Subject: [PATCH] ccimx95: remove webkit and selinux layers At the moment, webkit does not work well on the ccimx95. Running cog on wayland crashes with: eglCreateWaylandBufferFromImageWL not found cog-platform-wl.c:1731:on_export_wl_egl_image: assertion failed: (wpe_view_data.buffer) So just delete the layer from the project's config file. Selinux layer depends on meta-webkit, so we need to remove it as well. https://onedigi.atlassian.net/browse/DEL-9838 Signed-off-by: Javier Viguera --- meta-digi-arm/conf/templates/ccimx95-dvk/bblayers.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-digi-arm/conf/templates/ccimx95-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx95-dvk/bblayers.conf.sample index 7cf1f768f..6c4d4a430 100644 --- a/meta-digi-arm/conf/templates/ccimx95-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx95-dvk/bblayers.conf.sample @@ -19,9 +19,7 @@ BBLAYERS ?= " \ ##DIGIBASE##/meta-swupdate \ ##DIGIBASE##/meta-freescale \ ##DIGIBASE##/meta-fsl-demos \ - ##DIGIBASE##/meta-webkit \ ##DIGIBASE##/meta-imx/meta-imx-ml \ - ##DIGIBASE##/meta-selinux \ ##DIGIBASE##/meta-timesys \ ##DIGIBASE##/meta-flutter \ ##DIGIBASE##/meta-flutter/meta-flutter-apps \