From 120ff5037085472f007dfcb8a2b7e78be21de2de Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 14 Dec 2021 16:53:20 +0100 Subject: [PATCH] meta-digi-dey: filter out the weston_9.0.0.imx recipe from meta-freescale The weston recipe we ported from NXP's meta-imx layer has the same name, causing warnings to appear when applying our patches. To avoid confusion, ignore the meta-freescale version of the recipe so that ours is the only option. Signed-off-by: Gabriel Valcazar (cherry picked from commit 9e68d61f7c465800d62913c044e43c541f2eacd7) --- meta-digi-dey/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-dey/conf/layer.conf b/meta-digi-dey/conf/layer.conf index f5f720bc0..18d05e2a9 100644 --- a/meta-digi-dey/conf/layer.conf +++ b/meta-digi-dey/conf/layer.conf @@ -16,6 +16,8 @@ BBFILE_COLLECTIONS += "digi-dey" BBFILE_PATTERN_digi-dey := "^${LAYERDIR}/" BBFILE_PRIORITY_digi-dey = "6" +BBMASK += "meta-freescale/recipes-graphics/wayland/weston_9.0.0.imx.bb" + LAYERDEPENDS_digi-dey = "core digi-arm" LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"