From caf934792a53291b737b644f2472799a90d3b873 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 12 Jun 2020 09:42:52 -0400 Subject: Exclude some unused Zephyr west submodules. * Don't waste space/time updating unused modules for architectures we aren't targetting (yet). --- app/west.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.3