aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-sokol-flex-common/conf/layer.conf2
-rw-r--r--meta-sokol-flex-distro/conf/layer.conf2
-rw-r--r--meta-sokol-flex-staging/conf/layer.conf2
-rw-r--r--meta-sokol-flex-support/conf/layer.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-sokol-flex-common/conf/layer.conf b/meta-sokol-flex-common/conf/layer.conf
index 19edbddb..beb0e92b 100644
--- a/meta-sokol-flex-common/conf/layer.conf
+++ b/meta-sokol-flex-common/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "sokol-flex-common"
BBFILE_PATTERN_sokol-flex-common = "^${LAYERDIR}/"
BBFILE_PATTERN_IGNORE_EMPTY_sokol-flex-common = "1"
BBFILE_PRIORITY_sokol-flex-common = "1"
-LAYERSERIES_COMPAT_sokol-flex-common = "langdale"
+LAYERSERIES_COMPAT_sokol-flex-common = "mickledore"
diff --git a/meta-sokol-flex-distro/conf/layer.conf b/meta-sokol-flex-distro/conf/layer.conf
index d400ccae..4e93afee 100644
--- a/meta-sokol-flex-distro/conf/layer.conf
+++ b/meta-sokol-flex-distro/conf/layer.conf
@@ -18,7 +18,7 @@ BBFILES_DYNAMIC += "${@' '.join( \
BBFILE_COLLECTIONS += "sokol-flex-distro"
BBFILE_PRIORITY_sokol-flex-distro = "12"
BBFILE_PATTERN_sokol-flex-distro = "^${LAYERDIR_RE}/"
-LAYERSERIES_COMPAT_sokol-flex-distro = "langdale"
+LAYERSERIES_COMPAT_sokol-flex-distro = "mickledore"
LAYERDEPENDS_sokol-flex-distro = "core sokol-flex-common"
LAYERRECOMMENDS_sokol-flex-distro = "sokol-flex-support sokol-flex-staging sourcery flex-private flex-cve flex-vendor-integration"
LAYERRECOMMENDS_sokol-flex-distro += "openembedded-layer filesystems-layer networking-layer multimedia-layer"
diff --git a/meta-sokol-flex-staging/conf/layer.conf b/meta-sokol-flex-staging/conf/layer.conf
index af0a4ebf..2fed6577 100644
--- a/meta-sokol-flex-staging/conf/layer.conf
+++ b/meta-sokol-flex-staging/conf/layer.conf
@@ -20,7 +20,7 @@ BBFILE_COLLECTIONS += "sokol-flex-staging"
BBFILE_PRIORITY_sokol-flex-staging = "10"
BBFILE_PATTERN_sokol-flex-staging = "^${LAYERDIR_RE}/"
LAYERDEPENDS_sokol-flex-staging = "core sokol-flex-common"
-LAYERSERIES_COMPAT_sokol-flex-staging = "langdale"
+LAYERSERIES_COMPAT_sokol-flex-staging = "mickledore"
# We don't want systemd and everything depending on systemd to rebuild when
# the metadata stored in os-release changes. TODO: push this to oe-core
diff --git a/meta-sokol-flex-support/conf/layer.conf b/meta-sokol-flex-support/conf/layer.conf
index 636df979..3e612de7 100644
--- a/meta-sokol-flex-support/conf/layer.conf
+++ b/meta-sokol-flex-support/conf/layer.conf
@@ -19,7 +19,7 @@ BBFILE_COLLECTIONS += "sokol-flex-support"
BBFILE_PRIORITY_sokol-flex-support = "4"
BBFILE_PATTERN_sokol-flex-support = "^${LAYERDIR_RE}/"
LAYERDEPENDS_sokol-flex-support = "core sokol-flex-common"
-LAYERSERIES_COMPAT_sokol-flex-support = "langdale"
+LAYERSERIES_COMPAT_sokol-flex-support = "mickledore"
PREFERRED_PROVIDER_virtual/nativesdk-update-alternatives ??= "nativesdk-opkg-utils"
PREFERRED_PROVIDER_chkconfig-alternatives ??= "chkconfig-alternatives"