diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 10:52:15 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 10:52:15 -0400 | 
| commit | 92a4f3985d1a51451067b94182e170516dbeed00 (patch) | |
| tree | c91bf84041e35d1c3a3a3cf57b83633c0f7b6820 /app/west.yml | |
| parent | af7f4e0892571ba181b180d2bfcf88a8d883584b (diff) | |
| parent | 292df586a46e9006c427e4b5572b6271d5d974f3 (diff) | |
Merge pull request #15 from petejohanson/build/zephyr-west-module-excludes
Exclude some unused Zephyr west submodules.
Diffstat (limited to 'app/west.yml')
| -rw-r--r-- | app/west.yml | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/app/west.yml b/app/west.yml index 156bc85..c0a557d 100644 --- a/app/west.yml +++ b/app/west.yml @@ -8,6 +8,16 @@ 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: +          - ci-tools +          - hal_atmel +          - hal_altera +          - hal_cypress +          - hal_infineon +          - hal_microchip +          - hal_nxp +          - hal_openisa    self:      path: zmk | 
