Skip to content

Commit 09cfd52

Browse files
committed
manifest: update zephyr and hal_espressif to point to lgirdwood forks
- Add 'lgirdwood' remote (https://github.com/lgirdwood). - Update 'zephyr' project to remote 'lgirdwood', branch 'feature/esp32p4-dai-port'. - Whitelist and declare 'hal_espressif' project tracking 'lgirdwood/hal_espressif' on branch 'esp32p4-uac2' at 'modules/hal/espressif'.
1 parent 518b0e6 commit 09cfd52

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

west.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ manifest:
1111
url-base: https://github.com/thesofproject
1212
- name: zephyrproject
1313
url-base: https://github.com/zephyrproject-rtos
14+
- name: lgirdwood
15+
url-base: https://github.com/lgirdwood
1416

1517
# When upgrading projects here please run git log --oneline in the
1618
# project and if not too long then include the output in your commit
@@ -43,8 +45,8 @@ manifest:
4345

4446
- name: zephyr
4547
repo-path: zephyr
46-
revision: 256e764458c653104eed6fe7a0b211060fc187be
47-
remote: zephyrproject
48+
revision: feature/esp32p4-dai-port
49+
remote: lgirdwood
4850

4951
# Import some projects listed in zephyr/west.yml@revision
5052
#
@@ -55,12 +57,20 @@ manifest:
5557
name-whitelist:
5658
- hal_xtensa
5759
- hal_nxp
60+
- hal_espressif
5861
- mbedtls
5962
- mipi-sys-t
6063
- lz4
6164
- tinycrypt
6265
- cmsis_6
6366

67+
- name: hal_espressif
68+
repo-path: hal_espressif
69+
path: modules/hal/espressif
70+
revision: esp32p4-uac2
71+
remote: lgirdwood
72+
west-commands: west/west-commands.yml
73+
6474
self:
6575
# Changes to submanifests/*.yml files _are_ effective; these have no
6676
# specified 'revision:'

0 commit comments

Comments
 (0)