All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] CI: update for meta-zephyr changes
@ 2022-01-24 17:40 Ross Burton
  2022-01-24 17:40 ` [PATCH 2/2] CI: fix check-layer indeterminism Ross Burton
  2022-01-24 19:53 ` [PATCH 1/2] CI: update for meta-zephyr changes Jon Mason
  0 siblings, 2 replies; 5+ messages in thread
From: Ross Burton @ 2022-01-24 17:40 UTC (permalink / raw)
  To: meta-arm

As of meta-zephyr dde88ba the layer is structured different, split into
meta-zephyr-core and meta-zephyr-bsp.

As we define our own machines for use with Zephyr, we can just use
meta-zephyr-core.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/meta-zephyr.yml    | 3 ++-
 ci/qemu-cortex-m3.yml | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ci/meta-zephyr.yml b/ci/meta-zephyr.yml
index 2f23f2bc..20d54649 100644
--- a/ci/meta-zephyr.yml
+++ b/ci/meta-zephyr.yml
@@ -6,4 +6,5 @@ header:
 repos:
   meta-zephyr:
     url: https://git.yoctoproject.org/git/meta-zephyr
-    refspec: master
+    layers:
+      meta-zephyr-core:
diff --git a/ci/qemu-cortex-m3.yml b/ci/qemu-cortex-m3.yml
index ab6d5c73..d9b197cb 100644
--- a/ci/qemu-cortex-m3.yml
+++ b/ci/qemu-cortex-m3.yml
@@ -4,6 +4,11 @@ header:
     - ci/base.yml
     - ci/meta-zephyr.yml
 
+repos:
+  meta-zephyr:
+    layers:
+      meta-zephyr-bsp:
+
 local_conf_header:
   tclibc: |
     TCLIBC = "newlib"
-- 
2.25.1



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

end of thread, other threads:[~2022-01-24 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 17:40 [PATCH 1/2] CI: update for meta-zephyr changes Ross Burton
2022-01-24 17:40 ` [PATCH 2/2] CI: fix check-layer indeterminism Ross Burton
2022-01-24 18:06   ` [meta-arm] " Denys Dmytriyenko
2022-01-24 18:24     ` Ross Burton
2022-01-24 19:53 ` [PATCH 1/2] CI: update for meta-zephyr changes Jon Mason

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.