summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-05-25 17:17:08 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-05-25 17:30:31 -0300
commit4de88f61fc3e9c2cd3448885886da0608bb19bc9 (patch)
tree182d2564d7eb5cd820a8e0dd69b5127ee0bc9192
parent617d50bebb3bec40c58efd256df63fa2e9fa69cb (diff)
downloadmeta-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.conf2
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 \
8BBFILE_COLLECTIONS += "freescale-layer" 8BBFILE_COLLECTIONS += "freescale-layer"
9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale-layer = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11LAYERSERIES_COMPAT_freescale-layer = "langdale mickledore" 11LAYERSERIES_COMPAT_freescale-layer = "kirkstone langdale mickledore"
12LAYERDEPENDS_freescale-layer = "core" 12LAYERDEPENDS_freescale-layer = "core"
13 13
14# Add the Freescale-specific licenses into the metadata 14# Add the Freescale-specific licenses into the metadata