aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-08-03 19:20:48 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-08-03 19:20:48 +0300
commite2572608c36ee4690413151209a72afdfb8d2173 (patch)
tree7bfc42131bcfc5d6b6e82e3406286d8637e9adf2
parentfb96032b38e3064290ab0891238c92d47a45f151 (diff)
meta-linaro: switch to honister release branch
Switch LAYERSERIES_COMPAT to honister. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I3696a1484e8a260247cbaa859fc0f3661fd3b751
-rw-r--r--meta-aarch64/conf/layer.conf2
-rw-r--r--meta-bigendian/conf/layer.conf2
-rw-r--r--meta-ilp32/conf/layer.conf2
-rw-r--r--meta-linaro-integration/conf/layer.conf2
-rw-r--r--meta-linaro/conf/layer.conf2
-rw-r--r--meta-optee/conf/layer.conf2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-aarch64/conf/layer.conf b/meta-aarch64/conf/layer.conf
index 7d74f9d1..55afb890 100644
--- a/meta-aarch64/conf/layer.conf
+++ b/meta-aarch64/conf/layer.conf
@@ -13,4 +13,4 @@ BB_DANGLINGAPPENDS_WARNONLY = "true"
LAYERDEPENDS_aarch64 = "linaro linaro-toolchain"
-LAYERSERIES_COMPAT_aarch64 = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_aarch64 = "honister"
diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf
index caa112e8..0476f227 100644
--- a/meta-bigendian/conf/layer.conf
+++ b/meta-bigendian/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "bigendian"
BBFILE_PATTERN_bigendian := "^${LAYERDIR}/"
BBFILE_PRIORITY_bigendian = "20"
-LAYERSERIES_COMPAT_bigendian = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_bigendian = "honister"
diff --git a/meta-ilp32/conf/layer.conf b/meta-ilp32/conf/layer.conf
index 181629b1..f3854a49 100644
--- a/meta-ilp32/conf/layer.conf
+++ b/meta-ilp32/conf/layer.conf
@@ -13,4 +13,4 @@ BB_DANGLINGAPPENDS_WARNONLY = "true"
LAYERDEPENDS_ilp32 = "linaro linaro-toolchain"
-LAYERSERIES_COMPAT_ilp32 = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_ilp32 = "honister"
diff --git a/meta-linaro-integration/conf/layer.conf b/meta-linaro-integration/conf/layer.conf
index 51b75783..1f1f8128 100644
--- a/meta-linaro-integration/conf/layer.conf
+++ b/meta-linaro-integration/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "linaro-integration"
BBFILE_PATTERN_linaro-integration := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro-integration = "30"
-LAYERSERIES_COMPAT_linaro-integration = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_linaro-integration = "honister"
# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"
diff --git a/meta-linaro/conf/layer.conf b/meta-linaro/conf/layer.conf
index f4ca6632..d4735745 100644
--- a/meta-linaro/conf/layer.conf
+++ b/meta-linaro/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "linaro"
BBFILE_PATTERN_linaro := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro = "25"
-LAYERSERIES_COMPAT_linaro = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_linaro = "honister"
# do not error out on bbappends for missing recipes (mysql5)
BB_DANGLINGAPPENDS_WARNONLY = "true"
diff --git a/meta-optee/conf/layer.conf b/meta-optee/conf/layer.conf
index 8520443c..6b58d43f 100644
--- a/meta-optee/conf/layer.conf
+++ b/meta-optee/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "meta-optee"
BBFILE_PATTERN_meta-optee := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-optee = "8"
-LAYERSERIES_COMPAT_meta-optee = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_meta-optee = "honister"