diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2023-05-25 17:17:08 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2023-05-25 17:30:31 -0300 |
commit | 4de88f61fc3e9c2cd3448885886da0608bb19bc9 (patch) | |
tree | 182d2564d7eb5cd820a8e0dd69b5127ee0bc9192 | |
parent | 617d50bebb3bec40c58efd256df63fa2e9fa69cb (diff) | |
download | meta-freescale-4de88f61fc3e9c2cd3448885886da0608bb19bc9.tar.gz |
conf/layer: Add layer compatibility to Kirkstone Yocto release
Add layer compatibility to Kirkstone Yocto release. This commit
adds the compatibility of the master branch with the Yocto Kirkston
release, as it showed compatibility in the tests. Although this
release of Yocto is not officially supported.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@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 039abe682..7f0934dd8 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 = "langdale mickledore" | 11 | LAYERSERIES_COMPAT_freescale-layer = "kirkstone langdale mickledore" |
12 | LAYERDEPENDS_freescale-layer = "core" | 12 | LAYERDEPENDS_freescale-layer = "core" |
13 | 13 | ||
14 | # Add the Freescale-specific licenses into the metadata | 14 | # Add the Freescale-specific licenses into the metadata |