diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-28 13:18:51 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-28 17:29:26 -0300 |
commit | eed9592e8ff5beff660a494af529af271045f2a6 (patch) | |
tree | 24324abafc17c83dace7ac0f1f3a22b55a50a47f /conf | |
parent | 9ae826a5ddb318e7f9248cbab426a509c69f1e19 (diff) | |
download | meta-freescale-eed9592e8ff5beff660a494af529af271045f2a6.tar.gz |
layer.conf: Add thud to LAYERSERIES_COMPAT
2.6 is called thud and is upcoming
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@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 843277b9..d2a81521 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" | 11 | LAYERSERIES_COMPAT_freescale-layer = "sumo 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" |