Revert "Add west.yml to make manifest-module."
This reverts commit 900da1386523405f6b77071665638667bf782dd9.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
diff --git a/west.yml b/west.yml
deleted file mode 100644
index decac39..0000000
--- a/west.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (c) 2022 Legrand North America, LLC.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-# The west manifest file for Zephyr ecosystem development.
-#
-# Usage:
-# west init -m https://github.com/mcu-tools/mcuboot --mr main $new_workspace
-# cd $new && west update
-
-manifest:
- version: "0.12"
-
- remotes:
- - name: zephyrproject
- url-base: https://github.com/zephyrproject-rtos
- - name: mcu-tools
- url-base: https://github.com/mcu-tools
-
- defaults:
- remote: mcu-tools
-
- projects:
- - name: zephyr
- revision: main
- remote: zephyrproject
- import:
- name-blocklist:
- - mcuboot
-
- self:
- path: mcuboot