Merge pull request #15 from petejohanson/build/zephyr-west-module-excludes
Exclude some unused Zephyr west submodules.
This commit is contained in:
commit
92a4f3985d
2 changed files with 12 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -53,4 +53,4 @@ jobs:
|
||||||
id: west-build
|
id: west-build
|
||||||
with:
|
with:
|
||||||
command: 'build'
|
command: 'build'
|
||||||
command-args: '-s app -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'
|
command-args: '-s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire'
|
||||||
|
|
12
app/west.yml
12
app/west.yml
|
@ -8,6 +8,16 @@ manifest:
|
||||||
- name: zephyr
|
- name: zephyr
|
||||||
remote: petejohanson
|
remote: petejohanson
|
||||||
revision: kconfig/external-sheilds-shields-as-list-fix
|
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:
|
self:
|
||||||
path: zmk
|
path: zmk
|
||||||
|
|
Loading…
Reference in a new issue