From af3ebf910c3bc8fc67913e756956fdf50da70bf6 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 24 Nov 2025 11:50:50 +0100 Subject: [PATCH] ccimx91: remove webkit and selinux layers We originally removed GUI-related layers from headless platforms in commit ef26e935d01f, but we left meta-webkit in the ccimx91's bblayers due to a spurious selinux dependency. Since we recently removed both the webkit and selinux layers from the ccimx95's bblayers in commit 2aaa76c96377, do the same for the ccimx91. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/templates/ccimx91-dvk/bblayers.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-digi-arm/conf/templates/ccimx91-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx91-dvk/bblayers.conf.sample index b33d95ee4..6fa8c6c1c 100644 --- a/meta-digi-arm/conf/templates/ccimx91-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx91-dvk/bblayers.conf.sample @@ -17,9 +17,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-digi/meta-digi-arm \ ##DIGIBASE##/meta-digi/meta-digi-dey \