]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: add distutils based installer
authorChris Packham <judge.packham@gmail.com>
Wed, 22 Jul 2015 09:21:46 +0000 (21:21 +1200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 16:36:25 +0000 (10:36 -0600)
commit488d19cbcace0b87a2d08881eab7356088198903
treef9281221aab01bd319535e2c9f2b24d892c93e67
parent1ed6648be08e4da76a08a09317932c73db0745ff
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 <sjg@chromium.org>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/README
tools/patman/__init__.py [new file with mode: 0644]
tools/patman/patman.py
tools/patman/setup.py [new file with mode: 0644]