[ptxdist] Speed up targetinstall of certain packages

2022-11-04 Thread Gieseler, Christian
Hello, I have question regarding the speedup of daily work. We have frontend and backend of our webgui deployed with separate packages. Only task of these package is to deploy the files with @$(call install_tree, web-frontend, -, -, $(WEB_FRONTEND_DIR)/var-www/, /var/www/,no) Compile and ins

Re: [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8

2021-08-12 Thread Gieseler, Christian
Hi, > -Ursprüngliche Nachricht- > Von: ptxdist Im Auftrag von Juergen > Borleis > Gesendet: Donnerstag, 12. August 2021 12:40 > An: ptxdist@pengutronix.de > Betreff: [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 > > PHP5 is gone with commit f356f581e17a9474bdc01dbe3907f96558101609 >

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

2020-07-31 Thread Gieseler, Christian
jansson: version bump to 2.13.1 Signed-off-by: Christian Gieseler diff --git a/rules/jansson.make b/rules/jansson.make index 37b63688b..e4ee7dcad 100644 --- a/rules/jansson.make +++ b/rules/jansson.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JANSSON) += jansson # # Paths and names # -JANSSON_VE

Re: [ptxdist] git source checkout checksum error

2016-08-03 Thread Gieseler, Christian
g 03, 2016 at 11:06:36AM +0000, Gieseler, Christian wrote: > > > Unpacked, as in uncompressed tar match or individual files match? > > > If the files match, then the file order or timestamps in the tar may be > > > different, or something like that. > > I unp

Re: [ptxdist] git source checkout checksum error

2016-08-03 Thread Gieseler, Christian
Wed, Aug 03, 2016 at 11:06:36AM +0000, Gieseler, Christian wrote: > > > -Ursprüngliche Nachricht- > > > Von: ptxdist [mailto:ptxdist-boun...@pengutronix.de] Im Auftrag von > > > Michael Olbrich > > > Gesendet: Mittwoch, 3. August 2016 12:11 > > &g

Re: [ptxdist] git source checkout checksum error

2016-08-03 Thread Gieseler, Christian
g 03, 2016 at 08:44:07AM +0000, Gieseler, Christian wrote: > > > > > git: fetching > > > 'http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git > into > > > '/globalPtxdistsrc/git.kernel.org.pub.scm.linux.kernel.git.rostedt.trace-

Re: [ptxdist] git source checkout checksum error

2016-08-03 Thread Gieseler, Christian
d, Aug 03, 2016 at 09:59:31AM +0200, Michael Olbrich wrote: > > Hi, > > > > On Tue, Aug 02, 2016 at 11:00:50AM +, Gieseler, Christian wrote: > > > I have some trouble with the download of trace-cmd on my centos 6 > > > > > > $ ./p targetinstall trace-cm

[ptxdist] git source checkout checksum error

2016-08-02 Thread Gieseler, Christian
Hi all, I have some trouble with the download of trace-cmd on my centos 6 $ ./p targetinstall trace-cmd --- target: trace-cmd-2.5.2.tar.bz2 --- git: fetching 'http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git into '/gl

Re: [ptxdist] Bash version

2016-05-10 Thread Gieseler, Christian
> -Ursprüngliche Nachricht- > Von: ptxdist [mailto:ptxdist-boun...@pengutronix.de] Im Auftrag von > Michael Olbrich > Gesendet: Montag, 2. November 2015 11:43 > An: ptxdist@pengutronix.de > Betreff: Re: [ptxdist] Bash version > > On Fri, Oct 30, 2015 at 09:15:15AM +0100, Michael Olbrich w

Re: [ptxdist] Libtool error when building mysql on ptxdist 2013.12.0

2015-05-26 Thread Gieseler, Christian
Hi Kai > -Ursprüngliche Nachricht- > Von: ptxdist [mailto:ptxdist-boun...@pengutronix.de] Im Auftrag von Kai > Hasenklever > Gesendet: Dienstag, 26. Mai 2015 13:56 > An: ptxdist@pengutronix.de > Betreff: Re: [ptxdist] Libtool error when building mysql on ptxdist 2013.12.0 > > Hello Christi

Re: [ptxdist] Libtool error when building mysql on ptxdist 2013.12.0

2015-05-26 Thread Gieseler, Christian
Hi Kai, > -Ursprüngliche Nachricht- > Von: ptxdist [mailto:ptxdist-boun...@pengutronix.de] Im Auftrag von Kai > Hasenklever > Gesendet: Dienstag, 26. Mai 2015 13:04 > An: ptxdist@pengutronix.de > Betreff: Re: [ptxdist] Libtool error when building mysql on ptxdist 2013.12.0 > > Hello Cleme

Re: [ptxdist] php accelerator/ upgrade to php 5.5

2015-02-12 Thread Gieseler, Christian
Hi Bruno, > > I am using lighttpd with php-cgi on Freescale i.mx28. Response time of > Webgui could be faster. > > Has anyone made experience with php accelerators, or is anyone already > using php5.5 which has Zend Optimizer+ integrated by default. Are there > reasons not go to for php 5.5? > >

[ptxdist] php accelerator/ upgrade to php 5.5

2015-02-12 Thread Gieseler, Christian
Hi all, I am using lighttpd with php-cgi on Freescale i.mx28. Response time of Webgui could be faster. Has anyone made experience with php accelerators, or is anyone already using php5.5 which has Zend Optimizer+ integrated by default. Are there reasons not go to for php 5.5? How is the experi

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

2015-02-11 Thread Gieseler, Christian
Signed-off-by: Christian Gieseler --- 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 @@ PACKAGES-$(PTXCONF_JANSSON

Re: [ptxdist] [PATCH] php5: Fix build issue with sqlite3

2014-11-19 Thread Gieseler, Christian
issue with sqlite3 > > On Mon, Nov 17, 2014 at 03:08:37PM +0000, Gieseler, Christian wrote: > > PHP5 fails to build if sqlite3 is enabled. Pthread support is missing. > > Adding the sqlite dependency fixes the issue. > > Can send the error message and ptxconfig? I can

[ptxdist] [PATCH] php5: Fix build issue with sqlite3

2014-11-17 Thread Gieseler, Christian
PHP5 fails to build if sqlite3 is enabled. Pthread support is missing. Adding the sqlite dependency fixes the issue. Signed-off-by: Christian Gieseler --- rules/php5.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/php5.in b/rules/php5.in index f4c3aeb..7663c1b

[ptxdist] [PATCH] jansson: add new package

2014-04-07 Thread Gieseler, Christian
Signed-off-by: Christian Gieseler --- rules/jansson.in |7 + rules/jansson.make | 63 2 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 rules/jansson.in create mode 100644 rules/jansson.make diff --git a/rules/

[ptxdist] [PATCH] new package jansson

2014-04-04 Thread Gieseler, Christian
Hi i have added jansson, a C library for encoding, decoding and manipulating of JSON data for our BSP. I would like to share the new package, but I don`t know to do that exactly. Also the Section hast to be updated. Can someone guide me how to create a proper patch to make it acceptable for ptx

Re: [ptxdist] machine-id

2014-04-02 Thread Gieseler, Christian
r 31, 2014 at 01:13:28PM +0000, Gieseler, Christian wrote: > > while thinking how to preserve the existing machine-id after an > > complete update I had I look how this is generated. In the rc-once.d > > folder there is a script generating an id and systemd also has the > &g

[ptxdist] machine-id

2014-03-31 Thread Gieseler, Christian
Hi List, while thinking how to preserve the existing machine-id after an complete update I had I look how this is generated. In the rc-once.d folder there is a script generating an id and systemd also has the capability to generate one and obviously does check for a valid machine-id and regener

[ptxdist] Linker error sqlite3

2013-11-06 Thread Gieseler, Christian
Hi, i am using ptxdist-2013.05.0 and wanted to enable sqlite3 as extension in php5.3.10. There seems to be a linker error. /opt/OSELAS.Toolchain-2012.12.1/arm-v5te-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/../lib/gcc/arm-v5te-linux-gnueabi/4.7.2/../../../../arm-

Re: [ptxdist] different ptxdist versions

2013-08-29 Thread Gieseler, Christian
Hi Ruben, you should be able to switch by creating a symbolic link in you BSP root folder like: ln -s /usr/local/bin/ptxdist-2013.05.0 p which results in p -> /usr/local/bin/ptxdist-2013.05.0 Now you just execute ptxdist with ./p in your BSP folder. Best Regards Christian From: