diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-03 15:51:52 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 18:32:14 -0300 |
commit | aeb0cc2680ac2302f02947bcc4ae084fe6c1193b (patch) | |
tree | dc3a57cb7a9d9aac075391601452edb1f75aaf66 /conf | |
parent | b40bfb9bb97b267d91d9a83beec14471b9f70352 (diff) | |
download | meta-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.conf | 2 |
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 \ | |||
8 | BBFILE_COLLECTIONS += "freescale-layer" | 8 | BBFILE_COLLECTIONS += "freescale-layer" |
9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_freescale-layer = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
11 | LAYERSERIES_COMPAT_freescale-layer = "warrior" | 11 | LAYERSERIES_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 |
14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |