Re: [U-Boot] [RFC PATCH v2] patman: add distutils based installer

2015-07-21 Thread Simon Glass
Hi Chris, On 18 July 2015 at 03:49, Chris Packham wrote: > To make it easier to use patman on other projects add a distutils style > installer. Now patman can be installed with > > cd u-boot/tools/patman && python setup.py install > > There are also the usual distutils options for creating sour

[U-Boot] [RFC PATCH v2] patman: add distutils based installer

2015-07-18 Thread Chris Packham
To make it easier to use patman on other projects add a distutils style installer. Now patman can be installed with cd u-boot/tools/patman && python setup.py install There are also the usual distutils options for creating source/binary distributions of patman. Signed-off-by: Chris Packham ---