From: Fabio Berton Date: Thu, 12 Nov 2020 19:58:10 +0000 (-0300) Subject: conf/layer.conf: Support only gatesgarth release X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b9870755b89b8bc81d0fee60e3050155e94a9c46;p=meta-freescale.git conf/layer.conf: Support only gatesgarth release Signed-off-by: Fabio Berton --- diff --git a/conf/layer.conf b/conf/layer.conf index c8e146f8..d02595e0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "freescale-layer" BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-layer = "5" -LAYERSERIES_COMPAT_freescale-layer = "dunfell gatesgarth" +LAYERSERIES_COMPAT_freescale-layer = "gatesgarth" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"