Re: [PATCH] tools: Add script to update git subtree projects

2024-07-22 Thread Jerome Forissier
On 7/19/24 16:12, Raymond Mao wrote: > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree commands. > > Usage:

Re: [PATCH] tools: Add script to update git subtree projects

2024-07-19 Thread Tom Rini
On Fri, Jul 19, 2024 at 07:12:43AM -0700, Raymond Mao wrote: > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree

[PATCH] tools: Add script to update git subtree projects

2024-07-19 Thread Raymond Mao
Recently we are introducing multiple git subtree projects and it is the right time to have a universal script to update various subtrees and replace the dts/update-dts-subtree.sh. update-subtree.sh is a wrapper of git subtree commands. Usage: From U-Boot top directory, run $ ./tools/update-subtre