diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-29 21:05:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 21:05:41 -0300 |
commit | 8e874acb5ae2e0e52421916ae787dc3a02892574 (patch) | |
tree | e88d49ed8c5fbbbed331a79d35f42bc9d3a8bf18 | |
parent | 119f987366951830d5f636de26f7d20757af061a (diff) | |
parent | 92a6ede73ca6b565c3d81e1b95d9d4f6d117fdd3 (diff) | |
download | meta-freescale-8e874acb5ae2e0e52421916ae787dc3a02892574.tar.gz |
Merge pull request #1243 from YoeDistro/yoe/mut
layers: Add langdale to LAYERSERIES_COMPAT
-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 a3c8af2c..e57c3b59 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 = "kirkstone" | 11 | LAYERSERIES_COMPAT_freescale-layer = "kirkstone langdale" |
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" |