From: Fabio Berton Date: Mon, 27 Jul 2020 17:07:06 +0000 (-0300) Subject: conf/layer.conf: Make layer compatible only with dunfell and gatesgarth X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af1ce95565d5087ef20ed28f9f87123b9d68a7e0;p=meta-freescale.git conf/layer.conf: Make layer compatible only with dunfell and gatesgarth Signed-off-by: Fabio Berton --- diff --git a/conf/layer.conf b/conf/layer.conf index 1a22e024..c8e146f8 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 = "zeus dunfell" +LAYERSERIES_COMPAT_freescale-layer = "dunfell gatesgarth" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses"