From 64442ae5cd900a9fec20c5ee76eaa983ca73b1eb Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Thu, 19 Dec 2024 15:53:41 -0500 Subject: [PATCH] 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 --- scripts/west-commands.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/west-commands.yml b/scripts/west-commands.yml index c42d3aa2904..68a0951daf8 100644 --- a/scripts/west-commands.yml +++ b/scripts/west-commands.yml @@ -89,3 +89,8 @@ west-commands: - name: packages class: Packages help: manage packages for Zephyr + - file: scripts/west_commands/patch.py + commands: + - name: patch + class: Patch + help: manage patches for Zephyr modules