Re: [ptxdist] [RFC 02/11] wimax: Add WiMAX menu

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:28PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax.in |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 rules/wimax.in diff --git a/rules/wimax.in b/rules/wimax.in

Re: [ptxdist] [RFC 01/11] wpa_supplicant: Allow to install libeap shared object

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:27PM +0100, Christian Gagneraud wrote: This quirk is needed for the WiMAX tools, the patch comes from the WiMAX people. The patch allows to build libeap.so. An option has been added to select or not the installation of this library. Signed-off-by: Christian

Re: [ptxdist] [RFC 03/11] wimax: Add firmware for Intel chipset based device

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:29PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-firmware.in |6 rules/wimax-firmware.make | 65 + 2 files changed, 71 insertions(+), 0

Re: [ptxdist] [RFC 04/11] wimax: Add libs and tools

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:30PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-tools.in |8 + rules/wimax-tools.make | 75 2 files changed, 83 insertions(+), 0

Re: [ptxdist] [RFC 05/11] wimax: Add network service

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:31PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-service.in |7 rules/wimax-service.make | 74 ++ 2 files changed, 81 insertions(+), 0

Re: [ptxdist] [RFC 07/11] mobile-bb-info: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:33PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/mobile-bb-info.in |8 + rules/mobile-bb-info.make | 64 + 2 files changed, 72 insertions(+), 0

Re: [ptxdist] [master] QT4 and 'PKG_CONFIG_PATH'

2011-06-25 Thread Michael Olbrich
On Sat, Jun 25, 2011 at 12:07:34PM +0200, Juergen Beisert wrote: When I'm building the QT4 from current master I get this warning in the qt4.prepare stage: [...] You have asked to use pkg-config and are cross-compiling. Please make sure you have a correctly set-up pkg-config environment!

Re: [ptxdist] [PATCH] git-ptx-patches: Allow patches before base tag

2011-06-28 Thread Michael Olbrich
On Mon, Jun 27, 2011 at 05:13:30PM -0400, Jon Ringle wrote: The patch series I have for the Linux kernel includes incremental patches from upstream like patch-2.6.33.1.bz2 patch-2.6.33.1-2.bz2 followed by a patch series for my board. But ptxdist messes this up when applying the patch

Re: [ptxdist] Running Qt example generates : driver not found Aborted

2011-06-28 Thread Michael Olbrich
On Tue, Jun 28, 2011 at 05:45:55PM +0200, MC Potgieter wrote: its a an example program. I dont know what it is doing. attached is my config file You need to select at least Qt graphics driver. The same for keyboard and mouse, if you want any kind of user interaction. Michael -- Pengutronix

Re: [ptxdist] [PATCH] git-ptx-patches: Allow patches before base tag

2011-06-28 Thread Michael Olbrich
On Tue, Jun 28, 2011 at 11:28:32AM -0400, Jon Ringle wrote: The patch series I have for the Linux kernel includes incremental patches from upstream like patch-2.6.33.1.bz2 patch-2.6.33.1-2.bz2 followed by a patch series for my board. But ptxdist messes this up when applying the patch

Re: [ptxdist] Running Qt example generates : driver not found Aborted

2011-06-29 Thread Michael Olbrich
On Wed, Jun 29, 2011 at 02:51:28PM +0200, Juergen Beisert wrote: MC Potgieter wrote: Sorry, sent the last email just before I read your email about the solution. I will try that. Thank you very much (ptxdist clean qt4, ptxdist go) I also tried it with a simple re-build, but it didn't

Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-03 Thread Michael Olbrich
On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed with the following error message: The OpenGL ES 2.0 functionality test failed! You might need to modify the include and library search paths by editing

Re: [ptxdist] [PATCH] qt4: Add option to compile with Accessibility support.

2011-07-03 Thread Michael Olbrich
On Fri, Jul 01, 2011 at 04:52:40PM +0200, Marius Brehler wrote: Needed for example to compile Qt Jambi. Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- rules/qt4.in |9 + rules/qt4.make |7 ++- 2 files changed, 15 insertions(+), 1 deletions(-) diff

Re: [ptxdist] gdb compile fails due ncurses.h being not found

2011-07-06 Thread Michael Olbrich
On Thu, Jun 30, 2011 at 05:13:39PM +0200, Alexander Stein wrote: I'm using ptxdist-2011.05 and wanted to compile gdb. But configure doesn't find ncurses.h snipped from gdb-7.2_build/gdb/config.log: configure:11376: checking ncurses.h usability configure:11376: i686-unknown-linux-gnu-gcc

Re: [ptxdist] [PATCH v4] git-ptx-patches: Allow patches before base tag

2011-07-06 Thread Michael Olbrich
On Mon, Jul 04, 2011 at 09:22:04AM -0400, Jon Ringle wrote: The patch series I have for the Linux kernel includes incremental patches from upstream like patch-2.6.33.1.bz2 patch-2.6.33.1-2.bz2 followed by a patch series for my board. But ptxdist messes this up when applying the patch

Re: [ptxdist] Qt and mini2440 BSP

2011-07-06 Thread Michael Olbrich
On Tue, Jul 05, 2011 at 07:12:41AM +, Dave wrote: /home/davef/Pengutronix-6/OSELAS.BSP-Pengutronix-Mini2440-2011.06.0/ platform-mini2440/sysroot-target/usr/lib/ libQtCore.a(qlibrary_unix.o): In function `qdlerror()': qlibrary_unix.cpp:(.text+0x88): undefined reference to `dlerror'

Re: [ptxdist] Qt and mini2440 BSP

2011-07-06 Thread Michael Olbrich
Hi, On Tue, Jul 05, 2011 at 10:03:41AM +0200, Bart De Vos wrote: I believe the trick is to do a 'make uninstall' for qt. In my case the 'clean' step in rules/qt4.make looks as this: # # Clean #

Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-06 Thread Michael Olbrich
On Mon, Jul 04, 2011 at 09:35:03AM +0200, Marius Brehler wrote: On 07/03/11 13:52, Michael Olbrich wrote: On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed with the following error message: The OpenGL ES 2.0

Re: [ptxdist] Error getting host packages

2011-07-06 Thread Michael Olbrich
On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote: PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way: ptxd_make_get $($(strip $(1))_SOURCE) $($(strip $(1))_URL) see

Re: [ptxdist] USB mouse with Qt app and touchscreen

2011-07-06 Thread Michael Olbrich
On Wed, Jul 06, 2011 at 03:43:37AM +, Dave wrote: Following this tutorial: http://www.armadeus.com/wiki/index.php?title=Qt/Embedded#Installation With a previous build of Qt/embedded I managed to get the USB mouse working in conjunction with the touchscreen by exporting this line,

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-07 Thread Michael Olbrich
/0001-mkspec-for-ptxdist.patch @@ -10,11 +10,11 @@ Add a mkspec for ptxdist: Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- - mkspecs/linux-ptx-g++/qmake.conf.in | 38 + + mkspecs/linux-ptx-g++/qmake.conf.in | 40

Re: [ptxdist] [PATCH 2/2] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Olbrich
On Tue, Jul 12, 2011 at 11:21:22AM +0200, Michael Grzeschik wrote: * currently disable support for qv4l2 Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- .../0001-Disable-build-of-qv4l2.patch | 37 patches/v4l-utils-0.8.4/series

Re: [ptxdist] [PATCH] host-retrotranslator: add new host package

2011-07-12 Thread Michael Olbrich
On Mon, Jul 04, 2011 at 01:18:22PM +0200, Marius Brehler wrote: Retrotranslator is a tool that makes Java applications compatible with Java 1.4, Java 1.3 and other environments. Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- rules/host-retrotranslator.in |7 +++

Re: [ptxdist] Qt and mini2440 BSP

2011-07-12 Thread Michael Olbrich
On Tue, Jul 12, 2011 at 12:08:24PM +0200, Bart De Vos wrote: @$(call clean, $(QT4_DIR)) will execute: (from a conceptual point of view) cd QT4_DIR make clean not true. It's rm -rf $(QT4_DIR) (rules/pre/Rules.make). Michael -- Pengutronix e.K. |

[ptxdist] [ANNOUNCE] PTXdist 2011.07.0 released

2011-07-12 Thread Michael Olbrich
contributers. As always the shortlog below. Enjoy, Michael Olbrich Alexander Dahl (2): also install dbclient to target, scp doesn't work otherwise bump version and update download URL Alexander Stein (2): memtest86+: added new package lm_sensors: Do not install sensors-conf

Re: [ptxdist] [PATCH] Make it possible to create ext3 file system images

2011-07-15 Thread Michael Olbrich
On Fri, Jul 15, 2011 at 11:16:35AM +0200, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de --- platforms/image_ext2.in|8 rules/post/image_ext2.make | 13 + 2 files changed, 21 insertions(+), 0 deletions(-) diff --git

Re: [ptxdist] [PATCH v4] git-ptx-patches: Allow patches before base tag

2011-07-15 Thread Michael Olbrich
On Wed, Jul 13, 2011 at 11:16:33AM -0400, Jon Ringle wrote: Ping :) You got lucky. I accidentally pushed the patch with some other stuff, so I fixed the remaining issues I had with a follow-up patch. Please test, that it still works for you. Michael -- Pengutronix e.K.

Re: [ptxdist] [PATCH] udev: Restore UDEV_EXTRA_MOBILE_ACTION_MODESWITCH

2011-08-01 Thread Michael Olbrich
On Wed, Jul 20, 2011 at 04:18:50PM -0400, Jon Ringle wrote: On Wed, Jul 20, 2011 at 3:13 PM, Robert Schwebel r.schwe...@pengutronix.de wrote: For the non-experimental udev version, this isn't defined, so it gets the non-existing configure option, which ends up with an error. Fixed in

Re: [ptxdist] Downloading PHP5 fails

2011-08-03 Thread Michael Olbrich
On Tue, Aug 02, 2011 at 01:29:48PM +0200, Juergen Beisert wrote: Hi, the current php5.make contains these download paths: PHP5_URL:= \ http://de.php.net/distributions/$(PHP5).$(PHP5_SUFFIX) \ http://museum.php.net/php5/$(PHP5).$(PHP5_SUFFIX) But it fails, due to

Re: [ptxdist] newpackage src-autoconf-lib, source contaminated

2011-08-04 Thread Michael Olbrich
On Wed, Aug 03, 2011 at 10:37:54AM +0200, Mehlan, Markus wrote: I have created a new package with ptxdist newpackage src-autoconf-lib. I also use patches with my package. My problem is that the patches work on the source and not on the build directory. The command ptxdist clean is not enough

Re: [ptxdist] [PATCH 1/2] changed url to valid one

2011-08-04 Thread Michael Olbrich
On Thu, Aug 04, 2011 at 10:59:26AM +0200, Martin Halder wrote: Hi, the url was not valid anymore, changed to new one. Martin Signed-off-by: Martin Halder ptxd...@emenda.ch tnx. Applied. Michael --- rules/i915resolution.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [ptxdist] [PATCH 2/2] mesademos sources were not fetched

2011-08-04 Thread Michael Olbrich
On Thu, Aug 04, 2011 at 10:59:27AM +0200, Martin Halder wrote: Hi, the sources for mesademos were not fetched Martin Signed-off-by: Martin Halder ptxd...@emenda.ch --- rules/mesalib.make |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/mesalib.make

Re: [ptxdist] newpackage src-autoconf-lib, source contaminated

2011-08-04 Thread Michael Olbrich
On Thu, Aug 04, 2011 at 02:41:15PM +0200, Mehlan, Markus wrote: Michael Olbrich wrote: On Wed, Aug 03, 2011 at 10:37:54AM +0200, Mehlan, Markus wrote: I have created a new package with ptxdist newpackage src-autoconf-lib. I also use patches with my package. My problem is that the patches

Re: [ptxdist] [PATCH 1/2] valgrind: Also patch configure.in, not only configure

2011-08-08 Thread Michael Olbrich
On Sun, Aug 07, 2011 at 04:17:30PM +0200, Bernhard Walle wrote: While it's a good idea to avoid running autoreconf just because two letters that have changed, it makes sense to add the change in the configure.in file, so that autoreconf doesn't break the build. I've added a patch to _really_

[ptxdist] host-gtk and friends

2011-08-09 Thread Michael Olbrich
Hi, I've just pushed a series of patches removing host-gtk and other related packages. These packages is are not needed to build anything in the system and they are broken. Especially host-gtk relies on several packages in the host system to compile. If anyone actually needs these, then I'll

Re: [ptxdist] host-gtk and friends

2011-08-11 Thread Michael Olbrich
On Wed, Aug 10, 2011 at 03:30:04PM -0500, George McCollister wrote: I haven't had time to merge your recent changes in but I do have one package libwnck selecting host-gtk. I haven't checked yet (at least recently) if its possible to find a way to remove the dependency. A little while back I

[ptxdist] [ANNOUNCE] PTXdist 2011.08.0 released

2011-08-11 Thread Michael Olbrich
, Michael Olbrich Bart vdr. Meulen (1): iptables: Update makefile for the new xtables-multi binary Bernhard Walle (3): Update cmake to 2.8.5 Make it possible to create ext3 file system images Fix CMAKE_SYSTEM_PROCESSOR entry in cmake toolchain file Christian Hemp (1

Re: [ptxdist] [PATCH] valgrind: Fix build when kernel headers are not built

2011-08-12 Thread Michael Olbrich
On Fri, Aug 12, 2011 at 10:44:04AM +0200, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de Fallback to the kernel version that is built and installed for the target. Tnx. Applied Michael Signed-off-by: Bernhard Walle wa...@corscience.de --- rules/valgrind.make | 10

Re: [ptxdist] [PATCH] add avr32 support

2011-08-12 Thread Michael Olbrich
On Fri, Aug 12, 2011 at 02:06:35PM +0200, Andreas Bießmann wrote: Signed-off-by: Andreas Bießmann biessm...@corscience.de Looks mostly good. But... --- platforms/architecture.in | 10 ++ platforms/kernel.in |1 + rules/kernel.make |6 +- 3 files

Re: [ptxdist] [PATCH] udev: Use ptxdist kernel headers

2011-08-16 Thread Michael Olbrich
On Mon, Aug 15, 2011 at 07:34:58PM +0200, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de When a toolchain without kernel headers (such as the Lite version from Codesourcery) or with very old kernel header is used, udev doesn't build because videodev.h is missing. This

Re: [ptxdist] [PATCH v2] add avr32 support

2011-08-16 Thread Michael Olbrich
On Fri, Aug 12, 2011 at 02:30:10PM +0200, Andreas Bießmann wrote: Signed-off-by: Andreas Bießmann biessm...@corscience.de --- Tnx, applied. Michael changes since v1: - use y-style for selecting correct KERNEL_IMAGE_PATH as recommended by Michael Olbrich platforms/architecture.in

Re: [ptxdist] [PATCH] Update kexec-tools to 2.0.2

2011-08-16 Thread Michael Olbrich
On Sun, Aug 14, 2011 at 09:35:10AM +0200, Bernhard Walle wrote: This version adds support for armv7l. Tested on OMAP3530 (Beagle board). Signed-off-by: Bernhard Walle bernh...@bwalle.de Tnx, applied. Michael --- rules/kexec-tools.make |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [ptxdist] [PATCH] udev: Use ptxdist kernel headers

2011-08-17 Thread Michael Olbrich
On Wed, Aug 17, 2011 at 09:17:02AM +0200, Bernhard Walle wrote: Am 16.08.2011 15:56, schrieb Michael Olbrich: On Mon, Aug 15, 2011 at 07:34:58PM +0200, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de When a toolchain without kernel headers (such as the Lite version from

Re: [ptxdist] alsa-utils broken?

2011-08-19 Thread Michael Olbrich
On Fri, Aug 19, 2011 at 02:24:17PM +0200, Jan Weitzel wrote: Hello, with ptxdist-2011.08.0 alsa-utils are not compiling. target: alsa-utils.prepare says ... configure: error: panel library not found There are some issues with ncurses in this release. I'm currently working on a patch to

Re: [ptxdist] klibc do not compile on the OSELAS.BSP-Pengutronix-Generic-2011.01.0

2011-08-19 Thread Michael Olbrich
Hi, On Thu, Aug 18, 2011 at 02:26:59PM +0200, Philippe Corbes wrote: The klibc.make script hasn't been updated!! There is no crc info. I solved this probleme on my machine, but I meet problem at compilation time. I want to build a thin hd image file for a compactFlash. I use grub to start. I

Re: [ptxdist] [PATCH] also update collection with migrate

2011-08-22 Thread Michael Olbrich
On Mon, Aug 22, 2011 at 10:43:04AM +0200, Jan Weitzel wrote: If you use migrate to go to a new ptxdist version, collections are untouched. This can result in problems this needs to be conditional. Check with if [ -e ${PTXDIST_COLLECTIONCONFIG} ]; then [...] Regards, Michael Signed-off-by:

Re: [ptxdist] dropbear sometimes generates 0 byte keyfiles

2011-08-23 Thread Michael Olbrich
the question: does anyone had a similar problem before and already solved this? do you have enough disk space available? dropbearkey does not check the return value of close(). It might silently fail here resulting in a empty file without a failure return value from dropbearkey. Regards, Michael

Re: [ptxdist] dropbear sometimes generates 0 byte keyfiles

2011-08-24 Thread Michael Olbrich
Hi, On Tue, Aug 23, 2011 at 06:05:28PM +0200, Alexander Dahl wrote: On Tue, 23 Aug 2011 17:45:27 +0200, Michael Olbrich wrote: do you have enough disk space available? dropbearkey does not check the return value of close(). It might silently fail here resulting in a empty file without

Re: [ptxdist] [PATCH 2/2] bash: Use host-bison

2011-08-28 Thread Michael Olbrich
Any special reason why this is needed? ptxdists configure already requires yacc/bison. I'm not certain if it's necessary (I think kconfig uses pregenerated files), but as long as it's there I don't see the need for an extra host tool. Michael On Thu, Aug 25, 2011 at 02:53:16PM +0200,

Re: [ptxdist] qt3 rule

2011-08-29 Thread Michael Olbrich
On Mon, Aug 29, 2011 at 04:49:21PM +0200, Andre Haupt wrote: On Sun, Aug 28, 2011 at 05:17:27PM +0200, Michael Olbrich wrote: On Fri, Aug 26, 2011 at 09:52:48AM +0200, Andre Haupt wrote: I just started using ptxdist and i am looking for a rule/recipe (not sure what the correct term

Re: [ptxdist] [BUG] commit 252cf4f1a0d239feb199f8dd89db9917a8840274 breaks udev

2011-08-31 Thread Michael Olbrich
On Wed, Aug 31, 2011 at 09:28:05AM -0500, George McCollister wrote: On 08/31/2011 09:07 AM, Michael Olbrich wrote: Why is PTXCONF_KERNEL_HEADER enabled at all? The package is mostly used because the kernel header in the toolchain are too old. It seems this version is too old. Newer kernel

Re: [ptxdist] Problem with timezone database extract stage starting with ptxdist version 2011.07.0

2011-09-01 Thread Michael Olbrich
On Thu, Sep 01, 2011 at 02:57:22PM +, Wolf, Matthias wrote: target: host-tz-database.extract extract: pkg_src=/mnt/EAG.PTX.PackagePool/tzcode2010f.tar.gz extract:

Re: [ptxdist] Problem with timezone database extract stage starting with ptxdist version 2011.07.0

2011-09-01 Thread Michael Olbrich
On Thu, Sep 01, 2011 at 04:15:52PM +, Wolf, Matthias wrote: Using tar (GNU tar) version 1.22 It's a bug in your tar version. I've commited a workaround. Regards, Michael -- Pengutronix e.K. | | Industrial Linux Solutions

[ptxdist] [ANNOUNCE] PTXdist 2011.09.0 released

2011-09-06 Thread Michael Olbrich
Hi, as some of you may have noticed, I've release PTXdist 2011.09.0 on Friday. There are no big changes this time. Mostly some updates and bug fixes. We've had some issues with ncurses. These should be fixed now. Thanks to all contributers. As always the shortlog below. Enjoy, Michael Olbrich

Re: [ptxdist] No package 'xorg-macros' found

2011-09-07 Thread Michael Olbrich
On Sat, Sep 03, 2011 at 01:18:20AM +0200, Philippe Corbes wrote: This question is for a guru of ptxdist. I use ptxdist to build a linux for a tiny x86. I try to compile the /usr/lib/xorg/modules/drivers/savage_drv.so I wrote xorg-driver-video-savage.in and a xorg-driver-video-savage.make

Re: [ptxdist] No package 'xorg-macros' found

2011-09-08 Thread Michael Olbrich
On Thu, Sep 08, 2011 at 12:24:47AM +0200, Philippe Corbes wrote: Here is the trace of the configure of xf86-video-savage-2.3.2 Thank you for your help. target: xorg-driver-video-savage.prepare [...] checking

Re: [ptxdist] [PATCH v2] barebox: set EXTRAVERSION

2011-09-08 Thread Michael Olbrich
On Thu, Sep 08, 2011 at 02:10:03PM +0200, Jan Weitzel wrote: Allow to overwrite EXTRAVERSION with a local string. Will not be passed if empty. Usecase: set a version within a ptxdist managed BSP. So you can show changes like different default environment via BAREBOX_EXTRA_ENV. I think,

Re: [ptxdist] [PATCH v2] ask before cleaning complett BSP

2011-09-08 Thread Michael Olbrich
On Wed, Sep 07, 2011 at 04:02:25PM +0200, Jan Weitzel wrote: Am Dienstag, den 14.06.2011, 08:33 +0200 schrieb Jan Weitzel: ask user to avoid Arggghh after accidentally cleaning the complete BSP Skip asking with --force option. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2:

Re: [ptxdist] Add VirtualBox disk image build script

2011-09-09 Thread Michael Olbrich
On Fri, Sep 09, 2011 at 12:04:24AM +0200, Philippe Corbes wrote: Author: Philippe Corbes philippe.cor...@gmail.com Date: Wed Sep 7 23:38:56 2011 +0200 Add VirtualBox disk image build script Signed-off-by: Philippe Corbes philippe.cor...@gmail.com diff --git

Re: [ptxdist] Add traces in all build scripts to see progrssion at build

2011-09-09 Thread Michael Olbrich
On Fri, Sep 09, 2011 at 12:06:48AM +0200, Philippe Corbes wrote: Author: Philippe Corbes philippe.cor...@gmail.com Date: Wed Sep 7 23:15:44 2011 +0200 Add traces at image build in ptxdist menu this patch does not apply. you email client adds line-breaks. Signed-off-by: Philippe

Re: [ptxdist] [PATCH v3] ask before cleaning complett BSP

2011-09-09 Thread Michael Olbrich
On Fri, Sep 09, 2011 at 12:24:33PM +0200, Jan Weitzel wrote: ask user to avoid Arggghh after accidentally cleaning the complete BSP Skip asking with --force or --quiet option. Applied. Michael Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2: check PTX_FORCE v3: check PTXDIST_QUIET

Re: [ptxdist] error: expected specifier-qualifier-list before ....

2011-09-13 Thread Michael Olbrich
On Wed, Sep 14, 2011 at 01:00:46AM +0200, Philippe Corbes wrote: `/home/philippe/OSELAS.BSP-Pengutronix-i586-generic-2011.08.0/platform-i586/build-target/xf86-video-i810-1.7.4' make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: ***

Re: [ptxdist] linker doesn't find libs with cmake and package config files

2011-09-15 Thread Michael Olbrich
Hi, On Thu, Sep 15, 2011 at 10:01:46AM +0200, Alexander Dahl wrote: On Wed, 14 Sep 2011 22:20:15 +0200, Michael Olbrich wrote: I'll try this tomorrow. Meanwhile: do you have an idea, why it works with different install prefixes in the native (non cross-compiling) environment? Does

Re: [ptxdist] [oselas] [ANNOUNCE] Mini2440: September Release of the Free Board Support Package available

2011-09-20 Thread Michael Olbrich
On Tue, Sep 20, 2011 at 06:25:47PM +0530, amit shah wrote: What packages have been updated in 201109 release? I wanted to know if Qt 4.7.3 been updated to QT 4.7.4 . No. Qt 4.7.4 was release just before the September PTXdist release. There was not enough time to update and test it.

Re: [ptxdist] large UID/GID when running ipkg-revision

2011-09-22 Thread Michael Olbrich
On Tue, Sep 20, 2011 at 09:39:13AM -0400, Jon Ringle wrote: In commit 4d7ff1b8e46a242ead09e044262e7daec642e3b7 the files contained in an ipk file are chown 0:0 to avoid a problem when UID/GID is 9. I am seeing the same problem with the ipk files created in ipkg-revision, however, chown

Re: [ptxdist] [PATCH] ptxdist: allow PTXDIST_PTXRC_DEFAULT to be set from environment

2011-09-22 Thread Michael Olbrich
On Wed, Sep 21, 2011 at 11:47:05AM -0400, Jon Ringle wrote: Signed-off-by: Jon Ringle j...@ringle.org I think, the environment variable should be called PTXDIST_PTXRC. Michael --- bin/ptxdist |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ptxdist

Re: [ptxdist] [PATCH] scripts/migrate: use env to find sed

2011-10-04 Thread Michael Olbrich
Hi, On Fri, Sep 30, 2011 at 09:33:57AM +0200, Andreas Bießmann wrote: Some systems do not provide /bin/sed (e.g. OS X), use env to find sed in $PATH. but on Linux this results in: /usr/bin/env: sed -f: No such file or directory error: error occured during migration It seems, adding extra

[ptxdist] [ANNOUNCE] PTXdist 2011.10.0 released

2011-10-05 Thread Michael Olbrich
style ifdefs ALSA utils: Adapt sound state rule to be more flexible Fix Busybox versus dosfstools conflict Marc Kleine-Budde (1): mtd-utils: mark flash_eraseall as deprecated Michael Olbrich (36): qt4: version bump 4.7.3 - 4.7.4 systemd: version bump 34 - 35

[ptxdist] [ANNOUNCE] PTXdist 2011.10.1 released

2011-10-10 Thread Michael Olbrich
Hi, I've just released PTXdist 2011.10.1. Just one patch this time, but an annoying issue, the Qt 4.7.4 md5sum changed. Regards, Michael Olbrich Bernhard Sessler (1): qt4: change md5sum to correct values -- Pengutronix e.K

[ptxdist] [PATCH] libptxdist: explicitly use sed to run migrate_*

2011-10-10 Thread Michael Olbrich
this fixes migrate on systems where sed is not in /bin/ (e.g. OS X). Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- Hi, what about this? It's less invasive than using autoconf. mol scripts/libptxdist.sh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [ptxdist] [PATCH] libptxdist: explicitly use sed to run migrate_*

2011-10-14 Thread Michael Olbrich
Hi, On Tue, Oct 11, 2011 at 12:16:09PM +0200, andr...@biessmann.de wrote: On Mon, 10 Oct 2011 18:04:56 +0200, Michael Olbrich wrote: this fixes migrate on systems where sed is not in /bin/ (e.g. OS X). Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- Hi, what about

Re: [ptxdist] [oselas] [ANNOUNCE] Mini2440: October Release of theFree Board Support Package available

2011-10-17 Thread Michael Olbrich
Hi, On Mon, Oct 17, 2011 at 04:33:09AM -0500, Paulo Ferreira wrote: On Mon 17/10/11 07:12 , amit shah techlist.a...@gmail.com sent:   Oct 2011 release of the min2440 is giving error during the build process. See the build output below. thanks --amit Yes, but the error

Re: [ptxdist] [PATCH 2/5] configure.ac: add check for chmod from GNU coreutils

2011-10-27 Thread Michael Olbrich
On Fri, Oct 21, 2011 at 09:53:29PM +0200, Andreas Bießmann wrote: Signed-off-by: Andreas Bießmann andr...@biessmann.de --- Makefile.in |1 + configure.ac |9 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 62fabf6..eb775de

Re: [ptxdist] [PATCH] ptxd_lib_dgen.awk: $(STATEDIR)/*.targetinstall.post depends on $(PKGDIR)/Packages

2011-10-27 Thread Michael Olbrich
Please elaborate why this is necessary. Michael On Thu, Oct 27, 2011 at 09:42:31AM -0400, Jon Ringle wrote: From: Jon Ringle ring...@jringle-m4600.vertical.com Signed-off-by: Jon Ringle ring...@jringle-m4600.vertical.com --- scripts/lib/ptxd_lib_dgen.awk |1 + 1 files changed, 1

Re: [ptxdist] Different MD5 sums of glibc-ports-2.13.tar.bz2

2011-10-27 Thread Michael Olbrich
On Thu, Oct 20, 2011 at 01:06:36PM +0200, Bernhard Seßler wrote: Comparing the package glibc-ports-2.13.tar.bz2 from http://www.pengutronix.de/software/ptxdist/temporary-src/glibc/glibc-ports-2.13.tar.bz2 with the same package from other ptxdist mirrors ( e.g.

Re: [ptxdist] [PATCH] ptxd_lib_dgen.awk: $(STATEDIR)/*.targetinstall.post depends on $(PKGDIR)/Packages

2011-10-27 Thread Michael Olbrich
On Thu, Oct 27, 2011 at 12:02:21PM -0400, Jon Ringle wrote: On Thu, Oct 27, 2011 at 11:12 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: Please elaborate why this is necessary. Doing this makes it possible for a developer to point opkg.conf on the target to a URL that resolves

Re: [ptxdist] error in dgen?

2011-10-27 Thread Michael Olbrich
Hi, On Fri, Oct 07, 2011 at 09:55:34AM +0200, Tim Sander wrote: Just out of the blue i am having this error on a amd64 platform: ptxdist kernelconfig ptxdist: Checking dependencies. This may take some seconds. error: error during generation of dependencies (maybe amd64

Re: [ptxdist] General Ptxdist usecase question

2011-10-28 Thread Michael Olbrich
On Fri, Oct 28, 2011 at 10:21:22AM +0200, Erwin Rol wrote: The projects I use Ptxdist for have grown in size over the last few years, they now include mono, gtkwebkit, boost, clutter, gtk3 and all the Xorg stuff. That means it now takes more than 2 hours to compile it from scratch. The machine

Re: [ptxdist] ipkg-push failure for several packages

2011-10-28 Thread Michael Olbrich
On Wed, Oct 12, 2011 at 01:19:58PM +, Benoît BURNICHON wrote: There are undocumented restrictions on the package names and version needed in order to have ipkg-push working. These are: Packages names should not contains any '_'. Packages versions should not contain any '-' or '_'.

Re: [ptxdist] General Ptxdist usecase question

2011-10-28 Thread Michael Olbrich
On Fri, Oct 28, 2011 at 11:37:51AM +0200, Bart De Vos wrote: On 10/28/2011 11:33 AM, Michael Olbrich wrote: Another approach can be to support a list of configfiles in stead of only one. This will give you a single image file which was what you 'v been asking for in the first place

Re: [ptxdist] General Ptxdist usecase question

2011-10-28 Thread Michael Olbrich
On Fri, Oct 28, 2011 at 12:05:06PM +0200, Erwin Rol wrote: On 28-10-2011 11:29, Michael Olbrich wrote: On Fri, Oct 28, 2011 at 10:21:22AM +0200, Erwin Rol wrote: The projects I use Ptxdist for have grown in size over the last few years, they now include mono, gtkwebkit, boost, clutter, gtk3

Re: [ptxdist] Using external toolchain with penguitronix BSP distribution

2011-11-01 Thread Michael Olbrich
On Sun, Oct 30, 2011 at 11:57:30PM +, muntaqa wrote: Hello, I am trying to use OSELAS BSP with CodeSourcery toolchain. It seems there is a problem in ptxdist and unable to understand the path setup for external toolchain using ptxdist toolchain pathToToolchainBinDir. I have

[ptxdist] [ANNOUNCE] PTXdist 2011.11.0 released

2011-11-02 Thread Michael Olbrich
Hi, I've just released PTXdist 2011.11.0. Nothing big this time. A hand full of version updates, a few bugfixes, some more kernel.org URLs that I missed last time and some Xorg host packages. Thanks to all contributers. As always the shortlog below. Enjoy, Michael Olbrich Bernhard Sessler (2

Re: [ptxdist] [PATCH 1/2] Add a simple QML demo application

2011-11-03 Thread Michael Olbrich
@@ +# -*-makefile-*- +# +# Copyright (C) 2009 by Michael Olbrich m.olbr...@pengutronix.de +# Copyright (C) 2011 by Juergen Beisert j...@pengutronix.de +# Copyright (C) 2011 by Josef Holzmayr holzm...@rsi-elektrotechnik.de +# +# See CREDITS for details about who has contributed

Re: [ptxdist] [PATCH 02/11] util-linux-ng: version bump 2.19.1 - 2.20

2011-11-03 Thread Michael Olbrich
On Sun, Oct 30, 2011 at 10:56:12PM +0100, Robert Schwebel wrote: diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index 499365d..519a885 100644 --- a/rules/util-linux-ng.make +++ b/rules/util-linux-ng.make @@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng

Re: [ptxdist] lndir'ing sysroot-target

2011-11-05 Thread Michael Olbrich
Hi, On Fri, Nov 04, 2011 at 08:46:41PM +0100, Erwin Rol wrote: in my search to find a way to split ptxdist into an OS build and application build process I tried the following. 1) create and build an ptxdist project with everything the OS needs like glib, gtk, dbus, cairo, etc. 2) create

Re: [ptxdist] ptxdist: warning: more than one ipkg per package detected:

2011-11-06 Thread Michael Olbrich
On Sun, Nov 06, 2011 at 02:24:51AM +, muntaqa wrote: Anybody has any idea why I am getting this error during ptxdist go: Packaged contents of /home/muntaqa/OSELAS.BSP-Pengutronix-Mini2440-2011.10.0 /platform-mini2440/packages/qt4.tmp/ipkg into /home/muntaqa/OSELAS.BSP-Pengut

Re: [ptxdist] lndir'ing sysroot-target

2011-11-06 Thread Michael Olbrich
On Sun, Nov 06, 2011 at 01:37:29AM +0100, Erwin Rol wrote: On 5-11-2011 12:23, Michael Olbrich wrote: Hi, On Fri, Nov 04, 2011 at 08:46:41PM +0100, Erwin Rol wrote: in my search to find a way to split ptxdist into an OS build and application build process I tried the following. 1) create

Re: [ptxdist] lndir'ing sysroot-target

2011-11-06 Thread Michael Olbrich
On Sun, Nov 06, 2011 at 02:16:56PM +0100, Erwin Rol wrote: But the only difference is 2 images vs. 1, right? That's not quite that simple. We can easily add an option to not include the ipkgs from the base system. However the resulting image needs to be mounted somewhere. To do this right we

Re: [ptxdist] create the rootfs-images without any ipkg packages

2011-11-08 Thread Michael Olbrich
On Tue, Nov 08, 2011 at 11:36:39AM +0100, Juergen Beisert wrote: Jacek Weintrit wrote: I have some packages marked as a module (ptxdist menuconfig), but these are always installed in the root.jffs2. Is there a possibility that these packages can be installed separately only when

Re: [ptxdist] ptxdist options help

2011-11-08 Thread Michael Olbrich
On Mon, Nov 07, 2011 at 08:52:47PM +0100, Bernhard Walle wrote: [ ] create dev packages This option creates (in addition to the ipk packages that can be installed on the target and that are used to create the target image) for each package a PKGNAME_$HASH_$ARCH-dev.tar.gz (in

Re: [ptxdist] Local kernel tree config option

2011-11-09 Thread Michael Olbrich
Hi, On Tue, Nov 08, 2011 at 04:36:27PM +0100, Andre Haupt wrote: On Tue, Nov 08, 2011 at 02:16:00PM +0100, Andre Haupt wrote: I want to use a local kernel tree in my ptxdist project. I followed the instructions in the pdf documentation (chapter 6.13). There, a 'Local kernel tree' menu

Re: [ptxdist] installing different config files for lighttpd depending on some config variable

2011-11-09 Thread Michael Olbrich
On Wed, Nov 09, 2011 at 01:26:48PM +0100, Alexander Dahl wrote: we build or BSP in different configurations depending on some options in the menuconfig, see: choice prompt Vendor name config VENDOR_FOO bool prompt foo config

Re: [ptxdist] [oselas] [ANNOUNCE] Mini2440: November Release of the Free Board Support Package available

2011-11-12 Thread Michael Olbrich
On Sat, Nov 12, 2011 at 06:39:57PM +0100, Juergen Beisert wrote: Next month, next release.                    OSELAS.BSP-Pengutronix-Mini2440                    --- Pengutronix offers the 2011.11.0 release of it's Board Support Package for FriendlyARM's

Re: [ptxdist] xorg-driver-input-tslib compile error

2011-11-13 Thread Michael Olbrich
Hi, On Sun, Nov 13, 2011 at 03:12:15AM +, Francesco Brasini wrote: I'm using ptxdist-2011.10.1 and OSELAS.BSP-Pengutronix-Mini2440-2011.10.0 on a debian squeeze host machine (with OSELAS.Toolchain-2011.03.1). I was successful in compiling a number of packages and in generating images

Re: [ptxdist] [PATCH] $(KERNEL_PATH)/vmlinux should not depend on kernel.targetinstall

2011-11-13 Thread Michael Olbrich
On Wed, Nov 09, 2011 at 04:16:52PM +0100, Alexander Stein wrote: If PTXCONF_KERNEL_IMAGE_VMLINUX is set, KERNEL_IMAGE_PATH_y is set to $(KERNEL_PATH)/vmlinux. This should not depend on kernel.targetinstall because kernel.targetinstall will be newer than vmlinux and make tries to recreate

Re: [ptxdist] [PATCH RESEND 1/2] Add host-bison package

2011-11-20 Thread Michael Olbrich
Hi, On Mon, Nov 07, 2011 at 09:07:02PM +0100, Bernhard Walle wrote: From: Bernhard Walle wa...@corscience.de Since we have host-flex, it makes also sense to get independent of the bison installation of the host. I disagree with this. We have host-flex because on some older distributions the

[ptxdist] [PATCH] add install_script_replace to replace in pre/post scripts

2011-11-20 Thread Michael Olbrich
Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- I had some time to play with the idea. What do you think of this? Michael rules/post/install.make | 18 ++ scripts/lib/ptxd_make_xpkg_finish.sh | 25 - scripts/lib

Re: [ptxdist] Runtime dependencies generation

2011-11-20 Thread Michael Olbrich
On Thu, Nov 17, 2011 at 10:34:59AM +, Benoît BURNICHON wrote: Thanks a lot, it was exactly what I needed to know. Btw, a very small hack to have barebox-XXX.ipk package selected (which in my case contains bareboxenv utility for target) In menu, although barebox bootloader is selected,

Re: [ptxdist] ptxdist-2011.11.0 regression on extract

2011-11-22 Thread Michael Olbrich
On Tue, Nov 22, 2011 at 11:42:59AM +0100, Tim Sander wrote: Hi I just ran into an error with my own package of host-gchart. It downloads gchart-2.7.zip and extracts it: $(call extract, HOST_CHART, $(HOST_GCHART_DIR)) This works without problems in ptxdist-2011.04.1. With 2011.11.0

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