diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2022-10-10 08:08:51 +0200 |
---|---|---|
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2022-10-10 08:08:51 +0200 |
commit | b55f688a8bfdb17435cae5c91ffd7e157e5216ca (patch) | |
tree | d55c9f7f04d7a388d1dcc10015129ace10ece50d | |
parent | 0dbfdf9bbd50cae05586101d56b00455339050f4 (diff) | |
download | meta-linaro-master.tar.gz |
Change-Id: I5d626ed4cd90bc8dbe01cec67400551e7bc02213
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | meta-aarch64/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-bigendian/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ilp32/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-linaro-integration/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-linaro/conf/layer.conf | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-aarch64/conf/layer.conf b/meta-aarch64/conf/layer.conf index 0b52e672..9d0a7ca1 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 = "kirkstone" +LAYERSERIES_COMPAT_aarch64 = "langdale" diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf index a67a7f30..cd12c333 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 = "kirkstone" +LAYERSERIES_COMPAT_bigendian = "langdale" diff --git a/meta-ilp32/conf/layer.conf b/meta-ilp32/conf/layer.conf index 7731dc98..e02dd371 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 = "kirkstone" +LAYERSERIES_COMPAT_ilp32 = "langdale" diff --git a/meta-linaro-integration/conf/layer.conf b/meta-linaro-integration/conf/layer.conf index 3bf67795..e89b7bf8 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 = "kirkstone" +LAYERSERIES_COMPAT_linaro-integration = "langdale" # 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 2a369b7e..4e0a025d 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 = "kirkstone" +LAYERSERIES_COMPAT_linaro = "langdale" # do not error out on bbappends for missing recipes (mysql5) BB_DANGLINGAPPENDS_WARNONLY = "true" |