summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-03 15:51:52 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-04 18:32:14 -0300
commitaeb0cc2680ac2302f02947bcc4ae084fe6c1193b (patch)
treedc3a57cb7a9d9aac075391601452edb1f75aaf66 /conf
parentb40bfb9bb97b267d91d9a83beec14471b9f70352 (diff)
downloadmeta-freescale-aeb0cc2680ac2302f02947bcc4ae084fe6c1193b.tar.gz
layer.conf: Add zeus to compat layer
We need to drop warrior soon, and zeus is next release Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 038c73c9..1b71bead 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 = "warrior" 11LAYERSERIES_COMPAT_freescale-layer = "warrior zeus"
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"