[ptxdist] Including valgrind in the configuration doesn't trigger an un-optimized build of glibc.

2018-03-22 Thread Crim, Jason
I'm currently using ptxdist 2015.10.0 and I've selected valgrind as a built-in option in the 'Debug Tools' using menuconfig. Valgrind is then installed in my image at /usr/bin/valgrind. However, it is currently not usable since the available glibc is too optimized, resulting in the following

[ptxdist] fwd: DistroKit not working for BeagleCore

2018-03-22 Thread Robert Schwebel
- Forwarded message from ptxdist-boun...@pengutronix.de - Date: Thu, 22 Mar 2018 15:12:24 +0100 From: ptxdist-boun...@pengutronix.de To: ptxdist-ow...@pengutronix.de Subject: Auto-discard notification Message-ID: The attached message has

[ptxdist] [PATCH 1/2] nmap: version bump: 5.51 -> 7.70

2018-03-22 Thread Uwe Kleine-König
configure_helper criticize --with-libnbase=DIR, --with-libnsock=DIR and --with-apr=PATH. There is nothing I can pass to the first two to explicitly request using the in-tree libs. APR is only needed when also using --with-nmap-update, which we don't have and --without-apr is broken.

[ptxdist] [PATCH 2/2] nmap: add switch to build and install nping

2018-03-22 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- rules/nmap.in | 3 +++ rules/nmap.make | 6 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/nmap.in b/rules/nmap.in index 0082c5edf6be..19de078ac51e 100644 --- a/rules/nmap.in +++ b/rules/nmap.in @@

[ptxdist] [PATCH] ptxdist: Add switch to generate PDF license report.

2018-03-22 Thread Denis OSTERLAND
Signed-off-by: Denis Osterland --- rules/license-report.in | 6 ++ rules/license-report.make | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 rules/license-report.in create mode 100644 rules/license-report.make diff --git a/rules/license-report.in

[ptxdist] How to generate license report?

2018-03-22 Thread Alexander Dahl
Hello, from the Git repository and some hints in the ptxdist source code I assume ptxdist can generate some kind of license report, based on the FOO_LICENSE variables in each packages make rule. However I could not find any hint on how to generate this report in: * documentation (ptxdist

[ptxdist] [RFC PATCH 3/3] util-linux-ng: Upgrade from v2.31.1 to v2.32

2018-03-22 Thread Alexander Dahl
Disable option for compilation with Address Sanitizer. Signed-off-by: Alexander Dahl --- rules/util-linux-ng.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index ed0f85c02e..0961c4c657 100644

[ptxdist] [RFC PATCH 0/3] util-linux-ng improvements

2018-03-22 Thread Alexander Dahl
Hei hei, the recently published util-linux 2.32 supports an improved version of lscpu on ARM CPUs [1], which I was interested in. After adding an option to install lscpu to the target (first patch), I found I could not easily test rc tarballs (second patch). The third patch is the version bump,

[ptxdist] [RFC PATCH 2/3] util-linux-ng: Change regex to allow rc tarballs

2018-03-22 Thread Alexander Dahl
The previous sed regex for creating the basename for an intermediate folder in the download URL failed on rc tarballs. Now URLs like this work, too: https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-2.32-rc1.tar.gz Signed-off-by: Alexander Dahl ---

[ptxdist] [RFC PATCH 1/3] util-linux-ng: Add lscpu to installable tools

2018-03-22 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/util-linux-ng.in | 7 +++ rules/util-linux-ng.make | 3 +++ 2 files changed, 10 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index c6b2e89899..8e89370f68 100644 --- a/rules/util-linux-ng.in +++