summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-31 07:40:52 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-31 07:41:47 -0700
commitf4a96810bad3b418db5f4ae0f8d3e72ff9955e1c (patch)
tree1d1c7369084bae87c23384c97935718dba132d5d /meta-oe
parent8147a884c68d8fdd89939a8443a902b65297520c (diff)
downloadmeta-openembedded-f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c.tar.gz
Drop styhead from LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index d3fd49cf6b..2f4b9c4027 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -48,7 +48,7 @@ LAYERVERSION_openembedded-layer = "1"
48 48
49LAYERDEPENDS_openembedded-layer = "core" 49LAYERDEPENDS_openembedded-layer = "core"
50 50
51LAYERSERIES_COMPAT_openembedded-layer = "styhead walnascar" 51LAYERSERIES_COMPAT_openembedded-layer = "walnascar"
52 52
53LICENSE_PATH += "${LAYERDIR}/licenses" 53LICENSE_PATH += "${LAYERDIR}/licenses"
54 54