summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-03 15:40:54 -0300
committerGitHub <noreply@github.com>2023-01-03 15:40:54 -0300
commit89891b9316129b57c5f0304c359ed6ed13970a51 (patch)
tree195c74dc7b4fb0f8d092031fbf9bb86b7e77b1b5
parent09c47379218167dda9fb0098129909a667fea2ec (diff)
parent2ce18579c5b46ec4bea4f04afdb85b8702a30a61 (diff)
downloadmeta-freescale-89891b9316129b57c5f0304c359ed6ed13970a51.tar.gz
Merge pull request #1354 from YoeDistro/yoe/mut
layer.conf: Update LAYERSERIES_COMPAT for mickledore
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 167a7590..345e91f2 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 = "kirkstone langdale" 11LAYERSERIES_COMPAT_freescale-layer = "mickledore"
12 12
13# Add the Freescale-specific licenses into the metadata 13# Add the Freescale-specific licenses into the metadata
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"