diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-16 07:56:36 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-03-16 08:41:47 -0300 |
commit | 2e6869d133e174e3d4b8cbd7267dc622b11462c2 (patch) | |
tree | 43ec18bb72b8ffb4b67ebcfaff1a2c78fba7c660 /conf/layer.conf | |
parent | 7801868f4969bc3f93f9d419e7852206e45fad53 (diff) | |
download | meta-freescale-2e6869d133e174e3d4b8cbd7267dc622b11462c2.tar.gz |
layer.conf: add dunfell to compat layer
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Diffstat (limited to 'conf/layer.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 93e5f97f..f350ef0a 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 zeus" | 11 | LAYERSERIES_COMPAT_freescale-layer = "zeus dunfell" |
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" |