Skip to content

Commit 64442ae

Browse files
cfriedtkartben
authored andcommitted
scripts: west-commands: add an entry for the patch command
Add an entry to west-commands.yml for the west patch command. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent ad61139 commit 64442ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/west-commands.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ west-commands:
8989
- name: packages
9090
class: Packages
9191
help: manage packages for Zephyr
92+
- file: scripts/west_commands/patch.py
93+
commands:
94+
- name: patch
95+
class: Patch
96+
help: manage patches for Zephyr modules

0 commit comments

Comments
 (0)