From c9d4bbbd948bee0a773c1401e209b971085240dc Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 23 Sep 2020 14:19:12 +0200 Subject: [PATCH] layer.conf: remove weston-init from the BBMASK We originally ignored the weston-init.bbappend in meta-freescale back in thud because we were basing our recipe off of NXP's sumo BSP, and NXP's weston-init customizations were incompatible with the ones in meta-freescale. Remove it from the BBMASK to be able to incorporate the customizations in meta-freescale. Signed-off-by: Gabriel Valcazar --- meta-digi-dey/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-digi-dey/conf/layer.conf b/meta-digi-dey/conf/layer.conf index d3a402b40..91a959614 100644 --- a/meta-digi-dey/conf/layer.conf +++ b/meta-digi-dey/conf/layer.conf @@ -15,7 +15,6 @@ BBFILE_PATTERN_digi-dey := "^${LAYERDIR}/" BBFILE_PRIORITY_digi-dey = "6" BBMASK += "meta-freescale/recipes-graphics/drm/libdrm_%.bbappend" -BBMASK += "meta-freescale/recipes-graphics/wayland/weston-init.bbappend" LAYERDEPENDS_digi-dey = "core digi-arm" LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"