summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-11-12 16:58:10 -0300
committerFabio Berton <fabio.berton@ossystems.com.br>2020-11-12 16:58:10 -0300
commitb9870755b89b8bc81d0fee60e3050155e94a9c46 (patch)
tree7e6dc0ced0d3875554d1f17dcb188c3550bd3d52 /conf
parent231152c98d8b566d60cd8a48c9fda35e0a89e9d3 (diff)
downloadmeta-freescale-b9870755b89b8bc81d0fee60e3050155e94a9c46.tar.gz
conf/layer.conf: Support only gatesgarth release
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 \
8BBFILE_COLLECTIONS += "freescale-layer" 8BBFILE_COLLECTIONS += "freescale-layer"
9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale-layer = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11LAYERSERIES_COMPAT_freescale-layer = "dunfell gatesgarth" 11LAYERSERIES_COMPAT_freescale-layer = "gatesgarth"
12 12
13# Add the Freescale-specific licenses into the metadata 13# Add the Freescale-specific licenses into the metadata
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"