diff options
| author | Thomas Perrot <thomas.perrot@bootlin.com> | 2023-05-23 10:12:57 +0200 |
|---|---|---|
| committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2023-05-24 14:30:38 +0200 |
| commit | 44ba7a06576a25eab386dc15945b676f4fe6f0fa (patch) | |
| tree | 2970f4571423bde0fcf1e4627db4d01d74c68168 | |
| parent | 0d835840f947a00ba7c2080c9bedd6a742075105 (diff) | |
| download | meta-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.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 74f65c3d4..039abe682 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,6 +9,7 @@ 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 = "langdale mickledore" |
| 12 | LAYERDEPENDS_freescale-layer = "core" | ||
| 12 | 13 | ||
| 13 | # Add the Freescale-specific licenses into the metadata | 14 | # Add the Freescale-specific licenses into the metadata |
| 14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | 15 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |
