diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-04-01 18:56:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-01 18:57:24 -0700 |
commit | 118ef0be303adeb7d73fea4ee155b0bfce372612 (patch) | |
tree | aaba968b374b36c6453ca4600cf2450509cb319f /conf | |
parent | 6122da992696034d1ca2517ce77b172ba0942a8c (diff) | |
download | meta-freescale-118ef0be303adeb7d73fea4ee155b0bfce372612.tar.gz |
layer.conf: Add warrior to compatible release series
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 d2a81521..fd6c0cef 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 = "sumo thud" | 11 | LAYERSERIES_COMPAT_freescale-layer = "sumo thud warrior" |
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" |