From 9ad927ca8d478ec301cbd46059ae1b623d47767c Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Sun, 27 Oct 2024 13:00:58 +0100 Subject: [PATCH 1/2] west: point at sdk-zephyr-testing needed to test manifest-PR.yml workflow Signed-off-by: Thomas Stilwell --- west.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/west.yml b/west.yml index 1e2a6e5f41..360802ed5f 100644 --- a/west.yml +++ b/west.yml @@ -71,8 +71,8 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr - repo-path: sdk-zephyr - revision: d3d3f66845737630687c9018cdb687319b74ec17 + repo-path: sdk-zephyr-testing + revision: 33919fc981c12469ea96f987c23b90bfa5a8ebea import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above From dcbf86100d97e23f122f864eeeaf902ff7c44e4b Mon Sep 17 00:00:00 2001 From: Nordic Builder Date: Sun, 27 Oct 2024 14:25:42 +0000 Subject: [PATCH 2/2] manifest: Update sdk-zephyr-testing revision (auto-manifest PR) Automatically created by Github Action Signed-off-by: Nordic Builder --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 360802ed5f..41c48a0c9c 100644 --- a/west.yml +++ b/west.yml @@ -72,7 +72,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr-testing - revision: 33919fc981c12469ea96f987c23b90bfa5a8ebea + revision: pull/17/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above