From caf934792a53291b737b644f2472799a90d3b873 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 12 Jun 2020 09:42:52 -0400 Subject: [PATCH 1/2] Exclude some unused Zephyr west submodules. * Don't waste space/time updating unused modules for architectures we aren't targetting (yet). --- .github/workflows/build.yml | 2 +- app/west.yml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29fba212..b909dcfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' diff --git a/app/west.yml b/app/west.yml index 156bc857..ca275af3 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 From 292df586a46e9006c427e4b5572b6271d5d974f3 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 12 Jun 2020 10:29:58 -0400 Subject: [PATCH 2/2] Restore CMSIS. --- app/west.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/west.yml b/app/west.yml index ca275af3..c0a557df 100644 --- a/app/west.yml +++ b/app/west.yml @@ -11,7 +11,6 @@ manifest: import: # TODO: Rename once upstream offers option like `exclude` or `denylist` name-blacklist: - - cmsis - ci-tools - hal_atmel - hal_altera