Re: [ptxdist] Device management

2018-07-24 Thread Alexander Dahl
Hei hei, Am Dienstag, 24. Juli 2018, 13:46:47 CEST schrieb Jakov Simunic: > 2. Is systemd really a good option for embedded systems? You don't need to use it. We still use busybox-init with plain old init scripts and monit for monitoring. > 4. If I have config_devtmpfs and config_devtmpfs

[ptxdist] Device management

2018-07-24 Thread Jakov Simunic
1. Are there any plans to bring in eudev? 2. Is systemd really a good option for embedded systems? 3. Is mdev a worthy replacement for udev? 4. If I have config_devtmpfs and config_devtmpfs_mount options enabled do I even need udev/mdev/eudev? -- Lijep pozdrav / Best regards Jakov Šim

Re: [ptxdist] [PATCH 0/2] coreutils: Menu maintenance

2018-07-24 Thread Alexander Dahl
Hei hei, Am Dienstag, 19. Juni 2018, 15:51:09 CEST schrieb Alexander Dahl: > I just stumbled over a vanishing menu entry without comment for the > activated busybox tool 'readlink' so I thought I check on more missing > comments. One was actually even in the wrong place. Maybe the commit message

Re: [ptxdist] [PATCH v2] dc3dd: add new package

2018-07-24 Thread Denis OSTERLAND
Hi Micheal, are there further concerns, or is it simply not worthy? Regards Denis Am Freitag, den 22.06.2018, 11:15 + schrieb Denis OSTERLAND: > From: Thorsten Liepert > > dd like tool with inline checksum validation. > > Signed-off-by: Thorsten Liepert > Signed-off-by: Denis Osterland

Re: [ptxdist] [PATCH] glibc: optional install libatomic

2018-07-24 Thread Denis OSTERLAND
Am Montag, den 09.07.2018, 10:28 -0400 schrieb Jon Ringle: > On Mon, Jul 9, 2018 at 8:19 AM Denis OSTERLAND > wrote: > >  > > > > +ifdef PTXCONF_GLIBC_ATOMIC > > +   @$(call install_copy_toolchain_lib, glibc, libatomic.so) > > +endif > > + > This looks to be handled in rules/gcclibs.{in,make}

[ptxdist] [PATCH 3/3] host-chrpath: fix URL

2018-07-24 Thread Bastian Stender
The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender --- rules/host-chrpath.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make index 8100fe113..4027caef0 100644

[ptxdist] [PATCH 1/3] pcsc-lite: fix URL

2018-07-24 Thread Bastian Stender
The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender --- rules/pcsc-lite.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make index e9d474606..fd1dbb4cb 100644 --- a/ru

[ptxdist] [PATCH 2/3] minicom: fix URL

2018-07-24 Thread Bastian Stender
The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender --- rules/minicom.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/minicom.make b/rules/minicom.make index 077268917..d5436b5aa 100644 --- a/rules/mi

[ptxdist] [PATCH] net-snmp: don't use full debugging

2018-07-24 Thread Uwe Kleine-König
If net-snmp is built with TARGET_DEBUG_FULL=y the prepare stage fails with checking for and configuring transport modules to use... configure: error: foo . So blacklist full debugging for this package. Signed-off-by: Uwe Kleine-König --- rules/net-snmp.make | 2 ++ 1 file changed, 2 i