summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2023-05-23 10:12:57 +0200
committerThomas Perrot <thomas.perrot@bootlin.com>2023-05-24 14:30:38 +0200
commit44ba7a06576a25eab386dc15945b676f4fe6f0fa (patch)
tree2970f4571423bde0fcf1e4627db4d01d74c68168
parent0d835840f947a00ba7c2080c9bedd6a742075105 (diff)
downloadmeta-freescale-44ba7a06576a25eab386dc15945b676f4fe6f0fa.tar.gz
conf: set the list of required layers
LAYERDEPENDS lists the layers on which this recipe depends. Currently, only the openembedded-core layer is required. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 74f65c3d..039abe68 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,7 @@ BBFILE_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 = "langdale mickledore"
12LAYERDEPENDS_freescale-layer = "core"
12 13
13# Add the Freescale-specific licenses into the metadata 14# Add the Freescale-specific licenses into the metadata
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/custom-licenses"