[elbe-devel] [PATCH 0/5] debianize u-boot support

Torben Hohn torben.hohn at linutronix.de
Tue Oct 23 15:43:38 CEST 2018


Based on the patchqueue that Phillip sent out in May.

It also contains pylint cleanups, and a code duplication
removal.


Philipp Rosenberger (1):
  debianize: add u-boot support

Torben Hohn (4):
  debianize: use relative imports to make pycodestyle happy
  debianize: remove duplicated code with DebianizeBase.get_k_arch()
  debianize: make filename for debian/copyright configurable
  pylint debianize: disable no-self-use for API call

 elbepack/debianize/barebox.py                      |  9 +--
 elbepack/debianize/base.py                         | 15 +++-
 elbepack/debianize/debianize.py                    |  8 +-
 elbepack/debianize/kernel.py                       |  9 +--
 elbepack/debianize/uboot.py                        | 94 +++++++++++++++++++---
 elbepack/makofiles/debianize/u-boot/control.mako   | 28 +++++++
 elbepack/makofiles/debianize/u-boot/format.mako    |  6 ++
 elbepack/makofiles/debianize/u-boot/rules.mako     | 49 +++++++++++
 .../debianize/u-boot/u-boot-image.install          |  1 +
 .../debianize/u-boot/u-boot-tools.install          |  1 +
 .../makofiles/debianize/u-boot/u-boot-tools.links  |  1 +
 11 files changed, 190 insertions(+), 31 deletions(-)
 create mode 100644 elbepack/makofiles/debianize/u-boot/control.mako
 create mode 100644 elbepack/makofiles/debianize/u-boot/format.mako
 create mode 100755 elbepack/makofiles/debianize/u-boot/rules.mako
 create mode 100644 elbepack/makofiles/debianize/u-boot/u-boot-image.install
 create mode 100644 elbepack/makofiles/debianize/u-boot/u-boot-tools.install
 create mode 100644 elbepack/makofiles/debianize/u-boot/u-boot-tools.links

-- 
2.11.0




More information about the elbe-devel mailing list