aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt/setup.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-09pylibfdt: use python3 shebangLuca Weiss1-1/+4
2019-06-21pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring1-0/+1
2018-11-23PEP8 / Flake8 cleanups for setup.pyDavid Gibson1-6/+7
2018-09-25pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson1-5/+8
2018-09-25pylibfdt: Improved version extractionDavid Gibson1-71/+7
2018-09-25pylibfdt: Simpler CFLAGS handlingDavid Gibson1-7/+4
2018-09-25pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson1-11/+6
2018-09-25pylibfdt: Correctly set build output directoryDavid Gibson1-8/+3
2018-09-25pylibfdt: We don't need include files from the base directoryDavid Gibson1-7/+3
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson1-1/+1
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass1-6/+92
2017-04-07pylibfdt: Fix code style in setup.pySimon Glass1-8/+9
2017-03-29pylibfdt: Use the correct libfdt version in the moduleSimon Glass1-1/+2
2017-03-27pylibfdt: Use package_dir to set the package directorySimon Glass1-0/+3
2017-03-27pylibfdt: Use environment to pass C flags and filesSimon Glass1-10/+6
2017-03-21Add an initial Python library for libfdtSimon Glass1-0/+34