Re: [ptxdist] [EXT] [PATCH] host-dtc: Move devicetree compiler from platform to hosttools_noprompt.

2024-01-23 Thread Denis OSTERLAND-HEIM
LGTM Acked-by: Denis Osterland-Heim -Original Message- From: ptxdist On Behalf Of Christian Melki Sent: Monday, January 22, 2024 7:34 PM To: ptxdist@pengutronix.de Subject: [EXT] [ptxdist] [PATCH] host-dtc: Move devicetree compiler from platform to hosttools_noprompt. [EXTERNAL EMAIL

Re: [ptxdist] [EXT] [PATCH] host-dtc: set make env

2024-01-08 Thread Denis OSTERLAND-HEIM
Hi, what about using the target parameters here? HOST_DTC_MAKE_OPT = $(DTC_MAKE_OPT) HOST_DTC_INSTALL_OPT = $(DTC_INSTALL_OPT) Regards, Denis -Original Message- From: ptxdist On Behalf Of Ladislav Michl Sent: Friday, January 5, 2024 1:13 PM To: ptxdist@pengutronix.de Subject: [EXT]

Re: [ptxdist] [EXT] Re: [PATCH] libfdt: New package.

2024-01-04 Thread Denis OSTERLAND-HEIM
Hi, great work. There is also rules/host-dtc.make which maybe can be simplified. -Original Message- From: ptxdist On Behalf Of Ladislav Michl Sent: Thursday, January 4, 2024 12:16 PM To: ptxdist@pengutronix.de Subject: [EXT] Re: [ptxdist] [PATCH] libfdt: New package. [EXTERNAL EMAIL]

Re: [ptxdist] [EXT] [PATCH] protobuf-c: new package

2023-01-27 Thread Denis OSTERLAND-HEIM
Hi, -Original Message- From: ptxdist On Behalf Of Ian Abbott Sent: Wednesday, January 25, 2023 2:38 PM To: ptxdist@pengutronix.de Cc: Ian Abbott Subject: [EXT] [ptxdist] [PATCH] protobuf-c: new package [EXTERNAL EMAIL] Also host-protobuf-c. The C code generator plug-in for protoc

Re: [ptxdist] [EXT] [PATCH v2] zlib: Version bump. 1.2.12 -> 1.2.13

2022-10-20 Thread Denis OSTERLAND-HEIM
022-37434. > > * Remove all patches for 1.2.12. They're now fixed. > * Reindent license file line. > * Zlib added a real LICENSE file describing the zlib license. > Use that file instead of the README which changes every > release due to version numbering. > > Signed-off-

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

2021-10-18 Thread Denis Osterland-Heim
Hi, I think a check if the the file exists would be sufficient, if the key is generated to a temporary file first. --- a/projectroot/etc/rc.once.d/openssh +++ b/projectroot/etc/rc.once.d/openssh @@ -19,7 +19,11 @@ create_key() { echo "Create $keytype key; this may take some time ..." rm -f

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-24 Thread Denis Osterland-Heim
Hi Roland, Am Montag, den 23.08.2021, 11:13 +0200 schrieb Roland Hieber: > On Mon, Aug 23, 2021 at 07:41:24AM +0000, Denis Osterland-Heim wrote: > > Hi Robin, > > > > I see. It is not perfect, that image-rauc uses the variables from rauc > > silently. > > … and

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-23 Thread Denis Osterland-Heim
d be transparent for all existing use-cases and give additional flexibility. Regards, Denis Am Montag, den 23.08.2021, 08:54 +0200 schrieb Robin van der Gracht: > Hi Dennis, > > On 2021-08-23 06:27, Denis Osterland-Heim wrote: > > Hi Robin, > > > > You m

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-23 Thread Denis Osterland-Heim
Hi Robin, You may simply add the platform name to the compatibility string. PTXCONF_RAUC_COMPATIBLE="${PTXCONF_PROJECT_VENDOR} ${PTXCONF_PROJECT} ${PTXCONF_PLATFORM}" Regards Denis Am Mittwoch, den 18.08.2021, 16:16 +0200 schrieb Robin van der Gracht: > Hi Bastian, > > On 2021-08-18 15:52,

Re: [ptxdist] [PATCH] libjpeg.make: libjpeg needs absolute path CMAKE_INSTALL_LIBDIR.

2021-08-10 Thread Denis Osterland-Heim
Am Montag, den 09.08.2021, 10:36 +0200 schrieb Christian Melki: > Signed-off-by: Christian Melki Reviewed-by: Denis Osterland-Heim > --- > rules/libjpeg.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/libjpeg.make b/rules/libjpeg.make > index d0d3b5

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

2021-08-10 Thread Denis Osterland-Heim
ably suffice. > > Signed-off-by: Christian Melki Reviewed-by: Denis Osterland-Heim > --- > rules/pre/Rules.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make > index 54a677c47..0943a51b7 100644 > --- a

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-07-23 Thread Denis Osterland-Heim
Hi Christian, Am Donnerstag, den 22.07.2021, 18:41 +0200 schrieb Christian Melki: > On 7/22/21 10:07 AM, Denis Osterland-Heim wrote: > > Hi Michael, > > > > Am Donnerstag, den 22.07.2021, 08:46 +0200 schrieb m.olbr...@pengutronix.de: > > > Hi, > > > > &g

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-07-22 Thread Denis Osterland-Heim
ould send patches to make it relative > again an to fix libjpeg. > > > On 7/21/21 6:30 PM, Denis Osterland-Heim wrote: > > > --- a/rules/sdbus-cpp.make > > > +++ b/rules/sdbus-cpp.make > > > @@ -29,7 +29,8 @@ > > > > > > SDBUS_CPP_CON

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-07-21 Thread Denis Osterland-Heim
Hi, I have encountered an problem with this patch in cmake based users of sdbus-cpp package. This are the difference of installed cmake file after the patch: --- a/sysroot-target/usr/lib/cmake/sdbus-c++/sdbus-c++-targets.cmake +++ b/sysroot-target/usr/lib/cmake/sdbus-c++/sdbus-c++-targets.cmake

[ptxdist] [PATCH] host-mfgtools: version bump 1.4.72 -> 1.4.139

2021-07-02 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder

Re: [ptxdist] allow network access to HSM in order to sign

2021-06-25 Thread Denis Osterland-Heim
gards, Denis Am Freitag, den 25.06.2021, 11:47 +0200 schrieb Michael Olbrich: > On Wed, Jun 23, 2021 at 05:08:09AM +, Denis Osterland-Heim wrote: > > Am Dienstag, den 22.06.2021, 15:05 +0200 schrieb Marc Kleine-Budde: > > > On 6/22/21 6:36 AM, Denis Osterland-Heim w

Re: [ptxdist] allow network access to HSM in order to sign

2021-06-22 Thread Denis Osterland-Heim
Hi, Am Dienstag, den 22.06.2021, 15:05 +0200 schrieb Marc Kleine-Budde: > On 6/22/21 6:36 AM, Denis Osterland-Heim wrote: > > Please have a look at > > https://git.pengutronix.de/cgit/ptxdist/commit/?id=4b3be8225f389c7db0e2d665e8e600cb2cf52b91 > > . > > This

Re: [ptxdist] allow network access to HSM in order to sign

2021-06-21 Thread Denis Osterland-Heim
Hi Marc, Please have a look at https://git.pengutronix.de/cgit/ptxdist/commit/?id=4b3be8225f389c7db0e2d665e8e600cb2cf52b91 . This should answer your question. Regards, Denis Am Montag, den 21.06.2021, 22:13 +0200 schrieb Marc Kleine-Budde: > Hello Michael, > > since commit: > > > ab4af48ba403

[ptxdist] [PATCH] host-mfgtools: version bump 1.4.43 -> 1.4.72

2021-05-28 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder

Re: [ptxdist] [PATCH v3 0/3] yubi HSM pkcs11 plugin for signing provider

2021-04-23 Thread Denis Osterland-Heim
Freitag, den 23.04.2021, 09:57 +0200 schrieb Michael Olbrich: > On Wed, Apr 07, 2021 at 12:03:46PM +0000, Denis Osterland-Heim wrote: > > v2 -> v3: > > - add host-openssl dependency to host-libcurl > > - remove 030-yubihsm-shell.make with code singing env change > > -

[ptxdist] [PATCH v3 0/3] yubi HSM pkcs11 plugin for signing provider

2021-04-07 Thread Denis Osterland-Heim
v2 -> v3: - add host-openssl dependency to host-libcurl - remove 030-yubihsm-shell.make with code singing env change - add macro for code signing env change and add it to template Denis Osterland-Heim (3): host-libcurl: enable http(s) support host-yubihsm-shell: new pack

[ptxdist] [PATCH v3] kernel: proper handle signed modules

2021-03-31 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder

Re: [ptxdist] [PATCH v2 0/2] yubi HSM pkcs11 plugin for signing provider

2021-03-31 Thread Denis Osterland-Heim
Hi, Am Mittwoch, den 31.03.2021, 09:22 +0200 schrieb Michael Olbrich: > On Tue, Mar 30, 2021 at 02:53:42PM +0000, Denis Osterland-Heim wrote: > > v1 -> v2: > > - pass variables to CODE_SIGNING_ENV in favour of noproxy patch > > - remove function extending patches, which

[ptxdist] [PATCH v2] kernel: proper handle signed modules

2021-03-30 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder

[ptxdist] [PATCH v2 0/2] yubi HSM pkcs11 plugin for signing provider

2021-03-30 Thread Denis Osterland-Heim
v1 -> v2: - pass variables to CODE_SIGNING_ENV in favour of noproxy patch - remove function extending patches, which seams easier to maintain Denis Osterland-Heim (2): host-libcurl: enable http(s) support host-yubihsm-shell: new package rules/host-libcurl.make |

Re: [ptxdist] [PATCH] kernel: do not strip signed modules

2021-03-30 Thread Denis Osterland-Heim
d always strip=n in targetinstall it should work identically with signed modules and without. What do you and Marc think? Regards, Denis Am Dienstag, den 30.03.2021, 09:53 +0200 schrieb Michael Olbrich: > On Tue, Mar 30, 2021 at 06:08:10AM +0000, Denis Osterland-Heim wrote: > > If CON

[ptxdist] [PATCH] kernel: do not strip signed modules

2021-03-30 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder

Re: [ptxdist] [PATCH] crda: install regulatory.db too

2021-03-12 Thread Denis Osterland-Heim
t; And I can apply the patch just like any inline patch, so no extra work for > me. > > > Date: Thu, 11 Mar 2021 08:52:02 +0100 > > From: Denis Osterland-Heim > > To: ptxdist@pengutronix.de > > Subject: [PATCH] crda: install regulatory.db too > > Message-ID: <202

Re: [ptxdist] [PATCH 5/5] host-yubihsm-shell: new package

2021-03-12 Thread Denis Osterland-Heim
Hi, Thanks for the hint. I will give it a try. You are right, I forgot host-openssl as dependency. Regards, Denis Am Freitag, den 12.03.2021, 08:47 +0100 schrieb Michael Olbrich: > On Mon, Mar 08, 2021 at 12:35:08PM +0000, Denis Osterland-Heim wrote: > > This package provides the pkcs

Re: [ptxdist] [PATCH] crda: install regulatory.db too

2021-03-10 Thread Denis Osterland-Heim
Hi, Once more, sorry for the inconvenience. Please find mbox attached. Regards, Denis Am Donnerstag, den 11.03.2021, 08:52 +0100 schrieb Denis Osterland-Heim: > Kernel >= 4.15 want to load this file. > > Signed-off-by: Denis Osterland-Heim > --- > rules/crda.make | 8

[ptxdist] [PATCH] crda: install regulatory.db too

2021-03-10 Thread Denis Osterland-Heim
Kernel >= 4.15 want to load this file. Signed-off-by: Denis Osterland-Heim --- rules/crda.make | 8 1 file changed, 8 insertions(+) diff --git a/rules/crda.make b/rules/crda.make index 724aa7ba9..9cbb7af93 100644 --- a/rules/crda.make +++ b/rules/crda.make @@ -74,6 +74

Re: [ptxdist] yubi HSM pkcs11 plugin for signing provider

2021-03-08 Thread Denis Osterland-Heim
Am Montag, den 08.03.2021, 13:34 +0100 schrieb Denis Osterland-Heim: > Original mboxes are attached to mail in response. > > Denis Osterland-Heim (5): > host-gengetopt: move to _noprompt section > host-libedit: new package > host-libcurl: enable http(s) supp

[ptxdist] [PATCH 2/5] host-libedit: new package

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libedit.in | 5 + rules/host-libedit.make | 11 +++ 2 files changed, 16 insertions(+) create mode 100644 rules/host-libedit.in create mode 100644 rules/host-libedit.make diff --git a/rules/host-libedit.in b/rules/host

[ptxdist] [PATCH 4/5] libp11: version bump 0.4.10 -> 0.4.11

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/libp11.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libp11.make b/rules/libp11.make index 8e2d1517f..2c551b914 100644 --- a/rules/libp11.make +++ b/rules/libp11.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBP11

[ptxdist] [PATCH 3/5] host-libcurl: enable http(s) support

2021-03-08 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index dc28de778..1a2a1fcf5 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make @@ -61,7 +61,7

[ptxdist] [PATCH 5/5] host-yubihsm-shell: new package

2021-03-08 Thread Denis Osterland-Heim
tside the get stage") `noproxy=*` in the yubihsm.conf is required to allow libcurl HTTP communication in compile stage. Signed-off-by: Denis Osterland-Heim --- ...lient-cert-support-for-pkcs11-module.patch | 88 +++ ...002-add-bash-like-variable-extension.patch | 67 ++

[ptxdist] [PATCH 1/5] host-gengetopt: move to _noprompt section

2021-03-08 Thread Denis Osterland-Heim
This allows to select this from platforms as well. Signed-off-by: Denis Osterland-Heim --- rules/host-gengetopt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-gengetopt.in b/rules/host-gengetopt.in index f6855ab5f..d42ccf477 100644 --- a/rules/host

[ptxdist] yubi HSM pkcs11 plugin for signing provider

2021-03-08 Thread Denis Osterland-Heim
Original mboxes are attached to mail in response. Denis Osterland-Heim (5): host-gengetopt: move to _noprompt section host-libedit: new package host-libcurl: enable http(s) support libp11: version bump 0.4.10 -> 0.4.11 host-yubihsm-shell: new package ...add-cli

Re: [ptxdist] Ptxdist lightweight packaging usecase.

2021-01-20 Thread Denis Osterland-Heim
Hi, I am not 100% if I got your point. If you want to speed-up the ptxdist build you may have a look at https://www.ptxdist.org/doc/daily_work_section.html#using-pre-built-archives If you want to create an environment for application developers where they can compile the application without

Re: [ptxdist] [GIT PULL] host-mfgtools: version bump 1.3.191 -> 1.4.43

2021-01-08 Thread Denis Osterland-Heim
Hi Michael, Yes, of course. I will do so the next time. Regards, Denis Am Freitag, den 08.01.2021, 10:16 +0100 schrieb m.olbr...@pengutronix.de: > On Fri, Dec 18, 2020 at 02:44:10PM +0000, Denis Osterland-Heim wrote: > > Hi Michael, > > > > Can you pull the commit > >

Re: [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16

2021-01-06 Thread Denis Osterland-Heim
Hi Michael, That's even better. Reviewed-by: Denis Osterland-Heim Regards, Denis Am Donnerstag, den 07.01.2021, 08:07 +0100 schrieb Michael Olbrich: > Hi, > > On Fri, Dec 18, 2020 at 02:25:45PM +0000, Denis Osterland-Heim wrote: > > Sorry. This is of course the other one. >

[ptxdist] [GIT PULL] host-mfgtools: version bump 1.3.191 -> 1.4.43

2020-12-18 Thread Denis Osterland-Heim
quot;) Am Freitag, den 11.12.2020, 08:25 +0100 schrieb Michael Olbrich: > On Mon, Dec 07, 2020 at 04:46:40PM +, Denis Osterland-Heim wrote: > > Signed-off-by: Denis Osterland-Heim > > --- > > rules/host-mfgtools.make | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletion

Re: [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-12-18 Thread Denis Osterland-Heim
x migration helper for TF_A_PLATFORM(S)") Am Freitag, den 18.12.2020, 15:21 +0100 schrieb Denis Osterland-Heim: > Hi Michael, > > Can you pull the commit > c53b6b733 ("host-mfgtools: version bump 1.3.191 -> 1.4.43") > from https://github.com/OsterlaD/ptxdist.git br

[ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-12-18 Thread Denis Osterland-Heim
uot;) Am Mittwoch, den 07.10.2020, 09:20 +0200 schrieb Michael Olbrich: > On Wed, Sep 30, 2020 at 11:39:46AM +, Denis Osterland-Heim wrote: > > Signed-off-by: Denis Osterland-Heim > > --- > > > > using the tag looks nicer ;-) > > > > rules/ca-certificates.mak

Re: [ptxdist] [PATCH] migrate_platform: fix migration helper for TF_A_PLATFORM(S)

2020-12-14 Thread Denis Osterland-Heim
Hi, Why not simply add `=` to the expression? -s/^\(\(# \)\?PTXCONF_TF_A_PLATFORM\)\(.*$\)/\1S\3/ +s/^\(\(# \)\?PTXCONF_TF_A_PLATFORM\)\(\(=\|$\).*$\)/\1S\3/ (untested) Regards, Denis Am Montag, den 14.12.2020, 08:06 +0100 schrieb Robert Schwebel: > The migration helper introduced in

[ptxdist] [PATCH] host-mfgtools: version bump 1.3.191 -> 1.4.43

2020-12-07 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mfgtools.make b/rules/host-mfgtools.make index a99ad6055..c8c689c7a 100644 --- a/rules/host-mfgtools.make +++ b/rules/host-mfgtools.make @@ -11,8

Re: [ptxdist] ?= [PATCH] DRAFT:=?utf-8?q? openssh: make host key generation optional

2020-11-16 Thread Denis Osterland-Heim
Hi, If I have a ro root, I disable rconce completely and implement something comparable for a data partition and mount the device unique keys to /etc/ssh/. rconce mount your ro root rw and stores something, at least the "done" marker file, to your root. I assume you are fine with this changes

Re: [ptxdist] [PATCH] ptxd_make_fit_image: Add mandatory properties

2020-11-10 Thread Denis Osterland-Heim
Hi, AFAIK bootloaders should have reasonable defaults for this values. So they should be optional. Regrads, Denis Am Dienstag, den 10.11.2020, 10:11 +0100 schrieb avazquez@gmail.com: > From: AVazquez > > Add mandatory properties for types kernel and ramdisk. > > Signed-off-by: AVazquez >

Re: [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-10-28 Thread Denis Osterland-Heim
Hi, Thanks for the offer. Maybe I find a working way again, in the future. Regards, Denis Am Dienstag, den 27.10.2020, 22:11 +0100 schrieb Roland Hieber: > On Wed, Oct 21, 2020 at 06:48:41AM +0000, Denis Osterland-Heim wrote: > > Use tag name instead of hash, because it is easier human

[ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-10-21 Thread Denis Osterland-Heim
Use tag name instead of hash, because it is easier human readable. Signed-off-by: Denis Osterland-Heim --- Hi, I wanna test if it is better when I use base64. Regards, Denis rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca

Re: [ptxdist] [PATCH v2] rootfs: Fix creation of the /media directory

2020-10-05 Thread Denis Osterland-Heim
Hi, Am Montag, den 05.10.2020, 14:02 +0200 schrieb Gavin Schenk: > Hi Denis, > > > Am Montag, den 05.10.2020, 13:10 +0200 schrieb Gavin Schenk: > > > Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created > > > even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. > > > > > > On our

Re: [ptxdist] [PATCH v2] rootfs: Fix creation of the /media directory

2020-10-05 Thread Denis Osterland-Heim
Hi, Am Montag, den 05.10.2020, 13:10 +0200 schrieb Gavin Schenk: > Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created > even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. > > On our read-only system we mount a tmpfs on directory '/media' in order > to dynamically create

[ptxdist] [PATCH] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-09-30 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- using the tag looks nicer ;-) rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index bec34fc..4b0f653 100644 --- a/rules/ca-certificates.make

[ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-09-30 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- Hi, I hope that e-mail works this time. Regards Denis rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index bec34fc..527f33c 100644 --- a/rules

Re: [ptxdist] [PATCH v2] fixup! libqmi: add option to enable mbim-qmux support

2020-08-24 Thread Denis Osterland-Heim
Hi, Thanks for the offer. Please find attached the original message. Regards, Denis Am Montag, den 17.08.2020, 08:22 +0200 schrieb Michael Olbrich: > Hi, > > On Fri, Aug 14, 2020 at 01:29:45PM +0000, Denis Osterland-Heim wrote: > > Seems it does not work anymore :-/ > >

Re: [ptxdist] [PATCH v2] fixup! libqmi: add option to enable mbim-qmux support

2020-08-14 Thread Denis Osterland-Heim
rieb Denis Osterland-Heim: > Some modems require support for this in auto mode. > Default to y if ModemManager is there, beacuse it selects mbim > anyway, so the feature comes nearly no cost. > Explicit disable username option. > > Signed-off-by: Denis Osterland-Heim > --- >

[ptxdist] [PATCH v2] fixup! libqmi: add option to enable mbim-qmux support

2020-08-14 Thread Denis Osterland-Heim
Some modems require support for this in auto mode. Default to y if ModemManager is there, beacuse it selects mbim anyway, so the feature comes nearly no cost. Explicit disable username option. Signed-off-by: Denis Osterland-Heim --- Hi, I try to understand what happens... Regards, Denis

[ptxdist] [PATCH v2] libqmi: add option to enable mbim-qmux support

2020-08-13 Thread Denis Osterland-Heim
Some modems require support for this in auto mode. Default to y if ModemManager is there, beacuse it selects mbim anyway, so the feature comes nearly no cost. Explicit disable username option. Signed-off-by: Denis Osterland-Heim --- rules/libqmi.in | 13 +++-- rules/libqmi.make | 2

[ptxdist] [PATCH] libqmi: add option to enable mbim-qmux support

2020-08-04 Thread Denis Osterland-Heim
Some modems require support for this in auto mode. Default to y if ModemManager is there, beacuse it selects mbim anyway, so the feature comes nearly no cost. Signed-off-by: Denis Osterland-Heim --- rules/libqmi.in | 13 +++-- rules/libqmi.make | 3 ++- 2 files changed, 13 insertions

[ptxdist] [PATCH] host-mfgtools: version bump 1.3.169 -> 1.3.191

2020-06-18 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mfgtools.make b/rules/host-mfgtools.make index bae6e62b9..a99ad6055 100644 --- a/rules/host-mfgtools.make +++ b/rules/host-mfgtools.make @@ -11,8

[ptxdist] [PATCH v2] host-mfgtools: version bump 1.3.167 -> 1.3.169

2020-04-21 Thread Denis Osterland-Heim
Remove custom extract stage, because 1.3.169 has only one toplevel dir, as it should be. Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.make | 21 +++-- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/rules/host-mfgtools.make b/rules/host

Re: [ptxdist] [PATCH] host-mfgtools: version bump 1.3.167 -> 1.3.169

2020-04-21 Thread Denis Osterland-Heim
Hi Roland, Am Dienstag, den 21.04.2020, 12:54 +0200 schrieb Roland Hieber: > On Tue, Apr 21, 2020 at 10:15:01AM +0000, Denis Osterland-Heim wrote: > > Signed-off-by: Denis Osterland-Heim > > --- > > Hi, > > > > the 167 source tarball has two toplevel directorie

[ptxdist] [PATCH] host-mfgtools: version bump 1.3.167 -> 1.3.169

2020-04-21 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- Hi, the 167 source tarball has two toplevel directories, one with the git submodule content and one without. This was an accident by upstream and is fixed in 169. It worked on my machine but on older machines (Ubuntu 16.04) it failed because of mv can

[ptxdist] [PATCH] host-libftdi1: fix cmake variable name

2020-04-16 Thread Denis Osterland-Heim
HOST_CMAKE_USR is not defined, but HOST_CMAKE_OPT is and provides the values for cmake standard variables. Signed-off-by: Denis Osterland-Heim --- rules/host-libftdi1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-libftdi1.make b/rules/host-libftdi1.make

[ptxdist] [PATCH] host-mfgtools: version bump 1.3.154 -> 1.3.167

2020-04-16 Thread Denis Osterland-Heim
Upstream now provides a source tarball with .tarball-version file, so remove the post-extract step. Add cmake configuration switch. Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.make | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/rules

[ptxdist] [PATCH] networkmanager: ppp support requires GLOBAL_IPV6

2020-04-02 Thread Denis Osterland-Heim
pppd installs eui64.h only if GLOBAL_IPV6 is set, but networkmanager ppp support includes this header without a check. This patch allows to enable ppp support only if GLOBAL_IPV6 is selected to avoid a compile error. Signed-off-by: Denis Osterland-Heim --- rules/networkmanager.in | 4 1

Re: [ptxdist] [PATCH v2] fixup! imx-uuc: new package

2020-04-02 Thread Denis Osterland-Heim
Hi Michael, Am Mittwoch, den 01.04.2020, 17:08 +0200 schrieb Michael Olbrich: > On Tue, Mar 31, 2020 at 05:29:01AM +0000, Denis Osterland-Heim wrote: > > NXP user space util used by mfgtool. > > > > Signed-off-by: Denis Osterland-Heim > > --- > > ...001-sh-do

[ptxdist] [PATCH v2] fixup! imx-uuc: new package

2020-03-30 Thread Denis Osterland-Heim
NXP user space util used by mfgtool. Signed-off-by: Denis Osterland-Heim --- ...001-sh-does-not-support-array-syntax.patch | 117 ++ .../series| 4 + rules/imx-uuc.in | 7 ++ rules/imx-uuc.make

Re: [ptxdist] Networkmanager pppd support broken

2020-03-30 Thread Denis Osterland-Heim
Hi Michael, Am Montag, den 30.03.2020, 21:39 +0200 schrieb Michael Olbrich: > On Mon, Mar 30, 2020 at 04:27:48PM +0000, Denis Osterland-Heim wrote: > > NetworkManager pppd compile support seems broken. > > > > ../NetworkManager-1.20.8/src/ppp/nm-pppd-plugin.c:34:10: fatal e

[ptxdist] Networkmanager pppd support broken

2020-03-30 Thread Denis Osterland-Heim
Hi, NetworkManager pppd compile support seems broken. ../NetworkManager-1.20.8/src/ppp/nm-pppd-plugin.c:34:10: fatal error: pppd/eui64.h: No such file or directory 34 | #include | ^~ compilation terminated. It seems to refer to

Re: [ptxdist] [PATCH v2 1/3] imx-uuc: new package

2020-03-27 Thread Denis Osterland-Heim
Hi Michael, Am Freitag, den 27.03.2020, 13:06 +0100 schrieb Michael Olbrich: > On Thu, Mar 26, 2020 at 05:03:56PM +0000, Denis Osterland-Heim wrote: > > NXP user space util used by mfgtool. > > > > Signed-off-by: Denis Osterland-Heim > > --- > > ...001-sh-do

Re: [ptxdist] [PATCH v2 0/3] Freescale/NXP i.MX mfgtools 3.0

2020-03-27 Thread Denis Osterland-Heim
Hi Michael, Am Freitag, den 27.03.2020, 13:41 +0100 schrieb Michael Olbrich: > On Thu, Mar 26, 2020 at 05:03:57PM +0000, Denis Osterland-Heim wrote: > > v1->v2: > > - 1/3 use tabs for defines, suggested by Roland Hiebler > > - 1/3 add dummy version before git hash, sugge

[ptxdist] [PATCH v2 0/3] Freescale/NXP i.MX mfgtools 3.0

2020-03-26 Thread Denis Osterland-Heim
v1->v2: - 1/3 use tabs for defines, suggested by Roland Hiebler - 1/3 add dummy version before git hash, suggested by Michael Olbricht, Roland Hiebler and Guillermo Rodriguez Garcia - 1/3 remove obsolete CREDITS reference, suggested by Roland Hiebler - 3/3 version bump to 1.3.154 - 3/3

[ptxdist] [PATCH v2 2/3] host-libzip: new package

2020-03-26 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libzip.in | 8 rules/host-libzip.make | 11 +++ 2 files changed, 19 insertions(+) create mode 100644 rules/host-libzip.in create mode 100644 rules/host-libzip.make diff --git a/rules/host-libzip.in b/rules/host-libzip.in

[ptxdist] [PATCH v2 1/3] imx-uuc: new package

2020-03-26 Thread Denis Osterland-Heim
NXP user space util used by mfgtool. Signed-off-by: Denis Osterland-Heim --- ...001-sh-does-not-support-array-syntax.patch | 117 ++ .../series| 4 + rules/imx-uuc.in | 7 ++ rules/imx-uuc.make

[ptxdist] [PATCH v2 3/3] host-mfgtools: new package

2020-03-26 Thread Denis Osterland-Heim
Tool to USB boot i.MX systems from NXP via Android fastboot. Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.in | 13 + rules/host-mfgtools.make | 41 2 files changed, 54 insertions(+) create mode 100644 rules/host-mfgtools.in

Re: [ptxdist] [RFC PATCH 1/3] imx-uuc: new package

2020-03-26 Thread Denis Osterland-Heim
Hi Michael, Am Donnerstag, den 26.03.2020, 17:23 +0100 schrieb Michael Olbrich: > On Thu, Mar 26, 2020 at 09:03:58AM +0000, Denis Osterland-Heim wrote: > > Am Mittwoch, den 25.03.2020, 21:40 +0100 schrieb Roland Hieber: > > > On Wed, Mar 25, 2020 at 07:52:54PM +0100, R

Re: [ptxdist] [RFC PATCH 3/3] host-mfgtools: new package

2020-03-26 Thread Denis Osterland-Heim
Hi Michael, Am Donnerstag, den 26.03.2020, 17:16 +0100 schrieb Michael Olbrich: > On Thu, Mar 26, 2020 at 08:28:26AM +0000, Denis Osterland-Heim wrote: > > Hi Roland, > > > > sorry for the confusion yesterday, seems it was to late for me... > > > > Am Mitt

Re: [ptxdist] [RFC PATCH 1/3] imx-uuc: new package

2020-03-26 Thread Denis Osterland-Heim
Hi Roland, Am Mittwoch, den 25.03.2020, 21:40 +0100 schrieb Roland Hieber: > On Wed, Mar 25, 2020 at 07:52:54PM +0100, Roland Hieber wrote: > > On Wed, Mar 25, 2020 at 07:43:46PM +0100, Roland Hieber wrote: > > > On Tue, Mar 24, 2020 at 02:53:23PM +0000, Denis Osterland-Heim

Re: [ptxdist] [RFC PATCH 3/3] host-mfgtools: new package

2020-03-26 Thread Denis Osterland-Heim
Hi Roland, sorry for the confusion yesterday, seems it was to late for me... Am Mittwoch, den 25.03.2020, 19:33 +0100 schrieb Roland Hieber: > On Tue, Mar 24, 2020 at 02:53:23PM +0000, Denis Osterland-Heim wrote: > > Tool to USB boot i.MX systems from NXP via Android fastboot. > &

[ptxdist] [RFC PATCH 0/3] Freescale/NXP i.MX mfgtools 3.0

2020-03-24 Thread Denis Osterland-Heim
Hi, this patch series adds support for the Freescale/NXP mfgtools 3.0. You can use them with vanilla kernel and barebox. There are two known issues: - the git downloads => no stable md5 sum - the linuxrc provided by imx-uuc uses array syntax I have a version of the linuxrc script where I

[ptxdist] [RFC PATCH 1/3] imx-uuc: new package

2020-03-24 Thread Denis Osterland-Heim
NXP user space util used by mfgtool. Signed-off-by: Denis Osterland-Heim --- rules/imx-uuc.in | 7 ++ rules/imx-uuc.make | 62 ++ 2 files changed, 69 insertions(+) create mode 100644 rules/imx-uuc.in create mode 100644 rules/imx-uuc.make

[ptxdist] [RFC PATCH 3/3] host-mfgtools: new package

2020-03-24 Thread Denis Osterland-Heim
Tool to USB boot i.MX systems from NXP via Android fastboot. Signed-off-by: Denis Osterland-Heim --- rules/host-mfgtools.in | 13 rules/host-mfgtools.make | 43 2 files changed, 56 insertions(+) create mode 100644 rules/host-mfgtools.in

[ptxdist] [RFC PATCH 2/3] host-libzip: new package

2020-03-24 Thread Denis Osterland-Heim
Signed-off-by: Denis Osterland-Heim --- rules/host-libzip.in | 8 rules/host-libzip.make | 11 +++ 2 files changed, 19 insertions(+) create mode 100644 rules/host-libzip.in create mode 100644 rules/host-libzip.make diff --git a/rules/host-libzip.in b/rules/host-libzip.in