diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-24 09:37:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 09:37:41 -0300 |
| commit | bf2ab3f0fecd91f33497e1ee5bca7f9076685f6f (patch) | |
| tree | 474736857db791187c9eeed9ecde59c9b520a20b | |
| parent | 17a762639f1d3f355291a3de4767983deaf4493d (diff) | |
| parent | 44ba7a06576a25eab386dc15945b676f4fe6f0fa (diff) | |
| download | meta-freescale-bf2ab3f0fecd91f33497e1ee5bca7f9076685f6f.tar.gz | |
Merge pull request #1543 from tprrt/tprrt/set-layer-deps
conf: set the list of required layers
| -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" |
