patman: Implement the upstream subcommand
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:16 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:43 +0000 (10:07 +0100)
commitcc6ce7157a51f5e7b64cd4a4c6380d3fd43aebeb
treecc17b6e6e38897e15db7899d3cfc681ec47f008e
parentd1b6d855acd187238ac8a6fdf071358ce5d6f306
patman: Implement the upstream subcommand

Add a command to allow managing the upstream tree. This is very basic
so far, only allowing setting the name and URL. Further work may allow
checking whether series apply cleaning on the upstream tree, etc.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/cmdline.py
tools/patman/control.py