[ptxdist] [PATCH 2/2] liboping: Fix compilation with gcc-8

2019-04-11 Thread Ladislav Michl
As gcc-8 added -Werror=format-truncation compilation fails. Signed-off-by: Ladislav Michl --- patches/liboping-1.10.0/0001-disable-werror.patch | 11 +++ patches/liboping-1.10.0/series| 1 + 2 files changed, 12 insertions(+) create mode 100644

[ptxdist] [PATCH] libgpiod: version bump 1.2 -> 1.3

2019-04-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/libgpiod.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index 94110769d..308960e34 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@ -16,8 +16,8 @@

[ptxdist] [PATCH 1/2] liboping: version bump 1.9.0 -> 1.10.0

2019-04-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/liboping.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/liboping.make b/rules/liboping.make index 07829faed..0944ee974 100644 --- a/rules/liboping.make +++ b/rules/liboping.make @@ -16,8 +16,8 @@

[ptxdist] [RFC PATCH] host-meson: add dependency to python setuptools

2019-04-11 Thread Denis OSTERLAND
Fixes: Traceback (most recent call last): File "setup.py", line 25, in from setuptools import setup ImportError: No module named 'setuptools' Signed-off-by: Denis Osterland --- rules/host-meson.in | 2 +- rules/host-meson.make | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

Re: [ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-11 Thread Denis OSTERLAND
Hi Alexander, we have one use-case were we generate the environment binary from compiled in environment. We have never polished it for pxtdist upstream. https://www.mail-archive.com/ptxdist@pengutronix.de/msg13604.html We have polished it for buildroot, but that never got merged.

[ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-11 Thread Alexander Dahl
From: Ahmad Fatoum U-Boot can be configured via the environment to look for a boot script in the rootfs. The boot script can then be used to customize the booting process further. Cc: Denis OSTERLAND Co-authored-by: Alexander Dahl Signed-off-by: Ahmad Fatoum Signed-off-by: Alexander Dahl

[ptxdist] [PATCH 0/2] u-boot: boot script and series option

2019-04-11 Thread Alexander Dahl
Hello everyone, for personal need I ressurected one patch by Ahmad from last year, which did not make it to mainline, did a little polishing and resend it again. See the notes on that patch for details what I changed. The other patch is a long overdue revert of an option which was only left in

[ptxdist] [PATCH 1/2] Revert "readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4)"

2019-04-11 Thread Alexander Dahl
That broke our usecase back in 2013, but we don't need that anymore now. This reverts commit 4b09a0c4ff4365159d7bfec6bb086743bdb39110. Signed-off-by: Alexander Dahl --- platforms/u-boot.in | 9 - 1 file changed, 9 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in