Browse Source

build(west): add clone-depth = 1 to zephyr and uf2

This reduces zephyr's footprint to 33% and dramatically reduces the cloning times (west update).

PR: #441
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
90123caa4c
  1. 2
      app/west.yml

2
app/west.yml

@ -10,6 +10,7 @@ manifest: @@ -10,6 +10,7 @@ manifest:
- name: zephyr
remote: petejohanson
revision: zmk-v2.3.0-with-fixes
clone-depth: 1
import:
# TODO: Rename once upstream offers option like `exclude` or `denylist`
name-blacklist:
@ -36,5 +37,6 @@ manifest: @@ -36,5 +37,6 @@ manifest:
- name: uf2
remote: microsoft
path: tools/uf2
clone-depth: 1
self:
west-commands: scripts/west-commands.yml
Loading…
Cancel
Save