From 488d19cbcace0b87a2d08881eab7356088198903 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 22 Jul 2015 21:21:46 +1200 Subject: patman: add distutils based installer 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. Tested-by: Simon Glass Signed-off-by: Chris Packham Acked-by: Simon Glass --- tools/patman/README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/patman/README') diff --git a/tools/patman/README b/tools/patman/README index 27ec90acc8..5bd74c4f83 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -135,6 +135,17 @@ Similar to the above, but skip the first commit and take the next 5. This is useful if your top commit is for setting up testing. +How to install it +================= + +The most up to date version of patman can be found in the U-boot sources. +However to use it on other projects it may be more convenient to install it as +a standalone application. A distutils installer is included, this can be used +to install patman: + +$ cd tools/patman && python setup.py install + + How to add tags =============== -- cgit v1.2.1