[elbe-devel] [PATCH 0/5] debianize u-boot support
Manuel Traut
manut at linutronix.de
Fri Nov 16 09:28:48 CET 2018
On Tue, Oct 23, 2018 at 03:43:38PM +0200, Torben Hohn wrote:
> 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
Hi ilu, Torben,
thanks for your work, applied to devel/elbe-3.0
Manuel
> 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
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
More information about the elbe-devel
mailing list