[ptxdist] [PATCH v2 1/4] u-boot: Bump default version and tweak help texts

2019-02-05 Thread Alexander Dahl
The default U-Boot version to be built was from 2007, maybe it's time to bump that? The help text better explains the make config target option now, and how U-Boot is written in the help texts was unified. Signed-off-by: Alexander Dahl --- Notes: v1 -> v2: * This patch is new in v2.

[ptxdist] [PATCH v2 4/4] u-boot: Add u-boot{-dtb, -with-spl-pbl}.bin image installation options

2019-02-05 Thread Alexander Dahl
From: Ahmad Fatoum Signed-off-by: Ahmad Fatoum Signed-off-by: Alexander Dahl --- Notes: v1 -> v2: * Rebased on master (ptxdist-2019.01.0-25-g707e92fe3) platforms/u-boot.in | 14 ++ rules/u-boot.make | 9 + 2 files changed, 23 insertions(+) diff --git

[ptxdist] [PATCH v2 3/4] u-boot: Run install(1)/rm(1) with -v

2019-02-05 Thread Alexander Dahl
From: Ahmad Fatoum Signed-off-by: Ahmad Fatoum Signed-off-by: Alexander Dahl --- Notes: v1 -> v2: * Rebased on master (ptxdist-2019.01.0-25-g707e92fe3) * Add flags for new options added since v1 rules/u-boot.make | 20 ++-- 1 file changed, 10 insertions(+),

[ptxdist] [PATCH v2 2/4] u-boot: Add option to use Kconfig based configuration

2019-02-05 Thread Alexander Dahl
Recent versions of U-Boot (from 2014.10) use a Kconfig based configuration. To also support the old system and not break existing builds, this is introduced as optional, which also allows to build a defconfig without oldconfig/menuconfig and a .config file in the BSP. A new menu entry of type

[ptxdist] [PATCH v2 0/4] u-boot: Modernize rules

2019-02-05 Thread Alexander Dahl
Hello, I adopted the patch series on U-Boot by Ahmad Fatoum from last year. I considered the feedback, rewrote some parts, and dropped others for now. The main work went into adding support for Kconfig based configuration of newer (post 2014) versions of U-Boot. Thanks to Ahmad and Michael for

Re: [ptxdist] How to unsubscribe from this mailing list?

2019-02-05 Thread Robert Schwebel
On Tue, Feb 05, 2019 at 02:44:29PM +, Горелов Валентин Владимирович wrote: > I want to unsubscribe. I have sent a message with subject “unsubscribe” to > ptxdist-requ...@pengutronix.de multiple times, but nothing happens. I still > get > all the messages. > > How to solve this problem? In

[ptxdist] [PATCH] host-e2fsprogs: do not build and use private libuuid/libblkid

2019-02-05 Thread Bastian Krause
util-linux-ng provides more recent versions of libuuid and libblkid. Use them. This prevents outdated versions (and their headers) from getting installed into the sysroot, possibly over the recent versions from host-util-linux-ng. Signed-off-by: Bastian Krause --- rules/host-e2fsprogs.in | 1

[ptxdist] How to unsubscribe from this mailing list?

2019-02-05 Thread Горелов Валентин Владимирович
Hello. I want to unsubscribe. I have sent a message with subject “unsubscribe” to ptxdist-requ...@pengutronix.de multiple times, but nothing happens. I still get all the messages. How to solve this problem? Thanks.

Re: [ptxdist] [PATCH v4 3/3] gpsd: version bump 2.39 -> 3.18.1

2019-02-05 Thread Michael Olbrich
Hi, On Tue, Feb 05, 2019 at 09:46:37AM +, Denis OSTERLAND wrote: > thanks for your input. > > Am Dienstag, den 05.02.2019, 10:07 +0100 schrieb Michael Olbrich: > > On Mon, Jan 21, 2019 at 12:01:21PM +, Denis OSTERLAND wrote: > > >  > > > + > > >  GPSD_ENV = \ > > >   $(CROSS_ENV) \ > > >

[ptxdist] [PATCH v2 3/4] libp11: add as new target package

2019-02-05 Thread Rouven Czerwinski
Signed-off-by: Rouven Czerwinski --- rules/libp11.in | 20 +- rules/libp11.make | 58 - 2 files changed, 78 insertions(+) create mode 100644 rules/libp11.in create mode 100644 rules/libp11.make diff --git a/rules/libp11.in

[ptxdist] [PATCH v2 2/4] host-p11-kit: remove paths and name definitions

2019-02-05 Thread Rouven Czerwinski
Host packages use the definitions of the target packages if available, remove the definitions from the host package. Signed-off-by: Rouven Czerwinski --- rules/host-p11-kit.make | 7 --- 1 file changed, 7 deletions(-) diff --git a/rules/host-p11-kit.make b/rules/host-p11-kit.make index

[ptxdist] [PATCH v2 4/4] host-libp11: remove paths and names

2019-02-05 Thread Rouven Czerwinski
Host packages use the definitions of target packages if available, remove the host definitions for libp11 Signed-off-by: Rouven Czerwinski --- rules/host-libp11.make | 7 --- 1 file changed, 7 deletions(-) diff --git a/rules/host-libp11.make b/rules/host-libp11.make index 284284f..da3b961

[ptxdist] [PATCH v2 1/4] p11-kit: add as new target package

2019-02-05 Thread Rouven Czerwinski
Signed-off-by: Rouven Czerwinski --- rules/p11-kit.in | 23 - rules/p11-kit.make | 68 +++- 2 files changed, 91 insertions(+) create mode 100644 rules/p11-kit.in create mode 100644 rules/p11-kit.make diff --git a/rules/p11-kit.in

[ptxdist] [PATCH v2 0/4] P11-kit and libp11

2019-02-05 Thread Rouven Czerwinski
Add libp11 and p11-kit as target packages for ptxdist. Libp11 contains the openssl-engine pkcs11 module, p11-kit allows the usage of multiple pkcs11 modules simultaneously. If both packages are enabled, libp11 provides an option to default to the p11-kit proxy module. Changes since V1: - Fix

Re: [ptxdist] [PATCH v4 3/3] gpsd: version bump 2.39 -> 3.18.1

2019-02-05 Thread Denis OSTERLAND
Hi Michael, thanks for your input. Am Dienstag, den 05.02.2019, 10:07 +0100 schrieb Michael Olbrich: > On Mon, Jan 21, 2019 at 12:01:21PM +, Denis OSTERLAND wrote: > >  > > + > >  GPSD_ENV = \ > >   $(CROSS_ENV) \ > >   PYTHON=$(CROSS_PYTHON) > You need to add PATH=$(CROSS_PATH) to the

Re: [ptxdist] [PATCH 5/7] u-boot: add u-boot{-dtb, -with-spl-pbl}.bin image installation options

2019-02-05 Thread Ahmad Fatoum
Hello Alexander, On 2/5/19 8:30 AM, Alexander Dahl wrote: > Hei hei, > > I had another look at this series, because I'm currently building u-boot for > a > new target. This patch looks good I think (see below). > > However, what is the status of this whole series? Will there be a v2? No v2

Re: [ptxdist] [PATCH v4 3/3] gpsd: version bump 2.39 -> 3.18.1

2019-02-05 Thread Michael Olbrich
On Mon, Jan 21, 2019 at 12:01:21PM +, Denis OSTERLAND wrote: > Use scons build system. > Add Kconfig switches for reconfigure, controlsend, group and ntpshmmon. > Remove PPS_ON_CTS. > > Signed-off-by: Denis Osterland > --- > ...ix-core-compiling-with-nmea-disabled.patch | 29 >