meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/10] meta-*: mark layers as compatible with mickledore only
@ 2023-01-12 11:02 Ross Burton
  2023-01-12 11:02 ` [PATCH 02/10] arm: Add addpylib declaration Ross Burton
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ross Burton @ 2023-01-12 11:02 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

oe-core's master branch is diverging fron landgale and meta-arm will be
following this, so drop compatibity with langdale in master so we're
free to diverge too.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/layer.conf       | 2 +-
 meta-arm-toolchain/conf/layer.conf | 2 +-
 meta-arm/conf/layer.conf           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
index 75efe546..e192a83d 100644
--- a/meta-arm-bsp/conf/layer.conf
+++ b/meta-arm-bsp/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
 BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm-bsp = "5"
 
-LAYERSERIES_COMPAT_meta-arm-bsp = "langdale mickledore"
+LAYERSERIES_COMPAT_meta-arm-bsp = "mickledore"
 
 LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
 # This won't be used by layerindex-fetch, but works everywhere else
diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index bb37cd06..a6f403ec 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
 BBFILE_PRIORITY_arm-toolchain = "5"
 
 LAYERDEPENDS_arm-toolchain = "core"
-LAYERSERIES_COMPAT_arm-toolchain = "langdale mickledore"
+LAYERSERIES_COMPAT_arm-toolchain = "mickledore"
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 68d8c562..be8201c7 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
     core \
     arm-toolchain \
 "
-LAYERSERIES_COMPAT_meta-arm = "langdale mickledore"
+LAYERSERIES_COMPAT_meta-arm = "mickledore"
 
 # runfvp --console needs telnet, so pull this in for testimage.
 HOSTTOOLS_NONFATAL += "telnet"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-01-20  2:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 11:02 [PATCH 01/10] meta-*: mark layers as compatible with mickledore only Ross Burton
2023-01-12 11:02 ` [PATCH 02/10] arm: Add addpylib declaration Ross Burton
2023-01-12 11:02 ` [PATCH 03/10] arm-toolchain: remove obsolete oe_import Ross Burton
2023-01-12 11:02 ` [PATCH 04/10] CI: switch back to master Ross Burton
2023-01-12 11:02 ` [PATCH 05/10] CI: remove obsolete linux-yocto workarounds Ross Burton
2023-01-12 11:02 ` [PATCH 06/10] Revert "CI: revert a meta-clang change which breaks pixman (thus, xserver)" Ross Burton
2023-01-12 11:02 ` [PATCH 07/10] arm-bsp/fvp-base*: no need to remove rng-tools from openssh Ross Burton
2023-01-12 11:02 ` [PATCH 08/10] arm-bsp/fvp-baser-aemv8r64: Rebase u-boot patches onto v2022.10 Ross Burton
2023-01-12 11:02 ` [PATCH 09/10] arm-bsp/u-boot: corstone500: bump to 2022.10 Ross Burton
2023-01-12 11:02 ` [PATCH 10/10] arm-bsp/u-boot: Corstone1000: bump to v2022.10 Ross Burton
2023-01-12 13:31 ` [meta-arm] [PATCH 01/10] meta-*: mark layers as compatible with mickledore only Denys Dmytriyenko
2023-01-13 15:03   ` Jon Mason
2023-01-13 18:05 ` Jon Mason
2023-01-20  2:01 ` Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).