diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-04-02 14:44:09 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-02 15:36:01 -0300 |
commit | 13a43f3393dce385317ce7aad9a63bab587a6186 (patch) | |
tree | 049af37478476c17393768043769f6ec2d0bcf65 /conf | |
parent | 208a137df3a58550534a43460fd20eddae6d4569 (diff) | |
download | meta-freescale-13a43f3393dce385317ce7aad9a63bab587a6186.tar.gz |
conf/layer.conf: Drop sumo and thud support
If you want to use theses branches, use the respective platform.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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 fd6c0cef..038c73c9 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 warrior" | 11 | LAYERSERIES_COMPAT_freescale-layer = "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" |