Simplify west manifest
This commit is contained in:
parent
ce3bc5479b
commit
5f32b9533b
1 changed files with 4 additions and 38 deletions
|
@ -38,48 +38,14 @@ manifest:
|
||||||
revision: main
|
revision: main
|
||||||
path: modules/tri-state
|
path: modules/tri-state
|
||||||
|
|
||||||
# Add ZMK with Zephyr dependencies namespaced under /zmk. The following
|
# ZMK with Zephyr namespaced under /zmk. This requires that ZMK imports
|
||||||
# does not work until upstream imports Zephyr with path set to anything
|
# Zephyr with a path other than `zephyr` (as in `going-modular`).
|
||||||
# other than 'zephyr' to prevent it from getting added to build/Kconfig.
|
|
||||||
|
|
||||||
# - name: zmk
|
|
||||||
# revision: going-modular
|
|
||||||
# path: .
|
|
||||||
# import:
|
|
||||||
# file: app/west.yml
|
|
||||||
# path-prefix: zmk
|
|
||||||
|
|
||||||
# As a workaround, we add ZMK without importing Zephyr and then manually
|
|
||||||
# add Zephyr under the /zmk namespace and set a path other than 'zephyr'.
|
|
||||||
- name: zmk
|
- name: zmk
|
||||||
revision: going-modular
|
revision: going-modular
|
||||||
west-commands: app/scripts/west-commands.yml
|
path: .
|
||||||
- name: zephyr
|
|
||||||
remote: upstream
|
|
||||||
revision: v3.5.0+zmk-fixes
|
|
||||||
clone-depth: 1
|
|
||||||
path: modules/zephyr
|
|
||||||
import:
|
import:
|
||||||
|
file: app/west.yml
|
||||||
path-prefix: zmk
|
path-prefix: zmk
|
||||||
name-blocklist:
|
|
||||||
- ci-tools
|
|
||||||
- hal_altera
|
|
||||||
- hal_cypress
|
|
||||||
- hal_infineon
|
|
||||||
- hal_microchip
|
|
||||||
- hal_nxp
|
|
||||||
- hal_openisa
|
|
||||||
- hal_silabs
|
|
||||||
- hal_xtensa
|
|
||||||
- hal_st
|
|
||||||
- hal_ti
|
|
||||||
- loramac-node
|
|
||||||
- mcuboot
|
|
||||||
- mcumgr
|
|
||||||
- net-tools
|
|
||||||
- openthread
|
|
||||||
- edtt
|
|
||||||
- trusted-firmware-m
|
|
||||||
|
|
||||||
self:
|
self:
|
||||||
path: config
|
path: config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue