Exclude some unused Zephyr west submodules.

* Don't waste space/time updating unused modules for architectures
  we aren't targetting (yet).
This commit is contained in:
Pete Johanson 2020-06-12 09:42:52 -04:00
parent af7f4e0892
commit caf934792a
2 changed files with 13 additions and 2 deletions

View File

@ -53,4 +53,4 @@ jobs:
id: west-build
with:
command: 'build'
command-args: '-s app -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'
command-args: '-s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire'

View File

@ -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