diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-04-02 14:57:01 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-02 15:36:10 -0300 |
commit | f5c932229c31b612cba38c2ed6f3c3ec6b800e92 (patch) | |
tree | be5103afd20f7675c6704732a86c0bffc44ce9c5 | |
parent | 699671cc0a166ed22ab047a20cf422c4bc9171e5 (diff) | |
download | meta-freescale-f5c932229c31b612cba38c2ed6f3c3ec6b800e92.tar.gz |
conf/layer.conf: Support only thud release
If you want to use sumo release, please use sumo platform.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-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..e171fdaa 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 = "thud" |
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" |