summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-07-27 14:07:06 -0300
committerFabio Berton <fabio.berton@ossystems.com.br>2020-09-22 13:58:37 -0300
commitaf1ce95565d5087ef20ed28f9f87123b9d68a7e0 (patch)
treee13907974a4bd54fc8eb4459728a51c24776726c
parent47a964f0569b820e2dfcc9999b9b5cfee9048628 (diff)
downloadmeta-freescale-af1ce95565d5087ef20ed28f9f87123b9d68a7e0.tar.gz
conf/layer.conf: Make layer compatible only with dunfell and gatesgarth
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 \
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 = "zeus dunfell" 11LAYERSERIES_COMPAT_freescale-layer = "dunfell 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"