[ptxdist] [PATCH] alsa-lib: version bump 1.1.4.1 -> 1.1.6

2018-10-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- .../0001-add-largefile-support.patch | 0 .../autogen.sh| 0 .../series| 0 rules/alsa-lib.make | 19 +++ 4 files changed, 7 insertions(+),

[ptxdist] [PATCH] alsa-utils: version bump 1.1.1 -> 1.1.6

2018-10-11 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/alsa-utils.in | 5 +++-- rules/alsa-utils.make | 32 +++- 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in index c24bbf65e..e78a51cbf 100644 --- a/rules/alsa-utils.in

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-11 Thread Jon Ringle
On Thu, Oct 11, 2018 at 10:43 AM Roland Hieber wrote: > > Hmmm, we had a similar patch in August that added libfaketime as a > runtime dependency to PTXdist in order to detect changes to packages' > patch series: > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg13198.html > > If we can

Re: [ptxdist] [DistroKit] Recent DistroKit with ptxdist 2018.10.0 fails to get host-coreutils

2018-10-11 Thread Roland Hieber
On Thu, Oct 11, 2018 at 04:28:43PM +0200, Roland Hieber wrote: > On Wed, Oct 10, 2018 at 03:22:13PM +0200, Alexander Dahl wrote: > > On Wed, Oct 10, 2018 at 02:21:48PM +0200, Roland Hieber wrote: > > > On Wed, Oct 10, 2018 at 01:04:01PM +0200, Roland Hieber wrote: > > [...] I set

[ptxdist] [PATCH] iperf: enable multicast unconditionally

2018-10-11 Thread Lucas Stach
From: Aleksander Morgado No build dependencies required, and binary size update is extremely minimal, so just explicitly enable multicast support in iperf. Signed-off-by: Aleksander Morgado Signed-off-by: Lucas Stach --- rules/iperf.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-11 Thread Roland Hieber
Hmmm, we had a similar patch in August that added libfaketime as a runtime dependency to PTXdist in order to detect changes to packages' patch series: https://www.mail-archive.com/ptxdist@pengutronix.de/msg13198.html If we can be sure that faketime is present at run time, we could leave it out

Re: [ptxdist] [DistroKit] Recent DistroKit with ptxdist 2018.10.0 fails to get host-coreutils

2018-10-11 Thread Roland Hieber
On Wed, Oct 10, 2018 at 03:22:13PM +0200, Alexander Dahl wrote: > Hei hei, > > On Wed, Oct 10, 2018 at 02:21:48PM +0200, Roland Hieber wrote: > > On Wed, Oct 10, 2018 at 01:04:01PM +0200, Roland Hieber wrote: > > > Ohai, > > > > > > I set my source download folder to ./src/ and I can reproduce

[ptxdist] [PATCH 3/3] barebox_mlo: add option for building barebox_mlo reproducibly

2018-10-11 Thread Baeuerle, Florian
Signed-off-by: Florian Bäuerle --- platforms/barebox_mlo.in | 11 +++ rules/barebox_mlo.make | 29 - 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/platforms/barebox_mlo.in b/platforms/barebox_mlo.in index 01c8669bc..7c3266d0b 100644 ---

[ptxdist] [PATCH 2/3] barebox: add option for building barebox reproducibly

2018-10-11 Thread Baeuerle, Florian
Inject fake timestamps into the build via faketime to produce the exact same binaries. Signed-off-by: Florian Bäuerle --- platforms/barebox.in | 10 ++ rules/barebox.make | 16 +++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/platforms/barebox.in

[ptxdist] [PATCH 1/3] host-faketime: new package

2018-10-11 Thread Baeuerle, Florian
Signed-off-by: Florian Bäuerle --- rules/host-faketime.in | 10 + rules/host-faketime.make | 47 2 files changed, 57 insertions(+) create mode 100644 rules/host-faketime.in create mode 100644 rules/host-faketime.make diff --git

Re: [ptxdist] [PATCH] host-system-tcl: new package

2018-10-11 Thread Ladislav Michl
Hello Ahmad, On Wed, Oct 10, 2018 at 02:14:16PM +0200, Ahmad Fatoum wrote: > Signed-off-by: Ahmad Fatoum > --- > rules/host-system-tcl.in | 6 ++ > rules/host-system-tcl.make | 30 ++ > 2 files changed, 36 insertions(+) > create mode 100644

Re: [ptxdist] [PATCH] doc: including_bsp_doc: add missing virtualenv command

2018-10-11 Thread Ahmad Fatoum
Hello, On 10/9/18 12:36 PM, Robert Schwebel wrote: > Since python 3.6, virtualenv is deprecated and you should use > > $ python3 -mvenv env I've resent the patch with your suggestion. Thanks Ahmad -- Pengutronix e.K. | | Industrial Linux

Re: [ptxdist] [PATCH 1/7] u-boot: specify GPL-2.0-only as LICENSE

2018-10-11 Thread Ahmad Fatoum
Hello On 10/11/18 8:44 AM, Alexander Dahl wrote: >> +U_BOOT_LICENSE := GPL-2.0-only > > I'm afraid it's not that simple. See Licenses/README in the U-Boot source > tree. A quick grep for SPDX over the whole U-Boot tree reveals different > licenses for different parts, including but not

Re: [ptxdist] [PATCH 3/7] u-boot: add V=$(PTXDIST_VERBOSE) to make options

2018-10-11 Thread Alexander Dahl
Hello, Am Mittwoch, 10. Oktober 2018, 14:03:34 CEST schrieb Ahmad Fatoum: > Signed-off-by: Ahmad Fatoum > --- > rules/u-boot.make | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 46cfc192825a..44b242d7ffc1 100644 > ---

Re: [ptxdist] [PATCH 1/7] u-boot: specify GPL-2.0-only as LICENSE

2018-10-11 Thread Alexander Dahl
Hei hei, Am Mittwoch, 10. Oktober 2018, 14:03:32 CEST schrieb Ahmad Fatoum: > Signed-off-by: Ahmad Fatoum > --- > rules/u-boot.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 94aa7745809d..aa7a01ca8fea 100644 > --- a/rules/u-boot.make