]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:52 +0000 (13:50 +0200)
commitbea941b56cee533f2ed4ed5c091914778537aea1
tree47cdffe755708e66c0f9228d84adaa2bd1042f6d
parent4a1f243a9ae5455c1b56619bde50240e36411bcc
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]