[ptxdist] [PATCH] fixup! pps-tools: new package

2021-05-31 Thread Roland Hieber
Just replace spaces with a tab. Reported-by: Alexander Dahl Signed-off-by: Roland Hieber --- rules/pps-tools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pps-tools.in b/rules/pps-tools.in index 8b50b475de47..2cce9464ae93 100644 --- a/rules/pps-tools.in +++

[ptxdist] [PATCH] f2fs-tools: version bump 1.12.0 -> 1.14.0

2021-05-31 Thread Felix Mellmann
Bumped to version 1.14.0 and pinned license file. --- patches/{f2fs-tools-1.12.0 => f2fs-tools-1.14.0}/autogen.sh | 0 rules/f2fs-tools.make | 6 -- 2 files changed, 4 insertions(+), 2 deletions(-) rename patches/{f2fs-tools-1.12.0 =>

[ptxdist] [PATCH] mc: install additional symbolic links to the target

2021-05-31 Thread Felix Mellmann
The midnight commander allows to call internal tools by using their apropriate name. By adding symbolic links these tool are accessible from the command line. Some users may appreciate using i.e. mcedit directly without the need to start a midnight commander session. Signed-off-by: Felix Mellmann

[ptxdist] [PATCH 2/2] ifplugd: Added new patch to fix a linker error with GCC10

2021-05-31 Thread Felix Mellmann
Added a new patch to the ifplugd package which resolves a linker error when using GCC10. Signed-off-by: Felix Mellmann --- ...02-Fix-linker-error-when-using-GCC10.patch | 28 +++ patches/ifplugd-0.28/series | 3 +- 2 files changed, 30 insertions(+), 1

[ptxdist] [PATCH 1/2] ifplugd: Updated current patch set using git ptx-patches

2021-05-31 Thread Felix Mellmann
Updated the current set of patches of the ifplugd package. This is required to allow adding further patches to the package by using git ptx-patches. Signed-off-by: Felix Mellmann --- ...n-fails-because-of-kernel-header-inclusion.patch} | 12 +--- patches/ifplugd-0.28/series

Re: [ptxdist] [PATCH 1/3] pps-tools: new package

2021-05-31 Thread Roland Hieber
On Mon, May 31, 2021 at 02:56:55PM +0200, Alexander Dahl wrote: > Hello Roland, > > we already had an internal package pps-tools from 2019 which we never > published. Sorry for that additional work you had to do. No worries, I only picked it up from an existing BSP and did some cleanup (see

Re: [ptxdist] [PATCH 1/3] pps-tools: new package

2021-05-31 Thread Alexander Dahl
Hello Roland, we already had an internal package pps-tools from 2019 which we never published. Sorry for that additional work you had to do. Am Montag, 31. Mai 2021, 13:57:06 CEST schrieb Roland Hieber: > Signed-off-by: Roland Hieber > --- > ...le-fix-installation-to-empty-DESTDIR.patch | 40

Re: [ptxdist] [PATCH] remove some more references to CREDITS file

2021-05-31 Thread Alexander Dahl
Hei hei, Am Montag, 31. Mai 2021, 14:44:41 CEST schrieb Roland Hieber: > They where added accidentally with new packages since commit > cbd6bda680c65d7e01cf (2019-07-03, Roland Hieber: "CREDITS: remove > unmaintained file"). > > Signed-off-by: Roland Hieber > --- > rules/catch2.make | 2 -- >

[ptxdist] [PATCH] remove some more references to CREDITS file

2021-05-31 Thread Roland Hieber
They where added accidentally with new packages since commit cbd6bda680c65d7e01cf (2019-07-03, Roland Hieber: "CREDITS: remove unmaintained file"). Signed-off-by: Roland Hieber --- rules/catch2.make | 2 -- rules/libusbgx.make | 2 -- 2 files changed, 4 deletions(-) diff --git

[ptxdist] [RFC] scripts: add template patch backporter

2021-05-31 Thread Roland Hieber
Backporting PTXdist patches that changed rules/templates/* to a recipe that was created with a template via 'ptxdist newpackage' can be quite tedious and error-prone, as there are many @VARIABLES@ in the templates that have been expanded in the recipe. (And it's especially tedious if there are

[ptxdist] [PATCH 3/3] chrony: fix typo

2021-05-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/chrony.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/chrony.make b/rules/chrony.make index 5edddf5b41a0..bb7439a8be95 100644 --- a/rules/chrony.make +++ b/rules/chrony.make @@ -32,7 +32,7 @@ CHRONY_LICENSE_FILES := \ #

[ptxdist] [PATCH 2/3] chrony: enable support for PPS devices

2021-05-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/chrony.in | 8 rules/chrony.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/chrony.in b/rules/chrony.in index f50b864429b0..67a87277fc84 100644 --- a/rules/chrony.in +++ b/rules/chrony.in @@ -8,6 +8,7 @@

[ptxdist] [PATCH 1/3] pps-tools: new package

2021-05-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- ...le-fix-installation-to-empty-DESTDIR.patch | 40 ++ patches/pps-tools-1.0.2/series| 4 + rules/pps-tools.in| 10 +++ rules/pps-tools.make | 80 +++ 4 files changed,

Re: [ptxdist] [APPLIED] v4l-utils: drop libv4l2 dependency for v4l2-compliance/ctl

2021-05-31 Thread Michael Olbrich
Thanks, applied as 59fd0963e99d6ae7652cb43793dce577dfecfc63. Michael [sent from post-receive hook] On Mon, 31 May 2021 09:25:37 +0200, Marco Felsch wrote: > Since upstream commit bb28f870 ("v4l2-compliance/ctl: drop libv4l2 > dependency if NO_LIBV4L2 is defined") both tools can be build

Re: [ptxdist] [PATCH] ntfs-3g: new package

2021-05-31 Thread Michael Olbrich
On Fri, May 28, 2021 at 03:05:39PM +0200, Michael Tretter wrote: > The NTFS-3G driver is an open source, freely available NTFS driver for > Linux with read and write support. > > Signed-off-by: Michael Tretter > --- > rules/ntfs-3g.in | 11 ++ > rules/ntfs-3g.make | 88

[ptxdist] [PATCH] ptxd_colgen: propagate errors from ptxd_make_log

2021-05-31 Thread Michael Olbrich
Actually abort if ptxd_make_log fails. Not only when awk fails. Signed-off-by: Michael Olbrich --- On Sat, May 29, 2021 at 09:50:36PM +0200, Roland Hieber wrote: > On Fri, May 28, 2021 at 07:09:26PM -0400, Jon Ringle wrote: > > As I am updating bsp from 2020.10.0 to 2021.05.0, I noticed that