From 710cf290b572ff75d577e587e9b6cfaa0917269f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 24 Jan 2022 17:40:11 +0000 Subject: [PATCH] CI: update for meta-zephyr changes 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 Signed-off-by: Jon Mason --- 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"