Re: [ptxdist] [PATCH] bc: prevent file name clash with busybox' bc

2020-07-06 Thread Roland Hieber
On Mon, Jul 06, 2020 at 03:33:54PM +0200, Alexander Dahl wrote: > Am Montag, 6. Juli 2020, 15:21:02 CEST schrieb Roland Hieber: > > +comment "busybox' bc is selected!" > > + depends on BUSYBOX_BS > > I can not find any reference on BUSYBOX_BS … ;-) Yeah, y

[ptxdist] [PATCH] dtc: adapt help text to reality

2020-07-09 Thread Roland Hieber
Fixes: 71dc5ebd2790aca426b2 (2012-06-06, Michael Olbrich: "dtc: support multiple device trees in DTC_OFTREE_DTS") Signed-off-by: Roland Hieber --- platforms/dtc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/dtc.in b/platforms/dtc.in index ba

Re: [ptxdist] [PATCH] modemmanager: config: allow arbitrary AT commands via DBus

2020-07-10 Thread Roland Hieber
gt; base-commit: 9fe5462616de2ce93663f409f471ea83a6d5fbb5 > -- > 2.26.2 > > > _______ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to > ptxdist-requ...@pengut

[ptxdist] [PATCH] gpsd: activate the systemd socket unit by default

2020-07-13 Thread Roland Hieber
Do the same as for the service unit, otherwise the installed socket unit does not make much sense without additional configuration. Signed-off-by: Roland Hieber --- rules/gpsd.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/gpsd.make b/rules/gpsd.make index 02328d7ca5e8

[ptxdist] [PATCH 1/3] gpsd: merge GPSD_SYSTEMD and GPSD_SYSTEMD_UNIT options

2020-07-20 Thread Roland Hieber
. Signed-off-by: Roland Hieber --- rules/gpsd.in | 9 ++--- rules/gpsd.make | 2 +- scripts/migrate/migrate_ptx | 8 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/rules/gpsd.in b/rules/gpsd.in index 16b6dcb70a72..d01ce4291ac9 100644 --- a

[ptxdist] [PATCH 2/3] gpsd: make 'ublox' driver option more recognizable

2020-07-20 Thread Roland Hieber
The configure option itself is named 'ublox', so there is no reason to unnecessarily abbreviate the option in the menu and make it harder to recognize. Signed-off-by: Roland Hieber --- rules/gpsd.in | 4 ++-- rules/gpsd.make | 2 +- scripts/migrate/migra

[ptxdist] [PATCH 3/3] gpsd: fix usage of GPSD_DRIVER_NTRIP option

2020-07-20 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/gpsd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gpsd.make b/rules/gpsd.make index 794e185ccaa7..78e0471dd104 100644 --- a/rules/gpsd.make +++ b/rules/gpsd.make @@ -93,7 +93,7 @@ GPSD_CONF_OPT := \ nmea0183=$(call

Re: [ptxdist] [PATCH 1/3] gpsd: merge GPSD_SYSTEMD and GPSD_SYSTEMD_UNIT options

2020-07-22 Thread Roland Hieber
On Mon, Jul 20, 2020 at 11:14:28PM +0200, la...@linux-mips.org wrote: > On Mon, Jul 20, 2020 at 02:59:33PM +0200, Michael Olbrich wrote: > > On Mon, Jul 20, 2020 at 01:51:15PM +0200, Roland Hieber wrote: > > > The current systemd socket unit relies on compiled-in systemd support

[ptxdist] [PATCH v2 1/3] gpsd: make 'ublox' driver option more recognizable

2020-07-22 Thread Roland Hieber
The configure option itself is named 'ublox', so there is no reason to unnecessarily abbreviate the option in the menu and make it harder to recognize. Signed-off-by: Roland Hieber --- * v1 -> v2: no changes --- rules/gpsd.in | 4 ++-- rules/gpsd.make |

[ptxdist] [PATCH v2 2/3] gpsd: fix usage of GPSD_DRIVER_NTRIP option

2020-07-22 Thread Roland Hieber
Signed-off-by: Roland Hieber --- * v1 -> v2: no changes --- rules/gpsd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gpsd.make b/rules/gpsd.make index 6ebd8bd3bca7..7f7e369f3ac1 100644 --- a/rules/gpsd.make +++ b/rules/gpsd.make @@ -93,7 +93,7 @@ GPSD_CONF_

[ptxdist] [PATCH v2 3/3] gpsd: make GPSD_SYSTEMD promptless and fix dependency

2020-07-22 Thread Roland Hieber
The systemd support code is only a few lines of code and can be compiled unconditionally if systemd is available anyway. For that to work, systemd must obviously have been installed first. Signed-off-by: Roland Hieber --- * v1 -> v2: rework after feedback from mol --- rules/gpsd.in |

[ptxdist] [PATCH 1/2] rules: remove redundant KCONFIG_NOTIMESTAMP from package environments

2020-07-23 Thread Roland Hieber
URCE_DATE_EPOCH aware and compiles the build timestamp into the binary when KCONFIG_NOTIMESTAMP is not set. Add a short note there so this commit shows up in git blame. Signed-off-by: Roland Hieber --- rules/barebox_mlo.make | 1 - rules/busybox.make | 1 + rules/tem

[ptxdist] [PATCH 2/2] busybox: bring back and reorder the stage separator comments

2020-07-23 Thread Roland Hieber
Even if the default compile stage is used, its variables deserve a recognisable header for better navigation. The BUSYBOX_INSTALL_OPT variable belongs to the install stage, so move the Install header. Signed-off-by: Roland Hieber --- rules/busybox.make | 12 1 file changed, 8

Re: [ptxdist] [PATCH] dtc: adapt help text to reality

2020-07-23 Thread Roland Hieber
On Thu, Jul 09, 2020 at 11:50:30PM +0200, Roland Hieber wrote: > Fixes: 71dc5ebd2790aca426b2 (2012-06-06, Michael Olbrich: "dtc: support > multiple device trees in DTC_OFTREE_DTS") > Signed-off-by: Roland Hieber > --- > platforms/dtc.in | 2 +- > 1 file changed

[ptxdist] [PATCH 1/2] nss: bring headers in order

2020-07-24 Thread Roland Hieber
Apparently the header for the compile stage variables got lost. Signed-off-by: Roland Hieber --- rules/nss.make | 5 + 1 file changed, 5 insertions(+) diff --git a/rules/nss.make b/rules/nss.make index e71837e8e3a4..9364755f63c9 100644 --- a/rules/nss.make +++ b/rules/nss.make @@ -25,12

[ptxdist] [PATCH 2/2] nss: don't build in parallel

2020-07-24 Thread Roland Hieber
/dist/public/nss/nssckbi.h. : File exists make[5]: *** [../../../coreconf/rules.mk:387: ../../../../dist/public/nss/nssckbi.h] Aborted (core dumped) Disable parallel building for now, which seems to solve the problem. Signed-off-by: Roland Hieber --- rules/nss.make | 2 ++ 1 file changed, 2

Re: [ptxdist] [PATCH 2/2] nss: don't build in parallel

2020-07-27 Thread Roland Hieber
On Fri, Jul 24, 2020 at 04:31:01PM +0200, Michael Olbrich wrote: > On Fri, Jul 24, 2020 at 03:02:38PM +0200, Roland Hieber wrote: > > NSS has a custom-made build system, but on some systems, building in > > parallel can lead to strange compile failures, like: > > > >

Re: [ptxdist] [PATCH 08/13] readline: version bump 7.0 -> 8.0

2020-07-27 Thread Roland Hieber
> # > -READLINE_VERSION := 7.0 > -READLINE_MD5 := 205b03a87fc83dab653b628c59b9fc91 > +READLINE_VERSION := 8.0 > +READLINE_MD5 := 7e6c1f16aee3244a69aba6e438295ca3 > READLINE := readline-$(READLINE_VERSION) > READLINE_SUFFIX :=

Re: [ptxdist] [PATCH 1/6] chrony: verion bump 3.3 -> 3.5

2020-07-27 Thread Roland Hieber
igure auto-detecting it. - Roland > --disable-refclock \ > --disable-phc \ > --disable-pps \ > > base-commit: 6721ecdd3deb6e5839462086e9526d6f6c744cea > -- > 2.26.2 > > > ___ > ptxdist mailing list > ptxdist@

Re: [ptxdist] [PATCH 1/6] chrony: verion bump 3.3 -> 3.5

2020-07-27 Thread Roland Hieber
phc \ > --disable-pps \ > > base-commit: 6721ecdd3deb6e5839462086e9526d6f6c744cea > -- > 2.26.2 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscrib

Re: [ptxdist] [PATCH 3/6] chrony: systemd unit option

2020-07-27 Thread Roland Hieber
efault version into projectroot/ so install_alternative can find it. [1]: https://www.ptxdist.org/doc/ref_make_macros.html#install-alternative - Roland > > /Bruno > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscri

Re: [ptxdist] [PATCH 6/6] chrony: advanced command monitoring option

2020-07-27 Thread Roland Hieber
gt; -- > 2.26.2 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to > ptxdist-requ...@pengutronix.de > -- Roland Hieber, Pengutronix e.K.

Re: [ptxdist] [PATCH v2 1/6] chrony: version bump 3.3 -> 3.5

2020-08-02 Thread Roland Hieber
iew comments didn't make much sense at all in that context. - Roland -- Roland Hieber, Pengutronix e.K. | r.hie...@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany| Phone: +49-5121-206917-0| Amt

Re: [ptxdist] [PATCH 2/2] nss: don't build in parallel

2020-08-03 Thread Roland Hieber
On Mon, Jul 27, 2020 at 10:48:15AM +0200, Roland Hieber wrote: > On Fri, Jul 24, 2020 at 04:31:01PM +0200, Michael Olbrich wrote: > > On Fri, Jul 24, 2020 at 03:02:38PM +0200, Roland Hieber wrote: > > > NSS has a custom-made build system, but on some systems, building in > >

Re: [ptxdist] [PATCH] gpsd: fix gpsdctl@.service

2020-08-03 Thread Roland Hieber
; + the daemon's device list. > + > config GPSD_SYSTEMD_UNIT > bool > default y > diff --git a/rules/gpsd.make b/rules/gpsd.make > index 7f7e369f3..a6739e37e 100644 > --- a/rules/gpsd.make > +++ b/rules/gpsd.make > @@

Re: [ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331

2020-08-05 Thread Roland Hieber
On Tue, Aug 04, 2020 at 04:56:28PM +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/glslang.in | 1 + > rules/glslang.make| 8 > rules/host-glslang.in | 1 + > 3 files changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Roland Hieber

Re: [ptxdist] curses Fehler

2020-08-06 Thread Roland Hieber
directory '/home/j/ptxdist-2016.04.0/scripts/kconfig' > > make: *** [Makefile:29: kconfig] Error 2 > > j@gentoo64 ~/ptxdist-2016.04.0 $ > > > > > > > > > > > > > > > > > > > > &g

[ptxdist] [PATCH] kernel: fix typo in HOSTCXX variable

2020-08-06 Thread Roland Hieber
The typo makes the variable expand to nothing. This was probably never caught because g++ is usually not used when building the kernel. Fixes: a668fd6120742fe5ef6e (2020-06-11, "kernel: handle plugin detection for kernel version >= v5.7") Signed-off-by: Roland Hieber --- rule

[ptxdist] [PATCH 1/3] barebox, kernel: set _CONF_TOOL := kconfig explicitely

2020-08-07 Thread Roland Hieber
Until now this worked without setting the variable because ptxd_make_world_init tries to autodetect the config tool, but we should make this explicit. Signed-off-by: Roland Hieber --- rules/barebox.make | 1 + rules/kernel.make | 1

[ptxdist] [PATCH 2/3] barebox, kernel: enable use of {allyes, allno, allmod, alldef, rand}config

2020-08-07 Thread Roland Hieber
nd barebox support all config targets which can be given on the ptxdist command line, so keep the match in the make recipe broad, as the ptxdist option parser will catch unknown config targets. Signed-off-by: Roland Hieber --- rules/barebox.make | 2 +- rules/barebo

[ptxdist] [PATCH 3/3] doc: ref parameter: document 'alldefconfig'

2020-08-07 Thread Roland Hieber
Signed-off-by: Roland Hieber --- doc/ref_parameter.rst | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst index 3e6df6f83e55..1d54fa4b4428 100644 --- a/doc/ref_parameter.rst +++ b/doc/ref_parameter.rst @@ -95,12 +95,13

Re: [ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331

2020-08-08 Thread Roland Hieber
On Fri, Aug 07, 2020 at 02:22:46PM +0200, Michael Olbrich wrote: > On Wed, Aug 05, 2020 at 11:45:22AM +0200, Roland Hieber wrote: > > On Tue, Aug 04, 2020 at 04:56:28PM +0200, Philipp Zabel wrote: > > > Signed-off-by: Philipp Zabel > > > --- > > > rule

Re: [ptxdist] [PATCH 1/2] host-mpfr: version bump 4.0.2 -> 4.1.0

2020-08-17 Thread Roland Hieber
| Fax: +49-5121-206917- | > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to > ptxdist-requ...@pengutronix.de > -- Roland Hieber, Pengutronix

Re: [ptxdist] [PATCH] sudo: targetinstall /etc/sudoers.d with 4 digit permission

2020-08-19 Thread Roland Hieber
O > -- > 2.27.0 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to > ptxdist-requ...@pengutronix.de > -- Roland Hieber, Pengutronix e.K. | r.hie

[ptxdist] [PATCH 2/2] rules: explicitly specify sticky/setuid/setgid bits for install_* macros

2020-08-19 Thread Roland Hieber
by: Roland Hieber --- On Wed, Aug 19, 2020 at 12:47:22PM +0200, Roland Hieber wrote: > On Tue, Aug 18, 2020 at 12:35:32PM +0200, Alexander Dahl wrote: > > rules/sudo.make | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/rules/sudo.make

[ptxdist] [PATCH 1/2] doc: ref_make_macros: make clear that permission should be four digits

2020-08-19 Thread Roland Hieber
Three octal digits are not enough, we must also respect the sticky/setuid/setgid bits. Even if these are mostly implied to be 0, we should be explicit here. This should also help to prevent permission clashes when more than one packages install the same directory. Signed-off-by: Roland Hieber

[ptxdist] [PATCH] doc: ref_make_macros: unify and fix label names

2020-08-19 Thread Roland Hieber
The install_copy label was in the wrong place, remove it. We already had install_copy,reference too. Remove the ',reference' part from the already existing to be in line with the other labels in the same file. Signed-off-by: Roland Hieber --- doc/daily_work.inc |

Re: [ptxdist] [PATCH 2/2] rules: explicitly specify sticky/setuid/setgid bits for install_* macros

2020-08-19 Thread Roland Hieber
On Wed, Aug 19, 2020 at 12:51:18PM +0200, Roland Hieber wrote: > Until now the bits were implied to be 0, but we should be specific here. > All other packages already use the four-digit variant. > > These instances were found by using: > > git grep -e 'call install_\

[ptxdist] [PATCH v2 2/2] rules: explicitly specify sticky/setuid/setgid bits for install_* macros

2020-08-19 Thread Roland Hieber
Until now the bits were implied to be 0, but we should be specific here. All other packages already use the four-digit variant. These instances were found by using: git grep -e 'call install_\(alternative\|copy\|lib\), [^,]\+, [^,]\+, [^,]\+, [0-9][0-9][0-9][^0-9]' Signed-off-

[ptxdist] [PATCH v2 1/2] doc: ref_make_macros: make clear that permission should be four digits

2020-08-19 Thread Roland Hieber
Three octal digits are not enough, we must also respect the sticky/setuid/setgid bits. Even if these are mostly implied to be 0, we should be explicit here. This should also help to prevent permission clashes when more than one packages install the same directory. Signed-off-by: Roland Hieber

[ptxdist] [PATCH] python3: merge opkg author field

2020-08-19 Thread Roland Hieber
Only the first install_fixup line makes it into the opkg. Signed-off-by: Roland Hieber --- rules/python3.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/python3.make b/rules/python3.make index db4abd0718f9..ca2b5ded95b7 100644 --- a/rules/python3.make +++ b

[ptxdist] [PATCH v2 1/4] barebox, kernel: set _CONF_TOOL := kconfig explicitely

2020-08-19 Thread Roland Hieber
Until now this worked without setting the variable because ptxd_make_world_init tries to autodetect the config tool, but we should make this explicit. Signed-off-by: Roland Hieber --- v2: tab-align where tabs already exist rules/barebox.make | 1 + rules

[ptxdist] [PATCH v2 4/4] kernel: fix some typos in comments

2020-08-19 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: new patch rules/kernel.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kernel.make b/rules/kernel.make index ec00a872ccc2..6a764ce2fe1a 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -96,7 +96,7 @@ endif

[ptxdist] [PATCH v2 3/4] platforms/kernel: re-align KERNEL_IMAGE defaults

2020-08-19 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: new patch platforms/kernel.in | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 6f3e3c8cd81c..34d05c825929 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in

[ptxdist] [PATCH v2 2/4] barebox, kernel: tab-align variables

2020-08-19 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: new patch rules/barebox.make | 14 +++--- rules/kernel.make | 18 +- .../templates/template-barebox-imx-habv4-make | 14 +++--- rules/templates/template-barebox-make

Re: [ptxdist] [PATCH] sudo: targetinstall /etc/sudoers.d with 4 digit permission

2020-08-19 Thread Roland Hieber
On Wed, Aug 19, 2020 at 01:11:35PM +0200, Alexander Dahl wrote: > Hello Roland, > > Am Mittwoch, 19. August 2020, 12:47:22 CEST schrieb Roland Hieber: > > On Tue, Aug 18, 2020 at 12:35:32PM +0200, Alexander Dahl wrote: > > > When installing additional files into /et

Re: [ptxdist] [PATCH v2 1/2] doc: ref_make_macros: make clear that permission should be four digits

2020-08-23 Thread Roland Hieber
gt; Am Mittwoch, 19. August 2020, 12:59:08 CEST schrieb Roland Hieber: > > > > Three octal digits are not enough, we must also respect the > > > > sticky/setuid/setgid bits. Even if these are mostly implied to be 0, we > > > > should be explicit here. This s

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-23 Thread Roland Hieber
for PPP+SSL VPN > tunnel") > + > + @$(call install_alternative, openfortivpn, 0, 0, 0644, > /etc/openfortivpn/config) > + > + @$(call install_copy, openfortivpn, 0, 0, 0755, -, > /usr/bin/openfortivpn) > + > +ifdef PTXCONF_OPENFORTIVPN_SYSTEMD &g

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-24 Thread Roland Hieber
On Mon, Aug 24, 2020 at 10:22:13AM +0200, Ladislav Michl wrote: > On Sun, Aug 23, 2020 at 09:56:31PM +0200, Roland Hieber wrote: > > On Sun, Aug 23, 2020 at 03:43:16PM +0200, Ladislav Michl wrote: > > > Signed-off-by: Ladislav Michl > > > --- > > > patches

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-24 Thread Roland Hieber
On Mon, Aug 24, 2020 at 11:05:20AM +0200, Roland Hieber wrote: > On Mon, Aug 24, 2020 at 10:22:13AM +0200, Ladislav Michl wrote: > So I would classify it as an exception to the GPL-3.0, but since there > is no SPDX identifier for that exact wording yet, we can use "WITH > unknow

Re: [ptxdist] [PATCH 6/7] openfortivpn: new package

2020-08-24 Thread Roland Hieber
On Mon, Aug 24, 2020 at 12:08:14PM +0200, Ladislav Michl wrote: > On Mon, Aug 24, 2020 at 11:05:20AM +0200, Roland Hieber wrote: > > On Mon, Aug 24, 2020 at 10:22:13AM +0200, Ladislav Michl wrote: > [...] > > > This "unknown-exception" seems to be OpenSSL, so we

Re: [ptxdist] [PATCH v2 6/7] openfortivpn: new package

2020-08-25 Thread Roland Hieber
0644, > /etc/openfortivpn/config) > + > + @$(call install_copy, openfortivpn, 0, 0, 0755, -, > /usr/bin/openfortivpn) > + > +ifdef PTXCONF_OPENFORTIVPN_SYSTEMD > + @$(call install_alternative, openfortivpn, 0, 0, 0644, \ > + usr/lib/systemd/system/openf

[ptxdist] [PATCH] strace: version bump 5.7 -> 6.8

2020-08-30 Thread Roland Hieber
assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder" make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1 Signed-off-by: Roland Hieber --- rules/strace.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/str

[ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8

2020-08-30 Thread Roland Hieber
assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder" make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1 Signed-off-by: Roland Hieber --- v2: fix typo in subject rules/strace.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

Re: [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8

2020-08-31 Thread Roland Hieber
Ah, I see Michael already pushed a fix yesterday, so this is irrelevant now. On Sun, Aug 30, 2020 at 11:22:53PM +0200, Roland Hieber wrote: > strace 5.8 fixes build errors when building with kernel headers 5.8, > which are included in OSELAS.Toolchain 2020.08.0: > > In file i

[ptxdist] [PATCH 1/2] iproute2: add dependency to libcap

2020-08-31 Thread Roland Hieber
From: Robert Schwebel The handmade configure script in iproute2 doesn't correctly find libcap. Enforce it to be there in any case. Signed-off-by: Robert Schwebel Signed-off-by: Roland Hieber --- rules/iproute2.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/iproute2.in b/

[ptxdist] [PATCH 2/2] iproute2: align conditionals

2020-08-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/iproute2.in | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/iproute2.in b/rules/iproute2.in index 86e99b5b4f90..6fa501fd51fb 100644 --- a/rules/iproute2.in +++ b/rules/iproute2.in @@ -4,15 +4,15 @@ menuconfig IPROUTE2

Re: [ptxdist] [PATCH 1/2] iproute2: add dependency to libcap

2020-09-11 Thread Roland Hieber
On Fri, Sep 11, 2020 at 10:06:31AM +0200, Michael Olbrich wrote: > On Mon, Aug 31, 2020 at 11:15:55PM +0200, Roland Hieber wrote: > > From: Robert Schwebel > > > > The handmade configure script in iproute2 doesn't correctly find libcap. > > Enforce it to be the

[ptxdist] [PATCH] rauc: update key creation message

2020-09-16 Thread Roland Hieber
2020-06-17, Bastian Krause: "doc: move code signing docs from scripts/ into doc/"). Signed-off-by: Roland Hieber --- rules/rauc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rauc.make b/rules/rauc.make index d568b39b3335..c1cba47e9dd0 100644 --- a/r

[ptxdist] [PATCH v2] iproute2: align select conditionals and sort by name

2020-09-16 Thread Roland Hieber
Signed-off-by: Roland Hieber --- * v2: rebase after removing old patch 1/2 rules/iproute2.in | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/iproute2.in b/rules/iproute2.in index c28fd7da2a85..c089e7786b60 100644 --- a/rules/iproute2.in +++ b/rules/iproute2

Re: [ptxdist] [PATCH v2] doc: highlight inline code with gray box

2020-09-16 Thread Roland Hieber
many | Phone: +49-5121-206917-0| > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subjec

Re: [ptxdist] [PATCH 01/10] python3-async-timeout: version bump 2.0.0 -> 3.0.1

2020-09-17 Thread Roland Hieber
$(PYTHON3_ASYNC_TIMEOUT) > PYTHON3_ASYNC_TIMEOUT_LICENSE:= Apache-2.0 > -- > 2.28.0 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to >

Re: [ptxdist] [PATCH 05/10] python3-yarl: version bump 0.8.1 -> 1.5.1

2020-09-17 Thread Roland Hieber
YTHON3_YARL_SUFFIX) > PYTHON3_YARL_DIR := $(BUILDDIR)/$(PYTHON3_YARL) > PYTHON3_YARL_LICENSE := Apache-2.0 > -- > 2.28.0 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe"

[ptxdist] [RFC] setup: introduce pypi mirror

2020-09-17 Thread Roland Hieber
Make it possible to use a short macro for all pypi URLs, e.g: $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz) Signed-off-by: Roland Hieber --- Or how about this one, to prevent any diff fuzz? :-) The default value will redirect to the URL containing the checksum, e.g. $(call ptx

Re: [ptxdist] [PATCH 1/2] python3-configshell: new package

2020-09-20 Thread Roland Hieber
ell,DESCRIPTION,missing) > + > + @$(call install_glob, python3-configshell, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES)/configshell_fb,, *.py) > + > + @$(call install_finish, python3-configshell) > + > + @$(call touch) > + > +# vim: syntax=make > --

Re: [ptxdist] [PATCH v2 01/18] setup: introduce pypi mirror

2020-09-21 Thread Roland Hieber
On Mon, Sep 21, 2020 at 02:32:51PM +0200, Bastian Krause wrote: > From: Roland Hieber > > Make it possible to use a short macro for all pypi URLs, e.g: > > $(call ptx/mirror, PYPI, c/chardet/chardet-2.3.0.tar.gz) > > Signed-off-by: Roland Hieber You should probably

Re: [ptxdist] [PATCH v2 03/18] package templates: add python3-pypi template

2020-09-21 Thread Roland Hieber
ate_help_list[@]}]="python3-pypi" I think we could also just call it "pypi", or "pypi3", but it's not that important. Otherwise the patch looks good to me. - Roland > +ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create python3-pypi > p

[ptxdist] [PATCH 2/7] platform: bump default toolchain version

2020-09-21 Thread Roland Hieber
Provide reasonably recent default values for new platforms. Signed-off-by: Roland Hieber --- platforms/toolchain.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/toolchain.in b/platforms/toolchain.in index 026e4395c3ad..86e624329afd 100644 --- a/platforms

[ptxdist] [PATCH 1/7] kernel: bump default version and md5sum

2020-09-21 Thread Roland Hieber
Provide reasonably recent default values for new BSPs. Signed-off-by: Roland Hieber --- platforms/kernel.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 34d05c825929..7bcfac5d8f2d 100644 --- a/platforms/kernel.in +++ b

[ptxdist] [PATCH 7/7] ptxdist: add 'init' commands to create new configs

2020-09-21 Thread Roland Hieber
e from the respective defconfig, and finally calls kconfig on the respective Kconfig-init menu, asking the user for the remaining config options. A silenced oldconfig run on the full menu file then takes care to set all other config options to their defaults. Signed-off-by: Roland Hieber --- b

[ptxdist] [PATCH 4/7] image-root-tgz: build by default, and add a help text

2020-09-21 Thread Roland Hieber
The root.tgz is needed for all other rootfs images, so it makes sense to build it by default. Also provide at least one image by default for newly added platforms. Signed-off-by: Roland Hieber --- platforms/image-root-tgz.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

[ptxdist] [PATCH 6/7] rules: move magic symbol into rules/ptxdist-version.in

2020-09-21 Thread Roland Hieber
Inspired by platforms/platform.in, this makes it possible to re-use the magic symbol in a slimmed-down kconfig menu. Signed-off-by: Roland Hieber --- rules/Kconfig| 5 - rules/ptxdist-version.in | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rules

[ptxdist] [PATCH 3/7] kernel, barebox: add descriptive help text for md5sum config options

2020-09-21 Thread Roland Hieber
Signed-off-by: Roland Hieber --- platforms/barebox.in | 3 +++ platforms/barebox_mlo.in | 3 +++ platforms/kernel.in | 3 +++ 3 files changed, 9 insertions(+) diff --git a/platforms/barebox.in b/platforms/barebox.in index 526d7ede42ad..70d175fb5a03 100644 --- a/platforms/barebox.in

[ptxdist] [PATCH 5/7] ptxdist: implement 'defconfig' commands for kconfig packages

2020-09-21 Thread Roland Hieber
$ ptxdist defconfig kernel# most ARCHs $ ptxdist imx_v6_v7_defconfig kernel # e.g. with ARCH=arm Signed-off-by: Roland Hieber --- bin/ptxdist | 15 ++- doc/ref_parameter.rst | 9 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/b

Re: [ptxdist] [PATCH 4/7] image-root-tgz: build by default, and add a help text

2020-09-22 Thread Roland Hieber
On Tue, Sep 22, 2020 at 10:17:43AM +0200, Michael Olbrich wrote: > On Tue, Sep 22, 2020 at 12:17:25AM +0200, Roland Hieber wrote: > > The root.tgz is needed for all other rootfs images, so it makes sense to > > build it by default. Also provide at least one image by default for

Re: [ptxdist] [PATCH 1/7] kernel: bump default version and md5sum

2020-09-22 Thread Roland Hieber
On Tue, Sep 22, 2020 at 10:13:30AM +0200, Michael Olbrich wrote: > On Tue, Sep 22, 2020 at 12:17:22AM +0200, Roland Hieber wrote: > > Provide reasonably recent default values for new BSPs. > > > > Signed-off-by: Roland Hieber > > --- > > platforms/kernel.

[ptxdist] [PATCH v2 5/6] rules: move magic symbol into rules/ptxdist-version.in

2020-09-22 Thread Roland Hieber
Inspired by platforms/platform.in, this makes it possible to re-use the magic symbol in a slimmed-down kconfig menu. Signed-off-by: Roland Hieber --- v2: no changes rules/Kconfig| 5 - rules/ptxdist-version.in | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff

[ptxdist] [PATCH v2 3/6] image-root-tgz: add a help text

2020-09-22 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: no changes platforms/image-root-tgz.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/image-root-tgz.in b/platforms/image-root-tgz.in index c325209ded6d..797efd4b423b 100644 --- a/platforms/image-root-tgz.in +++ b/platforms

[ptxdist] [PATCH v2 1/6] platform: bump default toolchain version

2020-09-22 Thread Roland Hieber
Provide reasonably recent default values for new platforms. Signed-off-by: Roland Hieber --- v2: no changes platforms/toolchain.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/toolchain.in b/platforms/toolchain.in index 026e4395c3ad..86e624329afd 100644

[ptxdist] [PATCH v2 2/6] kernel, barebox: add descriptive help text for config options

2020-09-22 Thread Roland Hieber
Signed-off-by: Roland Hieber --- v2: also add a help text for KERNEL_VERSION platforms/barebox.in | 3 +++ platforms/barebox_mlo.in | 3 +++ platforms/kernel.in | 6 ++ 3 files changed, 12 insertions(+) diff --git a/platforms/barebox.in b/platforms/barebox.in index 526d7ede42ad

[ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages

2020-09-22 Thread Roland Hieber
$ ptxdist defconfig kernel# most ARCHs $ ptxdist imx_v6_v7_defconfig kernel # e.g. with ARCH=arm Signed-off-by: Roland Hieber --- * v2: fix in help text, it's not an optional parameter bin/ptxdist | 15 ++- doc/ref_parameter.rst | 9 +

[ptxdist] [PATCH v2 6/6] ptxdist: add 'init' commands to create new configs

2020-09-22 Thread Roland Hieber
e from the respective defconfig, and finally calls kconfig on the respective Kconfig-init menu, asking the user for the remaining config options. A silenced oldconfig run on the full menu file then takes care to set all other config options to their defaults. Signed-off-by: Roland Hieber ---

Re: [ptxdist] [PATCH 7/7] ptxdist: add 'init' commands to create new configs

2020-09-23 Thread Roland Hieber
On Tue, Sep 22, 2020 at 11:46:22AM +0200, Michael Olbrich wrote: > On Tue, Sep 22, 2020 at 12:17:28AM +0200, Roland Hieber wrote: > > The goal here is to give users a way to create a working BSP or platform > > from scratch by asking only a minimal set of relevant questions and

Re: [ptxdist] [PATCH] fio: new package

2020-09-24 Thread Roland Hieber
ON,missing) > + > + @$(call install_copy, fio, 0, 0, 0755, -, /usr/bin/fio) > + > + @$(call install_finish, fio) > + > + @$(call touch) > + > +# vim: syntax=make > -- > 2.20.1 > > > ___ > pt

[ptxdist] [PATCH] kernel: use kernelconfig file without version by default

2020-09-27 Thread Roland Hieber
Removing the version number from the file name makes it easier to update the kernel to a new version, since the file would otherwise need to be renamed anyway. Also improve the help text. Signed-off-by: Roland Hieber --- platforms/kernel.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

Re: [ptxdist] [PATCH 7/7] ptxdist: add 'init' commands to create new configs

2020-09-27 Thread Roland Hieber
On Thu, Sep 24, 2020 at 03:42:18PM +0200, Michael Olbrich wrote: > On Wed, Sep 23, 2020 at 02:22:59PM +0200, Roland Hieber wrote: > > On Tue, Sep 22, 2020 at 11:46:22AM +0200, Michael Olbrich wrote: > > > On Tue, Sep 22, 2020 at 12:17:28AM +0200, R

[ptxdist] [PATCH] templates: add _LICENSE_FILES variable where appropriate

2020-09-28 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/templates/template-barebox-imx-habv4-make | 1 + rules/templates/template-barebox-make | 1 + rules/templates/template-class-make | 2 ++ rules/templates/template-file-make | 1 + rules/templates/template-font-make

Re: [ptxdist] custom FIT image

2020-09-29 Thread Roland Hieber
e scripts in PTXdist itself. - Roland -- Roland Hieber, Pengutronix e.K. | r.hie...@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany| Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 268

[ptxdist] [PATCH] ptxd_make_license_report: remove deprecated package tocstyle

2020-10-04 Thread Roland Hieber
rence to the rendered license report. Link: https://ctan.org/ctan-ann/id/mailman.339.1595768614.2548.ctan-...@ctan.org Signed-off-by: Roland Hieber --- scripts/lib/ptxd_make_license_report.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lib/ptxd_make_license_report.sh b/script

Re: [ptxdist] [PATCH 02/29] setup: introduce GNOME mirror

2020-10-07 Thread Roland Hieber
.pythonhosted.org/packages/source"; > +PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"; > +PTXCONF_SETUP_XORGMIRROR="http://ftp.sunet.se/pub/X11/ftp.x.org > http://ftp.x.org/pub http://xorg.freedesktop.org/releases"; > PTXCONF_SETUP_

Re: [ptxdist] [PATCH v2 01/29] setup: sort mirrors alphabetically

2020-10-09 Thread Roland Hieber
sted.org/packages/source"; > +PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"; > +PTXCONF_SETUP_XORGMIRROR="http://ftp.sunet.se/pub/X11/ftp.x.org > http://ftp.x.org/pub http://xorg.freedesktop.org/releases"; …and add http://ft

Re: [ptxdist] [PATCH v2 01/29] setup: sort mirrors alphabetically

2020-10-10 Thread Roland Hieber
ging anything in the kconfig… - Roland -- Roland Hieber, Pengutronix e.K. | r.hie...@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany| Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686 |

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

2020-10-27 Thread Roland Hieber
of this e-mail is > strictly prohibited. > > - For general information on data protection and your respective rights > please visit: > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > ___

Re: [ptxdist] [PATCH 2/2] logrotate: version bump 3.9.1 -> 3.17.0

2020-10-27 Thread Roland Hieber
-ncl/build-target/logrotate-3.9.1/logrotate.h:77: first > defined here > collect2: error: ld returned 1 exit status > make[1]: *** [Makefile:402: logrotate] Error 1 > make[1]: Leaving directory > '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' >

Re: [ptxdist] [PATCH v2] ptxd_make_fit_image: Add support for kernel load/entry addresses

2020-11-13 Thread Roland Hieber
<$(ptxd_get_ptxconf PTXCONF_KERNEL_FIT_ENTRY)>; > > +EOF > > + fi > > + cat << EOF > > hash-1 { > > algo = "sha256"; > > }; > > @@ -33,6 +46,

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-14 Thread Roland Hieber
f OPENSSH_SSHD_GENKEYS > > @$(call install_alternative, openssh, 0, 0, 0755, > > /etc/rc.once.d/openssh) > > endif > > +endif > > > > ifdef PTXCONF_INITMETHOD_BBINIT > > ifdef PTXCONF_OPENSSH_SSHD_STARTSCRIPT > > -- > > 2.29.2 > > > > > > _

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-15 Thread Roland Hieber
On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > > On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > > >

Re: [ptxdist] ?= ?==?utf-8?q? [PATCH]?==?utf-8?q? DRAFT:l

2020-11-17 Thread Roland Hieber
> > On Mon, Nov 16, 2020 at 10:45:07AM +0100, Artur Wiebe wrote: > > > On Monday, November 16, 2020 10:36 CET, Michael Olbrich > > > wrote: > > > > On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > > > > > On Sun, Nov 15, 2020

Re: [ptxdist] ?= [PATCH]?==?utf-8?q? DRAFT:l

2020-11-17 Thread Roland Hieber
On Tue, Nov 17, 2020 at 12:24:21PM +0100, Roland Hieber wrote: > On Mon, Nov 16, 2020 at 08:16:32PM +0100, Artur Wiebe wrote: > > Hi Michael, > > > > I found a solution. What do you think? > > Did you also intend to tell us your solution? :-) Ah, now I see. Your mail

Re: [ptxdist] [PATCH] openssh: make host key generation optional

2020-11-17 Thread Roland Hieber
On Mon, Nov 16, 2020 at 08:11:13PM +0100, Artur Wiebe wrote: > If not set host keys must be provided in some other way > (otherwise sshd will not start) > > Signed-off-by: Artur Wiebe Looks like an elegant solution to me. Acked-by: Roland Hieber > --- > rules/ope

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