All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
@ 2020-03-31 19:57 Denys Dmytriyenko
  2020-04-01  6:28 ` [meta-arm] " Diego Sueiro
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2020-03-31 19:57 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arm-bsp/conf/layer.conf       | 2 +-
 meta-arm-toolchain/conf/layer.conf | 3 +--
 meta-arm/conf/layer.conf           | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
index 0632ba3..8afcbe5 100644
--- a/meta-arm-bsp/conf/layer.conf
+++ b/meta-arm-bsp/conf/layer.conf
@@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm-bsp = "6"
 
 LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
-LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
+LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
 
 # We have patches for xen but meta-virtualization might not be there so filter
 # out recipes-extended/xen unless xen is activated in the features
diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index a247dc1..3a4c4f0 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
 BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
 BBFILE_PRIORITY_arm-toolchain = "30"
 
-LAYERSERIES_COMPAT_arm-toolchain = "zeus"
+LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
 
 # do not error out on bbappends for missing recipes
 BB_DANGLINGAPPENDS_WARNONLY = "true"
-
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 65ccd15..0b93e8d 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm = "6"
 
 LAYERDEPENDS_meta-arm = "core"
-LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
+LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 10+ messages in thread
[parent not found: <16017BC805F0F935.19118@lists.yoctoproject.org>]

end of thread, other threads:[~2020-04-08 13:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
2020-04-01  6:28 ` [meta-arm] " Diego Sueiro
2020-04-01  6:42 ` Sumit Garg
2020-04-01  7:53 ` Bertrand Marquis
2020-04-07 14:33 ` Peter Griffin
2020-04-08  3:42 ` Jon Mason
2020-04-08  3:52   ` Denys Dmytriyenko
2020-04-08  6:06     ` Nicolas Dechesne
2020-04-08 13:21       ` Jon Mason
     [not found] <16017BC805F0F935.19118@lists.yoctoproject.org>
2020-04-06 18:58 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.