diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 09:42:52 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 09:47:21 -0400 |
commit | caf934792a53291b737b644f2472799a90d3b873 (patch) | |
tree | 40a33cd0ae33633eebf159e734aed2a9c3e2efe8 /app | |
parent | af7f4e0892571ba181b180d2bfcf88a8d883584b (diff) |
Exclude some unused Zephyr west submodules.
* Don't waste space/time updating unused modules for architectures
we aren't targetting (yet).
Diffstat (limited to 'app')
-rw-r--r-- | app/west.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/west.yml b/app/west.yml index 156bc85..ca275af 100644 --- a/app/west.yml +++ b/app/west.yml @@ -8,6 +8,17 @@ manifest: - name: zephyr remote: petejohanson revision: kconfig/external-sheilds-shields-as-list-fix - import: true + import: + # TODO: Rename once upstream offers option like `exclude` or `denylist` + name-blacklist: + - cmsis + - ci-tools + - hal_atmel + - hal_altera + - hal_cypress + - hal_infineon + - hal_microchip + - hal_nxp + - hal_openisa self: path: zmk |