aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2fa60923..7d74f9d1 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"
+LAYERSERIES_COMPAT_aarch64 = "gatesgarth hardknott"
diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf
index 7eb48cdd..caa112e8 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"
+LAYERSERIES_COMPAT_bigendian = "gatesgarth hardknott"
diff --git a/meta-ilp32/conf/layer.conf b/meta-ilp32/conf/layer.conf
index beebc5c4..181629b1 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"
+LAYERSERIES_COMPAT_ilp32 = "gatesgarth hardknott"
diff --git a/meta-linaro-integration/conf/layer.conf b/meta-linaro-integration/conf/layer.conf
index 76277a05..51b75783 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"
+LAYERSERIES_COMPAT_linaro-integration = "gatesgarth hardknott"
# 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 70b32b31..f4ca6632 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"
+LAYERSERIES_COMPAT_linaro = "gatesgarth hardknott"
# 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 32a2ce7f..8520443c 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"
+LAYERSERIES_COMPAT_meta-optee = "gatesgarth hardknott"