diff options
author | Rasmus Villemoes <ravi@prevas.dk> | 2025-01-29 09:06:46 +0100 |
---|---|---|
committer | Rasmus Villemoes <ravi@prevas.dk> | 2025-01-29 09:06:46 +0100 |
commit | 13b318f3ae1db4ae4b637cdd9f41183c842ae6d4 (patch) | |
tree | 564bc1dd41d16a0671d3b3d95d70b504e1a9ae04 | |
parent | 4738bf97f8d95fe8d25fbdf1bde8c268c376e23f (diff) | |
download | meta-freescale-13b318f3ae1db4ae4b637cdd9f41183c842ae6d4.tar.gz |
drop styhead compatibility
Due to commit 1e3228f1 (imx-atf: Adjust for compiler virtual renames
in oe-core), which was required due to oe-core commit 4ccc3bc, this is
no longer compatible with 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 2376cbad9..d35660501 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 = "styhead walnascar" | 11 | LAYERSERIES_COMPAT_freescale-layer = "walnascar" |
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 |