Re: [ptxdist] [PATCH v3] Detect changes in package patch series

2018-08-27 Thread Michael Olbrich
On Mon, Aug 27, 2018 at 05:59:25PM +0200, Michael Olbrich wrote: > On Fri, Aug 03, 2018 at 04:41:56AM -0400, j...@ringle.org wrote: > > From: Jon Ringle > > > > For a long time it has bothered me that if a package's patches were changed > > ptxdist would not detect this change and I would often

Re: [ptxdist] PTXdist usescases

2018-08-27 Thread Michael Olbrich
On Mon, Aug 13, 2018 at 02:40:14PM +0200, Robert Schwebel wrote: > On Mon, Aug 13, 2018 at 02:16:20PM +0200, Erwin Rol wrote: > > > Michael Olbrich prototyped a layering system for ptxdist¹ just before > > > leaving for vacation; > > > > So who allowed him to go on vacation ? ;-P > > I don't

Re: [ptxdist] [PATCH v4 1/2] Add libfaketime as a core component of ptxdist for patchin support

2018-08-27 Thread Michael Olbrich
On Fri, Aug 03, 2018 at 11:44:55AM -0400, j...@ringle.org wrote: > From: Jon Ringle > > libfaketime will be used during patchin so that committer timestamps always > have a fixed value and therefore making the ${PKG}_SERIES_SHA256 value > repeatable > > The minimal set of source files was

Re: [ptxdist] [PATCH v4 3/3] Allow local rules/*.in to source $(PTXDIST_TOPDIR)/rules/*.in

2018-08-27 Thread Michael Olbrich
On Fri, Aug 03, 2018 at 02:44:03PM -0400, j...@ringle.org wrote: > From: Jon Ringle > > In scripts/kconfig/zconf.l the function zconf_fopen() is used to open files > being opened via the `source` kconfig keyword. If it fails to open the > given file, it will try to open the file under

Re: [ptxdist] [PATCH v3] Detect changes in package patch series

2018-08-27 Thread Michael Olbrich
On Fri, Aug 03, 2018 at 04:41:56AM -0400, j...@ringle.org wrote: > From: Jon Ringle > > For a long time it has bothered me that if a package's patches were changed > ptxdist would not detect this change and I would often have old versions of > *-dev.tar.gz packages that got used because the

[ptxdist] [PATCH 3/3] weston: version bump 4.0.0 -> 5.0.0

2018-08-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index dd942b0bb800..f5d7488974d8 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_WESTON)

[ptxdist] [PATCH 2/3] wayland-protocols: version bump 1.13 -> 1.16

2018-08-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/wayland-protocols.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make index ec069fe7ebf7..c5442d521958 100644 --- a/rules/wayland-protocols.make +++

[ptxdist] [PATCH] rauc: Make rauc bundle version configurable

2018-08-27 Thread Gavin Schenk
In my usecase I need PTXCONF_PROJECT_VERSION in the rauc bundle instead of PTXDIST_BSP_AUTOVERSION that is hard coded in rules/image-rauc.make. Introduce a new switch RAUC_BUNDLE_VERSION to menuconfig that defaults to "${PTXDIST_BSP_AUTOVERSION}". Signed-off-by: Gavin Schenk --- Hi, Some time

[ptxdist] [PATCH v2] libgpiod: add support for python3 bindings

2018-08-27 Thread Boerje Sewing
Signed-off-by: Boerje Sewing --- Changes in v2: - Shorten the Makefile (thanks Denis) - Fix indentation in Kconfig file (thanks Ladislav) rules/libgpiod.in | 8 rules/libgpiod.make | 14 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/rules/libgpiod.in

Re: [ptxdist] [PATCH v2 2/3] lxc: add new package

2018-08-27 Thread Michael Grzeschik
On Wed, Aug 22, 2018 at 10:27:50AM +0200, Michael Grzeschik wrote: > This patch adds support for the lxc container system. We install the > userspace lib and application. We also add some small configuration to > be able to create a busybox based lxc container. > > $ lxc-create -t busybox -n

Re: [ptxdist] [PATCH] libgpiod: add support for python3 bindings.

2018-08-27 Thread Börje Sewing
On 08/24/2018 04:20 PM, Denis OSTERLAND wrote: > Am Freitag, den 24.08.2018, 15:58 +0200 schrieb Boerje Sewing: >> Signed-off-by: Boerje Sewing >> --- >>  rules/libgpiod.in   |  8 >>  rules/libgpiod.make | 20 ++-- >>  2 files changed, 26 insertions(+), 2 deletions(-) >>

Re: [ptxdist] [PATCH] libgpiod: add support for python3 bindings.

2018-08-27 Thread Börje Sewing
On 08/25/2018 01:33 PM, Ladislav Michl wrote: > +1 for suggestion bellow and... > > On Fri, Aug 24, 2018 at 02:20:36PM +, Denis OSTERLAND wrote: >> Am Freitag, den 24.08.2018, 15:58 +0200 schrieb Boerje Sewing: >>> Signed-off-by: Boerje Sewing >>> --- >>>  rules/libgpiod.in   |  8