[ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-11 Thread Robert Schwebel
Since we have our debug root components in .debug directories, it became complicated to find out about the size of the root directory. Add an option for it. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- bin/ptxdist | 11 +++ 1 file changed, 11 insertions(+) diff --git

[ptxdist] [PATCH 2/2] c-ares: added rule file

2015-02-11 Thread Oliver Graute
new file: c-ares.make Signed-off-by: Oliver Graute oliver.gra...@neuhaus.de --- rules/c-ares.make | 61 + 1 file changed, 61 insertions(+) create mode 100644 rules/c-ares.make diff --git a/rules/c-ares.make b/rules/c-ares.make new

[ptxdist] [PATCH 1/2] c-ares: added c-ares in file

2015-02-11 Thread Oliver Graute
This patch add c-ares to ptxdist, its a C library for async DNS requests new file: c-ares.in Signed-off-by: Oliver Graute oliver.gra...@neuhaus.de --- rules/c-ares.in |7 +++ 1 file changed, 7 insertions(+) create mode 100644 rules/c-ares.in diff --git a/rules/c-ares.in

Re: [ptxdist] license info

2015-02-11 Thread Guillermo Rodriguez Garcia
That would be a pretty amusing way to show a license. Guillermo 2015-02-11 17:28 GMT+01:00 Erwin Rol mailingli...@erwinrol.com: The target is the software, by having the license files on the target the software can reproduce the license files when asked (telnet/ssh + cat license.txt) -

Re: [ptxdist] license info

2015-02-11 Thread Guillermo Rodriguez Garcia
In many cases the actual requirement is that the licensing information is shown in the software itself (e.g. if it has a GUI) or in the accompanying documentation (e.g. user manuals and such). None of this would happen automatically if the licenses are just copied to the target rootfs, so I guess

Re: [ptxdist] license info

2015-02-11 Thread Erwin Rol
The target is the software, by having the license files on the target the software can reproduce the license files when asked (telnet/ssh + cat license.txt) - Erwin On 11-2-2015 17:11, Guillermo Rodriguez Garcia wrote: In many cases the actual requirement is that the licensing information is

Re: [ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-11 Thread Uwe Kleine-König
Hello, On Wed, Feb 11, 2015 at 05:34:50PM +0100, Robert Schwebel wrote: --- a/bin/ptxdist +++ b/bin/ptxdist @@ -994,6 +994,7 @@ Misc: newpackage type create a new package Makefile in a rules dir use 'newpackage help' for a longer description

[ptxdist] create img option new partition - how create fs

2015-02-11 Thread Hänel-Baas , Alexander
Hi, Under platformconfig - generates images/hd.img i create two partitions. These two partitions was excellent created and partition one contains the rootfs - great. My question is how I create a file system in part two? With best regards, Alexander -- ptxdist mailing list

Re: [ptxdist] license info

2015-02-11 Thread Uwe Kleine-König
Hello Erwin, On Wed, Feb 11, 2015 at 04:52:52PM +0100, Erwin Rol wrote: I see Michael is busy adding license info, which is a good thing. But AFAIK (but IANAL) the license info should also be available on the target. Does the new ptxdist also install the license files onto the target (root)fs

Re: [ptxdist] license info

2015-02-11 Thread Erwin Rol
The Yocto project seems store all license info on the target filesystem. With the large companies like Intel (with a large number of lawyers) that are part of the Yocto project, I assume it is done to reduce the risk of non-compliance. Even if might be over kill. - Erwin PS: IANAL, but some way

Re: [ptxdist] license info

2015-02-11 Thread Guillermo Rodriguez Garcia
OK. My view is that this (storing the license text in the rootfs) would be unnecessary for many licenses, while not completely fulfilling requirements for others. But IANAL either and you may very well be right :-) Guillermo 2015-02-11 18:03 GMT+01:00 Erwin Rol mailingli...@erwinrol.com: The

[ptxdist] [PATCH] jansson: version bump to 2.7

2015-02-11 Thread Gieseler, Christian
Signed-off-by: Christian Gieseler c...@eks-engel.de --- rules/jansson.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/jansson.make b/rules/jansson.make index 2311763..11ede07 100644 --- a/rules/jansson.make +++ b/rules/jansson.make @@ -16,8 +16,8 @@

Re: [ptxdist] [PATCHv2 1/4] apache2: This patch enable compilation against openssl-1.0.1k

2015-02-11 Thread Juergen Borleis
Hi Oliver, instead of fixing such an old version of Apache you should update it to a recent release. Maybe the build failure you see is already fixed. Regards, Juergen -- Pengutronix e.K.                              | Juergen Borleis             | Industrial Linux Solutions      

[ptxdist] license info

2015-02-11 Thread Erwin Rol
Hey all, I see Michael is busy adding license info, which is a good thing. But AFAIK (but IANAL) the license info should also be available on the target. Does the new ptxdist also install the license files onto the target (root)fs ? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCHv2 4/4] apache2: copy mod_ssl.so to modules dir

2015-02-11 Thread Oliver Graute
Signed-off-by: Oliver Graute oliver.gra...@neuhaus.de --- rules/apache2.make |2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/apache2.make b/rules/apache2.make index 6700c23..76c86a2 100644 --- a/rules/apache2.make +++ b/rules/apache2.make @@ -131,6 +131,8 @@ endif

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-11 Thread Juergen Borleis
Hi, On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the past. So a solution integrated in PTXdist would be great. Because then it would be possible to collect the license texts

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-11 Thread Hubert Feurstein
Hello, IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the past. So a solution integrated in PTXdist would be great. Because then it would be possible to collect the license texts depending on the config options of a package (sometimes plugins

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-11 Thread Michael Olbrich
Hi, On Wed, Feb 11, 2015 at 12:19:34PM +0100, Juergen Borleis wrote: On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the past. So a solution integrated in PTXdist would be

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-11 Thread Markus Niebel
Hello Juergen, Am 11.02.2015 um 12:19 schrieb Juergen Borleis: Hi, On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the past. So a solution integrated in PTXdist would be