diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-09-09 08:19:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 08:19:15 -0300 |
commit | f7d8ec008d9c465c3711b86f9e0ceaf3ffde6a68 (patch) | |
tree | 01178deb84a3a38c4bf6820f5fd9d1c2dae1ad6f | |
parent | fd179116f63cc0a3900c65d752531831bdb1c38c (diff) | |
parent | 531d914e2ac6ab9143e682a1ada2fb14fce7beb5 (diff) | |
download | meta-freescale-f7d8ec008d9c465c3711b86f9e0ceaf3ffde6a68.tar.gz |
Merge pull request #1929 from MaxKrummenacher/master
layer.conf: Update to styhead
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ef4e3e6e6..6dd8071e1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "freescale-layer" | 8 | 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 = "kirkstone langdale mickledore nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_freescale-layer = "styhead" |
12 | LAYERDEPENDS_freescale-layer = "core" | 12 | LAYERDEPENDS_freescale-layer = "core" |
13 | 13 | ||
14 | # Add the Freescale-specific licenses into the metadata | 14 | # Add the Freescale-specific licenses into the metadata |