On Sun, 2013-10-27 at 22:46 -0700, Vagrant Cascadian wrote: > On Fri, Oct 25, 2013 at 12:28:53AM +0900, Nobuhiro Iwamatsu wrote: > > U-Boot has tool patman which can simplify the exchanges of the patch > > using git (in u-boot/tools/patman). > > I want to provide this with u-boot-tools or other packages. > > At a brief glance, it's a tool for generating patchsets from git? > > This doesn't really seem to be specific to u-boot in any way, just happens > to be a utility shipped with u-boot upstream... It might make more > sense as it's own source package?
It looks like it is already a clone (and hack?) from somewhere else: $ head -n1 tools/patman/README # Copyright (c) 2011 The Chromium OS Authors. I wouldn't be at all surprised if it incorporated knowledge specific to the u-boot workflow (and the original version stuff for Chromium OS) and wasn't a completely general purpose tool. If that is the case then it seems that anyone who wishes to use it surely has a u-boot source tree around to run it from. If it is not the case then I would think upstream git would be a better home, or at least a separate project/source package as you suggest. Ian. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

