Commit 6117dbf1 authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski
Browse files

Revert "Add west.yml to make manifest-module."



This reverts commit 900da138.

The patch is controversial  and it is unwanted currently.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent ad1fb3dd
Loading
Loading
Loading
Loading

west.yml

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
# 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