Re: [ptxdist] [PATCH] Added symbolic links to the midnight commander package which allows to call the viewer, the editor and the diff tool from the command line.

2021-01-24 Thread Alexander Dahl
Hello Felix, On Sun, Jan 24, 2021 at 12:18:05PM +0100, Felix Mellmann wrote: > 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

Re: [ptxdist] [PATCH] /etc/hosts: add local ipv6 definitions

2021-02-28 Thread Alexander Dahl
Hei hei, > Roland Hieber hat am 26.02.2021 14:24 geschrieben: > Hmmm, I wonder if this works even if GLOBAL_IPV6 is turned off. Or > maybe we should get rid of GLOBAL_IPV6 too? :-) I know this sounds tempting, but please don't do that. We still support systems with only 32 MiB RAM and not much

Re: [ptxdist] [PATCH] /etc/hosts: add local ipv6 definitions

2021-03-01 Thread Alexander Dahl
Hei hei, On Mon, Mar 01, 2021 at 09:45:35AM +0100, Michael Olbrich wrote: > On Mon, Mar 01, 2021 at 06:43:40AM +0100, Alexander Dahl wrote: > > I know this sounds tempting, but please don't do that. We still support > > systems with only 32 MiB RAM and not much more fl

[ptxdist] [PATCH] catch2: new package

2021-03-03 Thread Alexander Dahl
From: Alexander Dahl Although you could just copy the catch2 header to your own projects, it might be better to have it in one central place as a package which is easy to find by CMake at build time. Signed-off-by: Alexander Dahl --- rules/catch2.in | 20 rules/catch2

[ptxdist] [PATCH] libserialport: new package

2021-03-03 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/libserialport.in | 13 rules/libserialport.make | 52 2 files changed, 65 insertions(+) create mode 100644 rules/libserialport.in create mode 100644 rules

[ptxdist] [PATCH] libcoap2: new package

2021-03-08 Thread Alexander Dahl
From: Alexander Dahl This package comes with a new API for libcoap, with different .so version and separate header files, and can coexist with the old libcoap package. Signed-off-by: Alexander Dahl --- Cc: Alexander Aring Notes: There are no packages depending on the old libcoap

[ptxdist] [PATCH 4/6] libqmi: version bump 1.26.2 -> 1.28.2

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl Requirement for upcoming ModemManager version bump. Signed-off-by: Alexander Dahl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 3342eed20..d2d31ce18 100644 --- a/rules/libqmi.make

[ptxdist] [PATCH 0/6] ModemManager: version bump

2021-03-23 Thread Alexander Dahl
Hei hei, for building the latest release of ModemManager either a patched 1.16.2 is required or bumping libgudev. This series has both, you might pick independently. Greets Alex Alexander Dahl (6): libgudev: Add license file hash libgudev: version bump 230 -> 234 libqmi: Add license f

[ptxdist] [PATCH 3/6] libqmi: Add license file hashes

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/libqmi.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/libqmi.make b/rules/libqmi.make index 2b3e40140..3342eed20 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -22,6 +22,9 @@ LIBQMI_URL:= http

[ptxdist] [PATCH 5/6] modemmanager: Add license file hashes

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/modemmanager.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 09b3bc422..397a32850 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -22,6 +22,9

[ptxdist] [PATCH 1/6] libgudev: Add license file hash

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/libgudev.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libgudev.make b/rules/libgudev.make index 637ea662d..343d1dea6 100644 --- a/rules/libgudev.make +++ b/rules/libgudev.make @@ -22,6 +22,7 @@ LIBGUDEV_URL

[ptxdist] [PATCH 2/6] libgudev: version bump 230 -> 234

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl Required by upcoming ModemManager version bump. Note: upstream changed build system from autotools to meson with version 235. This is the last autotools based release. Signed-off-by: Alexander Dahl --- ...1-Prepare-to-check-for-an-older-UDEV.patch | 131

[ptxdist] [PATCH 6/6] modemmanager: version bump 1.14.8 -> 1.16.2

2021-03-23 Thread Alexander Dahl
From: Alexander Dahl The patch allows build against libgudev older than version 232. Link: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/349 Signed-off-by: Alexander Dahl --- ...dev-don-t-use-autoptr-in-GUdev-types.patch | 127 ++ patches/ModemManager

Re: [ptxdist] [PATCH 5/6] modemmanager: Add license file hashes

2021-03-24 Thread Alexander Dahl
Hello Roland, > Roland Hieber hat am 24.03.2021 21:31 geschrieben: > > > On Wed, Mar 24, 2021 at 07:35:39AM +0100, Alexander Dahl wrote: > > From: Alexander Dahl > > > > Signed-off-by: Alexander Dahl > > --- > > rules/modemmanager.make

Re: [ptxdist] [PATCH 1/6] libgudev: Add license file hash

2021-03-24 Thread Alexander Dahl
Hello Roland, > Roland Hieber hat am 24.03.2021 21:36 geschrieben: > > > On Wed, Mar 24, 2021 at 07:35:35AM +0100, Alexander Dahl wrote: > > From: Alexander Dahl > > > > Signed-off-by: Alexander Dahl > > --- > > rules/libgudev.make | 1 + > &g

Re: [ptxdist] [PATCH 3/6] libqmi: Add license file hashes

2021-03-24 Thread Alexander Dahl
Hello Roland, > Roland Hieber hat am 24.03.2021 21:45 geschrieben: > > > On Wed, Mar 24, 2021 at 07:35:37AM +0100, Alexander Dahl wrote: > > From: Alexander Dahl > > > > Signed-off-by: Alexander Dahl > > --- > > rules/libqmi.make | 3 +++ > >

[ptxdist] [PATCH v2 1/5] libqmi: Add license file hashes

2021-03-28 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/libqmi.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/libqmi.make b/rules/libqmi.make index 2b3e40140..3342eed20 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -22,6 +22,9 @@ LIBQMI_URL:= http

[ptxdist] [PATCH v2 4/5] modemmanager: Add license file hashes

2021-03-28 Thread Alexander Dahl
From: Alexander Dahl Signed-off-by: Alexander Dahl --- rules/modemmanager.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 30589bd66..ee0f78515 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -22,6 +22,9

[ptxdist] [PATCH v2 5/5] modemmanager: version bump 1.14.8 -> 1.16.2

2021-03-28 Thread Alexander Dahl
From: Alexander Dahl The patch allows build against libgudev older than version 232. Link: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/349 Signed-off-by: Alexander Dahl --- ...dev-don-t-use-autoptr-in-GUdev-types.patch | 127 ++ patches/ModemManager

[ptxdist] [PATCH v2 0/5] ModemManager: version bump

2021-03-28 Thread Alexander Dahl
added another patch sorting out the license issue for ModemManager itself - kept libqmi as is, I addressed my thoughts on this in the thread on v1 Greets Alex Alexander Dahl (5): libqmi: Add license file hashes libqmi: version bump 1.26.2 -> 1.28.2 modemmanager: Revise applicable licenses mo

[ptxdist] [PATCH v2 2/5] libqmi: version bump 1.26.2 -> 1.28.2

2021-03-28 Thread Alexander Dahl
From: Alexander Dahl Requirement for upcoming ModemManager version bump. Signed-off-by: Alexander Dahl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 3342eed20..d2d31ce18 100644 --- a/rules/libqmi.make

[ptxdist] [PATCH v2 3/5] modemmanager: Revise applicable licenses

2021-03-28 Thread Alexander Dahl
From: Alexander Dahl No source files under GPLv3+ could be found in mm source tree. mmcli was falsely attributed by upstream as GPLv3+ up to 1.4, that was corrected with 1.6. Fixes: 9e22636e4ffd ("ModemManager: version bump 1.4.14 -> 1.6.0") Suggested-by: Roland Hieber Signed-off-

Re: [ptxdist] [PATCH v2 5/5] modemmanager: version bump 1.14.8 -> 1.16.2

2021-03-30 Thread Alexander Dahl
Hello, Am Dienstag, 30. März 2021, 11:17:26 CEST schrieb Roland Hieber: > On Tue, Mar 30, 2021 at 08:42:35AM +0200, Michael Olbrich wrote: > > Why not update libgudev instead of adding this patch? > > In <20210329054904.24342-1-p...@lespocky.de>, Alexander Dahl wrote: >

Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.55 -> 1.4.59

2021-04-19 Thread Alexander Dahl
Hello Robert, thanks for upgrading lighttpd, this is on my ToDo-List for weeks now, but I did not manage to look into it, yet. See below for my review. Am Fri, Apr 16, 2021 at 05:18:56PM +0200 schrieb Robert Schwebel: > The fastcgi file has moved, md5.c has disappeared. > > Signed-off-by: Rober

Re: [ptxdist] OSELAS.toolchain - GCC snapshots gone

2021-05-02 Thread Alexander Dahl
Hello Ariel, On Sat, May 01, 2021 at 04:40:14PM +0200, Ariel Garcia wrote: > trying to reproduce a somewhat older setup using OSELAS 2019.09.1 > I noticed that it fails due to: > > - > Could not download package > URL: https://ftp.gnu.org/gnu/gcc/gcc-9-20191130/gcc-9-20191130.tar.xz http:// >

[ptxdist] [PATCH] gpsd: Make C++ wrapper support optional

2021-05-06 Thread Alexander Dahl
Some applications use that wrapped interface for C++ … Signed-off-by: Alexander Dahl --- rules/gpsd.in | 6 ++ rules/gpsd.make | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/gpsd.in b/rules/gpsd.in index a203e48d4..deebe6bbc 100644 --- a/rules/gpsd.in +++ b

[ptxdist] [PATCH 0/2] libxml2/libxslt version bumps

2021-05-17 Thread Alexander Dahl
Hei hei, libxml2 2.9.11 and 2.9.12 were released just recently, containing an important security fix and lots of other fixes. libxslt had to be updated then to fix a build failure against the new libxml2. Greets Alex Alexander Dahl (2): libxml2: version bump 2.9.10 -> 2.9.12 libx

[ptxdist] [PATCH 1/2] libxml2: version bump 2.9.10 -> 2.9.12

2021-05-17 Thread Alexander Dahl
Fixes quite some security and other issues. License text change was a small typo only. Two patches removed have gone upstream. Signed-off-by: Alexander Dahl Link: https://mail.gnome.org/archives/xml/2021-May/msg0.html Link: https://mail.gnome.org/archives/xml/2021-May/msg3.html

[ptxdist] [PATCH 2/2] libxslt: version bump 1.1.29 -> 1.1.34

2021-05-17 Thread Alexander Dahl
Build failed after libxml2 upgrade to 2.9.12, thus this version bump including an upstream post 1.1.34 patch fixing the build failure. Signed-off-by: Alexander Dahl --- patches/libxslt-1.1.29/series | 4 ...ml2-config-check-in-configure-script.patch | 23

[ptxdist] [PATCH] iputils: Fix targetinstall

2021-05-25 Thread Alexander Dahl
es/iputils-s20200821/usr/sbin.v7a /home/adahl/[…]/rsu/platform-v7a/packages/iputils-s20200821/usr/sbin Error: install_tree failed! Fixes: 928752d3a0bc ("iputils: version bump s20180629 -> s20200821") Signed-off-by: Alexander Dahl --- rules/iputils.make | 26 +++

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

2021-05-31 Thread Alexander Dahl
- > rules/catch2.make | 2 -- > rules/libusbgx.make | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/rules/catch2.make b/rules/catch2.make > index 0fd7df58a014..c195b3d130d7 100644 > --- a/rules/catch2.make > +++ b/rules/catch2.make > @@ -2,8 +2,6 @@ >

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 +

[ptxdist] [PATCH 0/2] Fix typos

2021-06-07 Thread Alexander Dahl
Hei hei, just ran codespell yesterday out of curiosity. This small series is the collection of what was found. Greets Alex Alexander Dahl (2): Fix typos in .in rules doc: Fix a typo doc/dev_add_new_pkgs.rst| 2 +- rules/gst-bayer2rgb-neon.in | 2 +- rules/jamvm.in | 2

[ptxdist] [PATCH 2/2] doc: Fix a typo

2021-06-07 Thread Alexander Dahl
Found with `codespell -i 3 -w doc/*.rst` Signed-off-by: Alexander Dahl --- doc/dev_add_new_pkgs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst index 4ae2765c2..0dbc7a266 100644 --- a/doc/dev_add_new_pkgs.rst +++ b/doc

[ptxdist] [PATCH 1/2] Fix typos in .in rules

2021-06-07 Thread Alexander Dahl
Result of one `codespell -i 3 -w rules/*.in platforms/*.in` run. Signed-off-by: Alexander Dahl --- rules/gst-bayer2rgb-neon.in | 2 +- rules/jamvm.in | 2 +- rules/libcoap2.in | 2 +- rules/libusbgx.in | 26 +- rules/msmtp.in

Re: [ptxdist] [PATCH 2/2] doc: Fix a typo

2021-06-08 Thread Alexander Dahl
Hello Roland, Am Tue, Jun 08, 2021 at 06:27:36PM +0200 schrieb Roland Hieber: > On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote: > > Found with `codespell -i 3 -w doc/*.rst` > > > > Signed-off-by: Alexander Dahl > > --- > > doc/dev_add_new_pkgs.

[ptxdist] [RFC PATCH 0/1] ppp: version bump 2.4.7 -> 2.4.9

2021-06-14 Thread Alexander Dahl
ready prepared libqmi, modemmanager, and networkmanager. Will send that in a separate patch series soon. Greets Alex Alexander Dahl (1): ppp: version bump 2.4.7 -> 2.4.9 ...001-abort-on-errors-in-subdir-builds.patch | 48 - ...002-scripts-Avoid-killing-wrong-pppd.patch | 29 - ...tensio

Re: [ptxdist] [RFC PATCH 0/1] ppp: version bump 2.4.7 -> 2.4.9

2021-06-15 Thread Alexander Dahl
Hello, Am Mon, Jun 14, 2021 at 04:47:54PM +0200 schrieb Alexander Dahl: > - Build with platform-v7a was successful here so far, no runtime tests > yet, however. Runtime tests succesful. At least it behaves exactly as before for us. (First connection successful, but no data re

Re: [ptxdist] [RFC PATCH 0/1] ppp: version bump 2.4.7 -> 2.4.9

2021-06-16 Thread Alexander Dahl
Hello Michael, Am Wed, Jun 16, 2021 at 01:53:55PM +0200 schrieb Michael Olbrich: > Hi, > > On Mon, Jun 14, 2021 at 04:47:54PM +0200, Alexander Dahl wrote: > > upstream released 2.4.7 in 2014 and 2.4.9 few months ago. They use > > handcrafted 'configure' and 

Re: [ptxdist] [RFC PATCH 0/1] ppp: version bump 2.4.7 -> 2.4.9

2021-06-16 Thread Alexander Dahl
Hi, Am Wed, Jun 16, 2021 at 03:00:31PM +0200 schrieb Michael Olbrich: > On Wed, Jun 16, 2021 at 02:22:01PM +0200, Alexander Dahl wrote: > > What I need is something containing the CFLAGS already set by ptxdist > > through various variables (like platform hardening options) to pa

Re: [ptxdist] [PATCH] doc: getting help: update IRC info and add Matrix too

2021-06-16 Thread Alexander Dahl
r questions > -about PTXdist. Best time to meet somebody there is at European daytime. > +This is an English room to answer questions about PTXdist. > +Best time to meet somebody there is at European daytime. Reviewed-by: Alexander Dahl Greets Alex > > Commercial Support &g

[ptxdist] [PATCH] gpsd: version bump 3.21 -> 3.22

2021-06-17 Thread Alexander Dahl
From: Ladislav Michl As all python files have shebang now, we can drop 3rd patch. Signed-off-by: Ladislav Michl Acked-by: Alexander Dahl --- Notes: Sending this on behalf of Ladislav, because something does not work with his infrastructure currently. I looked over the patch and build

[ptxdist] [PATCH v2 1/4] libqmi: version bump 1.28.2 -> 1.28.6

2021-06-18 Thread Alexander Dahl
Requirement for upcoming ModemManager version bump. Signed-off-by: Alexander Dahl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index d2d31ce18..5835f3fb1 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make

[ptxdist] [PATCH v2 0/4] mobile broadband software version bump

2021-06-18 Thread Alexander Dahl
Hei hei, as promised, version bumps for some user space packages related to mobile broadband connections (e.g. LTE). RFC -> v2 - - added patches 1–3 for libqmi, modemmanager, and networkmanager - reworked patch 4 according to feedback from RFC/v1 series Greets Alex Alexander Dahl

[ptxdist] [PATCH v2 3/4] networkmanager: version bump 1.26.2 -> 1.30.4

2021-06-18 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- patches/NetworkManager-1.26.2/series | 1 - ...d-generate_docs_nm_settings_nmcli-on.patch | 19 +-- patches/NetworkManager-1.30.4/series | 4 rules/networkmanager.make | 4 ++-- 4 files changed, 15

[ptxdist] [PATCH v2 2/4] modemmanager: version bump 1.16.2 -> 1.16.6

2021-06-18 Thread Alexander Dahl
Patch gone upstream. Signed-off-by: Alexander Dahl --- ...dev-don-t-use-autoptr-in-GUdev-types.patch | 127 -- patches/ModemManager-1.16.2/series| 4 - rules/modemmanager.make | 4 +- 3 files changed, 2 insertions(+), 133 deletions

Re: [ptxdist] [PATCH v2 3/4] networkmanager: version bump 1.26.2 -> 1.30.4

2021-06-18 Thread Alexander Dahl
Hello, Am Freitag, 18. Juni 2021, 13:21:09 CEST schrieb Alexander Dahl: > Signed-off-by: Alexander Dahl > --- > patches/NetworkManager-1.26.2/series | 1 - > ...d-generate_docs_nm_settings_nmcli-on.patch | 19 +-- > patches/NetworkManager-1.30.4/serie

[ptxdist] [PATCH v3 3/5] networkmanager: version bump 1.26.2 -> 1.30.4

2021-06-23 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- Notes: v2 -> v3 - Updated meson build options patches/NetworkManager-1.26.2/series | 1 - ...d-generate_docs_nm_settings_nmcli-on.patch | 19 +-- patches/NetworkManager-1.30.4/series | 4 ru

[ptxdist] [PATCH v3 2/5] modemmanager: version bump 1.16.2 -> 1.16.6

2021-06-23 Thread Alexander Dahl
Patch gone upstream. Signed-off-by: Alexander Dahl --- ...dev-don-t-use-autoptr-in-GUdev-types.patch | 127 -- patches/ModemManager-1.16.2/series| 4 - rules/modemmanager.make | 4 +- 3 files changed, 2 insertions(+), 133 deletions

[ptxdist] [PATCH v3 4/5] networkmanager: Make "more logging" optional

2021-06-23 Thread Alexander Dahl
With build option "more_logging" set to false, it's not possible to enable loglevel "debug" in /etc/NetworkManager/NetworkManager.conf Signed-off-by: Alexander Dahl --- rules/networkmanager.in | 6 ++ rules/networkmanager.make | 2 +- 2 files changed, 7 insertion

[ptxdist] [PATCH v3 0/5] mobile broadband software version bump

2021-06-23 Thread Alexander Dahl
3 for libqmi, modemmanager, and networkmanager - reworked patch 4 according to feedback from RFC/v1 series Greets Alex Alexander Dahl (5): libqmi: version bump 1.28.2 -> 1.28.6 modemmanager: version bump 1.16.2 -> 1.16.6 networkmanager: version bump 1.26.2 -> 1.30.4 networkma

[ptxdist] [PATCH v3 1/5] libqmi: version bump 1.28.2 -> 1.28.6

2021-06-23 Thread Alexander Dahl
Requirement for upcoming ModemManager version bump. Signed-off-by: Alexander Dahl --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index d2d31ce18..5835f3fb1 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make

Re: [ptxdist] [PATCH 4/6] ppp: use HTTPS URL

2021-07-08 Thread Alexander Dahl
Hello Roland, On Fri, Jul 09, 2021 at 12:02:02AM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber I miss the reasoning for this change. What's the benefit? Greets Alex > --- > rules/ppp.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/ppp.make b/r

Re: [ptxdist] [PATCH v2 6/7] ptxd_lib_imx_hab: fix indentation

2021-07-09 Thread Alexander Dahl
Hei hei, Am Montag, 28. Juni 2021, 08:42:13 CEST schrieb Michael Olbrich: > On Mon, Jun 28, 2021 at 01:11:20AM +0200, Roland Hieber wrote: > > Be uniform with bin/ptxdist, indent with one tab instead of mixed tabs > > and spaces. > > No. Everything is scripts is indented this way: Indention is 4

Re: [ptxdist] [PATCH 4/6] ppp: use HTTPS URL

2021-07-09 Thread Alexander Dahl
Hello Roland, On Fri, Jul 09, 2021 at 12:50:21PM +0200, Roland Hieber wrote: > On Fri, Jul 09, 2021 at 08:59:08AM +0200, Alexander Dahl wrote: > > Hello Roland, > > > > On Fri, Jul 09, 2021 at 12:02:02AM +0200, Roland Hieber wrote: > > > Signed-off-by: Rola

Re: [ptxdist] Kernel GCC plugins

2021-07-16 Thread Alexander Dahl
Hei hei, On Fri, Jul 16, 2021 at 01:32:29PM +0200, Guillermo Rodriguez Garcia wrote: > I notice that the kernelconfig files changes depending on the host gcc > version; in particular depending on supported gcc plugins. > > However this does not seem to make much sense -- the kernel will not be >

Re: [ptxdist] [PATCH] rules/qemu: Add new package.

2021-07-16 Thread Alexander Dahl
Hello Christian, On Fri, Jul 16, 2021 at 02:44:23PM +0200, Christian Melki wrote: > Work-in-progress. Add target-qemu package. You can prefix the subject with "WIP:" or use `git format-patch --rfc` to clearly show the intention, if something is not yet ready for merging. ;-) Greets Alex > Useca

Re: [ptxdist] Why are the __DATE__ and __TIME__ fixed in the OSELAS Toolchain or PTXDist ?

2021-07-21 Thread Alexander Dahl
Hello Mircea, On Wed, Jul 21, 2021 at 03:02:36PM +0200, Mircea Ciocan wrote: > Hello everybody, > > I have a rather strange question: > > In one of my programs, to differentiate during testing in between different > compilation of the same program, I'm using a poor's man serialization based > on

Re: [ptxdist] Why are the __DATE__ and __TIME__ fixed in the OSELAS Toolchain or PTXDist ?

2021-07-21 Thread Alexander Dahl
Hello Mircea, On Wed, Jul 21, 2021 at 04:08:30PM +0200, Mircea Ciocan wrote: > > On 21.07.21 15:36, Alexander Dahl wrote: > > The reason is so called reproducible builds: > > > > https://reproducible-builds.org/ > > > > You can chan

Re: [ptxdist] [PATCH] pre/Rules.make: Let CMAKE_INSTALL_LIBDIR be relative, as per spec.

2021-08-25 Thread Alexander Dahl
t; Adding something like -DCMAKE_INSTALL_LIBDIR=/usr/$(CROSS_LIB_DIR), > > after CROSS_CMAKE_USR to your CONF_OPT will probably suffice. > > > > > > > > Signed-off-by: Christian Melki > > Reviewed-by: Denis Osterland-Heim Tested-by: Alexander Dahl In fact 62f3fc6e4bf9

[ptxdist] [PATCH 1/2] u-boot: Introduce make macro for URL

2021-08-26 Thread Alexander Dahl
This can be used in additional u-boot packages as well. Signed-off-by: Alexander Dahl --- rules/pre/u-boot.make | 15 +++ rules/u-boot.make | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 rules/pre/u-boot.make diff --git a/rules/pre/u-boot.make b

[ptxdist] [PATCH 0/2] Add u-boot template

2021-08-26 Thread Alexander Dahl
Hei hei, I crafted this in the last weeks for a DistroKit based generic BSP, which uses U-Boot for half a dozen boards. Maybe someone else finds it useful? I also have another template for at91bootstrap3, but maybe that's a little to special? Greets Alex Alexander Dahl (2): u

[ptxdist] [PATCH 2/2] templates: Introduce new u-boot template

2021-08-26 Thread Alexander Dahl
This differs slightly from the generic u-boot package to have consistent naming schemes for file names you can configure through menu in the generic package. Also version is not configurable through menu here. Signed-off-by: Alexander Dahl --- rules/templates/template-u-boot-in | 221

Re: [ptxdist] [PATCH 0/2] Add u-boot template

2021-08-26 Thread Alexander Dahl
Hello Guillermo, Am Thu, Aug 26, 2021 at 01:43:25PM +0200 schrieb Guillermo Rodriguez Garcia: > Hi Alexander, > > El jueves, 26 de agosto de 2021, Alexander Dahl escribió: > > > Hei hei, > > > > I crafted this in the last weeks for a DistroKit based generic BSP,

Re: [ptxdist] [PATCH 0/2] Add u-boot template

2021-08-26 Thread Alexander Dahl
Hello Guillermo, Am Donnerstag, 26. August 2021, 18:16:37 CEST schrieb Guillermo Rodriguez Garcia: > Hi Alexandar, > > El jue, 26 ago 2021 a las 14:25, Alexander Dahl () > > escribió: > > Hello Guillermo, > > > > Am Thu, Aug 26, 2021 at 01:43:25PM

[ptxdist] [PATCH 0/3] rc-once: Minor script cleanup

2021-08-27 Thread Alexander Dahl
lic link. Greets Alex Alexander Dahl (3): dropbear: Remove not needed include from init script rc-once: Adapt path in scripts including shell lib rc-once: Fix include path projectroot/etc/init.d/dropbear | 2 -- projectroot/etc/init.d/rc-once | 4 ++-- projectroot

[ptxdist] [PATCH 3/3] rc-once: Fix include path

2021-08-27 Thread Alexander Dahl
The initmethod shell library was moved, but the include path in scripts using it, was not adapted back then. Fixes: 5c7e5b48a39f ("initmethod: /usr merge") Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/rc-once | 2 +- projectroot/usr/lib/systemd/systemd-rc-once

[ptxdist] [PATCH 1/3] dropbear: Remove not needed include from init script

2021-08-27 Thread Alexander Dahl
After migrating to rc-once this script does not use any functions from the included (shell) library anymore. Signed-off-by: Alexander Dahl Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") --- projectroot/etc/init.d/dropbear | 2 -- 1 file changed, 2 deletions(-)

[ptxdist] [PATCH 2/3] rc-once: Adapt path in scripts including shell lib

2021-08-27 Thread Alexander Dahl
The usr/lib/init/rc-once.sh script was moved for /usr merge, but scripts using this piece were not updated. Signed-off-by: Alexander Dahl Fixes: e74c5e613d9e ("rc-once: /usr merge") --- projectroot/etc/init.d/rc-once | 2 +- projectroot/usr/lib/systemd/systemd-rc-once

[ptxdist] [PATCH 2/2] mtd-utils: Introduce systemd unit for ubihealthd

2021-09-09 Thread Alexander Dahl
It's possible to run multiple instances for multiple ubi devices by creating multiple symlinks. One symlink for the first device ubi0 is already created. Signed-off-by: Alexander Dahl --- .../usr/lib/systemd/system/ubihealthd@.service | 13 + rules/mtd-uti

[ptxdist] [PATCH 0/2] mtd-utils: Version bump and ubihealthd systemd unit

2021-09-09 Thread Alexander Dahl
Hei hei, two patches here. Please review. I might try to get that systemd unit to upstream mtd-utils later. Greets Alex Alexander Dahl (2): mtd-utils: version bump 2.1.2 -> 2.1.3 mtd-utils: Introduce systemd unit for ubihealthd .../0002-Add-an-ubifs-mount-helper.patch |

[ptxdist] [PATCH 1/2] mtd-utils: version bump 2.1.2 -> 2.1.3

2021-09-09 Thread Alexander Dahl
Mostly build fixes, some bugfixes, some new features, ubifs mount helper patch gone upstream. Link: https://lists.infradead.org/pipermail/linux-mtd/2021-July/087588.html Signed-off-by: Alexander Dahl --- .../0002-Add-an-ubifs-mount-helper.patch | 142 -- ...rkbad-new-util

Re: [ptxdist] python3-lxml: package seems to be broken due to libxslt config options

2021-09-29 Thread Alexander Dahl
Hello, Am Wed, Sep 29, 2021 at 02:14:08PM +0200 schrieb Michael Olbrich: > On Sun, Sep 05, 2021 at 03:29:47PM +0200, Felix Mellmann wrote: > > On 03.09.21 17:36, Michael Olbrich wrote: > > > On Wed, Sep 01, 2021 at 08:37:27PM +0200, Felix Mellmann wrote: > > > > Hi there, > > > > > > > > I've jus

Re: [ptxdist] [PATCH] image-rauc: fix typos and improve clarity of help texts

2021-09-30 Thread Alexander Dahl
gt; if IMAGE_RAUC > > @@ -24,7 +24,7 @@ config IMAGE_RAUC_DESCRIPTION > string > default "" > help > - Optional description that will be placed in the Bundles metadata. > + Optional description

Re: [ptxdist] [PATCH] image-rauc: allow selecting the bundle type (plain or verity)

2021-10-01 Thread Alexander Dahl
probably need to stay with 'plain' to provide an upgrade > path. See the discussion of the differences between the formats in > <https://rauc.readthedocs.io/en/latest/reference.html#sec-ref-formats>. > > Reported-by: Alexander Dahl > Signed-off-by: Roland

Re: [ptxdist] [PATCH] libxslt: Allow to compile libxslt with profiling support.

2021-10-01 Thread Alexander Dahl
git a/rules/python3-lxml.in b/rules/python3-lxml.in > index cf7eeb963..fa091d184 100644 > --- a/rules/python3-lxml.in > +++ b/rules/python3-lxml.in > @@ -7,6 +7,7 @@ config PYTHON3_LXML > select LIBXML2_SCHEMAS > select LIBXSLT > select LIBXSLT_LIBEXSLT > +

Re: [ptxdist] SBOM / manifest

2021-10-05 Thread Alexander Dahl
Hei hei, On Tue, Oct 05, 2021 at 09:38:55AM -0400, Akshay Bhat wrote: > Is there a way of generating a SBOM (Software Bill of Materials) i.e. > list all the software packages installed on the target with the > associated version and license info for a ptx-dist? Something similar > 'make legal-info

[ptxdist] [PATCH 0/2] dfu-util: Fix license and bump version

2021-10-05 Thread Alexander Dahl
Hei hei, fallout while investigating some firmware loading problems on new hardware … ;-) Greets Alex Alexander Dahl (2): dfu-util: Fix license information dfu-util: version bump 0.9 -> 0.11 rules/dfu-util.make | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) b

[ptxdist] [PATCH 2/2] dfu-util: version bump 0.9 -> 0.11

2021-10-05 Thread Alexander Dahl
Noteworthy changes over v0.10 and v0.11: - New --wait option for devices to appear - New --devnum option to filter devices - Support large files - Misc bugfixes, especially for dfuse - Quirks for several devices - Improved error reporting Signed-off-by: Alexander Dahl Link: https

[ptxdist] [PATCH 1/2] dfu-util: Fix license information

2021-10-05 Thread Alexander Dahl
006cfdfeda ("[dfu-utils] version bump to first release 0.1") Fixes: e4fbf806e48a ("dfu-util: version bump 0.7 -> 0.9") Signed-off-by: Alexander Dahl --- rules/dfu-util.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/dfu-util.make b/ru

Re: [ptxdist] [PATCH 1/2] dfu-util: Fix license information

2021-10-08 Thread Alexander Dahl
Hello Michael, Am Fri, Oct 08, 2021 at 03:25:04PM +0200 schrieb Michael Olbrich: > On Tue, Oct 05, 2021 at 04:57:51PM +0200, Alexander Dahl wrote: > > dfu-util started with the following headers stating GPL-2.0-or-later in > > 2007 already, and never changed that: > > > &

[ptxdist] [PATCH v2 1/2] dfu-util: Fix license information

2021-10-11 Thread Alexander Dahl
version 2 of the License, or * (at your option) any later version. buildroot and Debian come to the same conclusion. That was probably attributed wrong in ptxdist back in 2010 (and converted twice later). Fixes: 01006cfdfeda ("[dfu-utils] version bump to first release 0.1") Signed-off-by:

[ptxdist] [PATCH v2 0/2] dfu-util: Fix license and bump version

2021-10-11 Thread Alexander Dahl
Hei hei, fallout while investigating some firmware loading problems on new hardware … ;-) Greets Alex v1 -> v2 - adapted license fix patch according to feedback Alexander Dahl (2): dfu-util: Fix license information dfu-util: version bump 0.9 -> 0.11 rules/dfu-util.mak

[ptxdist] [PATCH v2 2/2] dfu-util: version bump 0.9 -> 0.11

2021-10-11 Thread Alexander Dahl
Noteworthy changes over v0.10 and v0.11: - New --wait option for devices to appear - New --devnum option to filter devices - Support large files - Misc bugfixes, especially for dfuse - Quirks for several devices - Improved error reporting Signed-off-by: Alexander Dahl Link: https

[ptxdist] [RFC PATCH] rc-once: openssh: Do not overwrite existing keys

2021-10-11 Thread Alexander Dahl
annoying, but may be interpreted as an attack as well. For dropbear the same behaviour was implemented with ac97e77eedf7 ("[dropbear] rc.once: only generate keys if they aren't present yet"). Signed-off-by: Alexander Dahl --- projectroot/etc/rc.once.d/openssh | 1 + 1 file chang

Re: [ptxdist] [RFC PATCH] rc-once: openssh: Do not overwrite existing keys

2021-10-15 Thread Alexander Dahl
Hello Michael, Am Freitag, 15. Oktober 2021, 14:52:45 CEST schrieb Michael Olbrich: > On Mon, Oct 11, 2021 at 02:54:01PM +0200, Alexander Dahl wrote: > > When storing your keys not in rootfs but on a separate data partition > > (using symbolic links or overlay fs), keys are over

Re: [ptxdist] [PATCH] linux-firmware: Add new package. Version 20210818

2021-10-15 Thread Alexander Dahl
Hei hei, On Fri, Oct 15, 2021 at 04:11:11PM +0200, Michael Olbrich wrote: > On Wed, Oct 13, 2021 at 08:36:31PM +0200, Christian Melki wrote: > > Firmware is needed by a lot of modern devices. > > Includes various radio interfaces, GPU and CPU stuff. > > > > Due to the large space required by some

[ptxdist] [PATCH v2 1/8] dropbear: Adapt menu comment to available options

2021-10-18 Thread Alexander Dahl
DSS option was removed already. Fixes: 01ac7cc409b5 ("dropbear: Remove deprecated options") Signed-off-by: Alexander Dahl --- rules/dropbear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index 507ee8e7f..1b32fffb9 100644 -

[ptxdist] [PATCH v2 2/8] dropbear: Move targetinstall of rc-once script

2021-10-18 Thread Alexander Dahl
Key generation is still needed if someone decides not to install the init script or uses a different init system. Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") Signed-off-by: Alexander Dahl --- rules/dropbear.make | 7 --- 1 file changed, 4 insertions(+), 3

[ptxdist] [PATCH v2 4/8] dropbear: Move KEYTYPES to shell lib and set based on menu

2021-10-18 Thread Alexander Dahl
The variable is currently not used, but it will be useful later for key generation and daemon startup based on actually selected host key types. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/dropbear | 2 -- projectroot/usr/lib/init/dropbear.sh | 1 + rules/dropbear.make

[ptxdist] [PATCH v2 3/8] dropbear: Move shell variables to new common shell lib

2021-10-18 Thread Alexander Dahl
Debian, which seems was the base for developing this script at least 15 years ago. The lib will be extended with more variables later. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/dropbear | 9 ++--- projectroot/etc/rc.once.d/dropbear | 8 +--- projectroot/usr/lib/init

[ptxdist] [PATCH v2 0/8] rc-once: Improve re-generation of keys

2021-10-18 Thread Alexander Dahl
like a lot of patches, but stack one on another and changes per patch are small and comprehensible, so I hope. However if review shows I should squash some things, tell me. Greets Alex Alexander Dahl (8): dropbear: Adapt menu comment to available options dropbear: Move targetinstall of rc

[ptxdist] [PATCH v2 5/8] dropbear: Refactor rc-once and init to use KEYTYPES

2021-10-18 Thread Alexander Dahl
t KEYTYPES list for 'rsa' and 'dss' for now. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/dropbear| 17 ++--- projectroot/etc/rc.once.d/dropbear | 26 +++--- 2 files changed, 37 insertions(+), 6 deletions(-) diff --git a/pro

[ptxdist] [PATCH v2 6/8] dropbear: Support ecdsa keys in rc-once and init

2021-10-18 Thread Alexander Dahl
With 54afea33423c ("dropbear: Added Elliptic Curve Cryptography options.") an option was added to built with ecdsa host key support, but scripts where not adapted back then. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/dropbear | 3 +++ projectroot/etc/rc.once.d/drop

[ptxdist] [PATCH v2 8/8] openssh: rc-once: Do not overwrite existing keys

2021-10-18 Thread Alexander Dahl
annoying, but may be interpreted as an attack as well. Note: if an empty or invalid key is found, the key is still regenerated. Signed-off-by: Alexander Dahl --- Notes: v1 (RFC) --> v2 --- - Improve check and look at size and if it's a valid key (Michael

[ptxdist] [PATCH v2 7/8] dropbear: rc-once: Regenerate key if invalid key is found

2021-10-18 Thread Alexander Dahl
: Alexander Dahl --- projectroot/etc/rc.once.d/dropbear | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projectroot/etc/rc.once.d/dropbear b/projectroot/etc/rc.once.d/dropbear index bfebccfc4..f716bd6ac 100644 --- a/projectroot/etc/rc.once.d/dropbear +++ b/projectroot/etc

Re: [ptxdist] [PATCH v2 5/8] dropbear: Refactor rc-once and init to use KEYTYPES

2021-10-22 Thread Alexander Dahl
Hello Michael, Am Freitag, 22. Oktober 2021, 10:44:05 CEST schrieb Michael Olbrich: > On Mon, Oct 18, 2021 at 04:35:51PM +0200, Alexander Dahl wrote: > > Previously DSS and RSA keys were always generated, regardless if > > dropbear was built with support for that host key or not

[ptxdist] [PATCH 2/2] gpsd: Make more prepare options configurable

2021-10-25 Thread Alexander Dahl
With squelch=no gpsd produces no logging output at all, not even when using -D3 or higher as parameter. Signed-off-by: Alexander Dahl --- rules/gpsd.in | 13 + rules/gpsd.make | 10 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/rules/gpsd.in b/rules

[ptxdist] [PATCH 1/2] Add macro 'noyes' as reverse of 'yesno'

2021-10-25 Thread Alexander Dahl
This will be useful for some packages using scons. Signed-off-by: Alexander Dahl --- doc/ref_make_macros.rst| 3 +++ rules/pre/000-option-disabled.make | 12 2 files changed, 15 insertions(+) diff --git a/doc/ref_make_macros.rst b/doc/ref_make_macros.rst index

[ptxdist] [PATCH 0/2] gpsd: Allow logging

2021-10-25 Thread Alexander Dahl
Hei hei, took me some time to realize the prepare option 'squelch' is responsible for gpsd not logging anything at all … m( Greets Alex Alexander Dahl (2): Add macro 'noyes' as reverse of 'yesno' gpsd: Make more prepare options configurable doc/ref_m

<    1   2   3   4   5   6   7   8   9   10   >