summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-03 16:14:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-01-03 16:14:50 -0300
commit501ed090f3ba543ade14956eda3030fee737a7da (patch)
tree1c81b1048afce4bec5c96a44a58945d72dbfad82
parent89891b9316129b57c5f0304c359ed6ed13970a51 (diff)
downloadmeta-freescale-501ed090f3ba543ade14956eda3030fee737a7da.tar.gz
conf/layer.conf: add langdale back
Signed-off-by: Otavio Salvador <otavio@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 345e91f2..8e9b325b 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 = "mickledore" 11LAYERSERIES_COMPAT_freescale-layer = "langdale 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"