summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-11-12 17:00:17 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-13 01:08:21 -0300
commitae04029552a1eb9be74b2105bc47a49b527d3426 (patch)
tree123004c4c05623f63ea27593a6ae7141c87d070c
parentde1e47a2e18096b4b70e24a0ae4429a15e5fe251 (diff)
downloadmeta-freescale-ae04029552a1eb9be74b2105bc47a49b527d3426.tar.gz
conf/layer.conf: Add hardknott to LAYERSERIES_COMPAT
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 d02595e0..e8d1e887 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 = "gatesgarth" 11LAYERSERIES_COMPAT_freescale-layer = "gatesgarth hardknott"
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"